View Single Post
Old 05-10-2007, 12:50 AM   #2 (permalink)
CrazeD
CrazeD's Avatar
 
Wizard Techie

Join Date: Feb 2006

Location: Maine

Posts: 3,685

CrazeD will become famous soon enough

Send a message via AIM to CrazeD Send a message via MSN to CrazeD
Default Re: MYSQL UPDATE query syntax

Try this:

$update_reply_sql="UPDATE tbl_guests SET guest_rsvp='{$_POST['reply']}' WHERE guest_id='{$_POST['showid']}'";
__________________

Need website help? PM me!
CrazeD is offline