View Single Post
Old 04-21-2005   #1 (permalink)
ViciOuS
Registered User
 
ViciOuS's Avatar
 
Join Date: Apr 2005
Posts: 82

Yikes!! Really weird bug.

Hello!, I have been getting this really weird bug when I update mysql table rows.

i.e.
$do = mysql_query("UPDATE Users SET Password = '$password' WHERE Password = '$pw' LIMIT 1") or die(mysql_error());

It updates the top row instead of the one its supposed to and doesn't leave me any errors (which can be very hectic, especially when changing passwords). I have tryed a wide variety of things but still I cannot figure this out.

Not only have i been getting this bug with my editing news script, but I am getting it Everywhere i try to update a table row.

Help would be much appreciated
ViciOuS is offline