Posted by Lag on 02/24/06 03:52
I removed the quotes and the same thing still happens......the
variables are passed but the database doesn't update.
Any other help you can give would be appreciated.
CODE: $query = "UPDATE calendar_events SET event_title = $title,
event_start = $date, event_shortdesc = $desc WHERE id = $event" or
die(mysql_error());
OUTPUT: test 2006-02-23 01:00:00 testingRecord Updated.
(original information: test 2006-02-23 01:00:00 testRecord Updated.)
Navigation:
[Reply to this message]
|