Does anybody know what is wrong with my update table syntax? Thanx in advance!
$query = '(UPDATE venue SET name="$name", street="$street", city="$city", phone="$phone", directions="$directions", website="$website" where venueid="$venueid")';
$query = "UPDATE venue SET name='$name', street='$street', city='$city', phone='$phone', directions='$directions', website='$website' where venueid='$venueid'";
Diego
I've tried that and it doesn't work. I even mailto: my email and it passes. I just can't seem to pass it to the database.
I'm sorry it did work. I forgot to refresh my page! Thank you Diego!