hey people,
I got a login and update-form working (yay) but sometimes i get mysql-errors:
this one when i try to update:
or this one when i try to log in:
Sometimes they show, sometimes everything works fine; without changing anything to my code.
Is mysql such a temperamentful and fickle thing, or did i do something wrong?
I got a login and update-form working (yay) but sometimes i get mysql-errors:
this one when i try to update:
| Code: |
| Warning: mysql_result(): supplied argument is not a valid MySQL result resource in blablablah ... login.php on line 14 |
or this one when i try to log in:
| Code: |
| Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in ..blah.. change.php on line 35 |
Sometimes they show, sometimes everything works fine; without changing anything to my code.
Is mysql such a temperamentful and fickle thing, or did i do something wrong?
