I have the following query where I overwrite data matching the where clause
$query = "UPDATE Eli SET bckgrnd_image='$bckgrnd_image' ,
page_name='$page_name' ,
num_of_sm_images='$num_of_sm_images' ,
big_image_name= '$big_image_name' ,
title_name='$title_name',
page_text='$page_text' where page_number='$page_number'";
the problem is that it doesn't work.
to view this database application, visit the following url: http://www.caillouette.com/eli/admin19/searchpage.html
Can anyone tell me what I'm doing wrong?
Thanks