Sure wish the "remember me" was the default setting for logging in. Save a lot of time and trouble. Let me do this again.
I'm running php5 and mysql5 I have edit.php page that takes info from table and populate fields. When submitted it goes to update.php and as the name implies it updates the table with altered info.
If you change just one tiny thing on edit.php page -> like one number in a phone number -> and hit submit it updates fine. But if you load edit.php and hit update without changing anything the update query fails.
I use mysql_affected_rows() to show success or failed to update message. Again no change it fails with no query error given with
or die ($query\n<br />mysql_error());