Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #55.0K
Ranked #4K
~584 People Reached
Favorite Forums

3 Posted Topics

Member Avatar for swastikpadhy

[B]screen[/B] is a reserved words in javascript... wouldn't this be a problem if u use it as variable name? maybe it will be fine in some browser but in other browser maybe not be good.... and... if u don't mind... what error details which firefox said (press ctrl+shift+J to know …

Member Avatar for elreso
0
324
Member Avatar for CFROG

[code=html] $send="INSERT INTO mailbox SET member_id='$memid', user_name='$$_SESSION[user_name]', user_id='$_SESSION[user_id]', message='$message', inbox='NEW', subject='$subject', date='$dsub' " ; $save_result=mysql_query($save); // update draft to sent mysql_query("UPDATE mailbox SET draft='', sent='SENT' WHERE id='draftid'"); header('Location: mailbox.php'); [/code] How bout that.... u do insert and update then after that u give the header....... is it works?

Member Avatar for CFROG
0
175
Member Avatar for whisper_101

if each job have a unique ID and every user have a unique ID, why dont u make a database table to record it ....? u can add the time when user apply and other data that necessary. So if a user already apply a job, he can't do it …

Member Avatar for elreso
0
85

The End.