- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
3 Posted Topics
[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 …
[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?
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 …
The End.
elreso