MySQL Forums
Forum List  »  PHP

UPDATE command fails without error
Posted by: Bob Avritt
Date: December 10, 2005 05:30PM

Laptop:WinXP,PHP 5,MySQL 5.0,IIS
Server:Mandrake 9,PHP4,MySQL 4.1, Appache
The following works fine on my server at work, but fails without error on my development laptop.

The code executes with no error. The table information is NOT updated.

$query1 = "UPDATE track SET distance='$distance',date='$date',ttime='$ttime'WHERE name='$name2' AND password='$password2' ";

I've searched high-n-low on the Internet to no avail.

Any help would be greatly appreciated.

Options: ReplyQuote


Subject
Written By
Posted
UPDATE command fails without error
December 10, 2005 05:30PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.