Insane!
Posted: Wed Mar 25, 2009 2:06 pm
Hi guys,
This just does not make sense.
Here is my PHP code:
When I run this 'Success' is out put to my screen indicating that the query has been sucessful, yet when I check the MYSQL table the update has not been made. I don't understand how this could be possible - any ideas?
Thanks,
Rob.
This just does not make sense.
Here is my PHP code:
Code: Select all
$query_update="UPDATE $_POST[table] SET image_filename='$image_filename' WHERE id=$_POST[id]";
if($result=mysql_query($query_update)){
echo"$query - Success!";
}Thanks,
Rob.