I'm having trouble getting an update query to work
Here is what I'm doing
$result = mysql_query("update table set value1='$value1',
value2='$value2' where id='$id'");
It is not updating the database. All the $vars have values and I'm
using the correct columns names. Could someone please point me in the
correct direction because I have been trying different things for a
while but can't seem to get it to work.
Greg
- Re: [PHP] mysql update query Greg Sidelinger
- Re: [PHP] mysql update query Tyler Longren
- Re: [PHP] mysql update query Richard S. Crawford
- Re: [PHP] mysql update query David Robley
- RE: [PHP] mysql update query Martin Towell
- RE: [PHP] mysql update query Lawrence . Sheed
- [PHP] mysql update query Enda
- Re: [PHP] mysql update query Richard Davey
- RE: [PHP] mysql update query Jonathan Wilkes
- Re: [PHP] mysql update query Enda

