Hello,
I've been testing scripts on my localhost for about 3 months now. After extensive debugging I upload the scripts to the server and create identical mysql-tables. This all worked fine until yesterday.
In all my scripts I use a general login-code that lets a user login (duh). This login-code is present on that same server in all the other scripts, and they all work fine. But my latest script also has that login-code, identical tables and all, but I get a "Warning: not a valid MySQL result resource" stating that I have a query-error in the login-code.
The code works perfect on my localhost, and works perfect in the other scripts on the server, but in this particular case I get the error. The php, mysql and phpmyadmin versions differ on both servers (localhost/remote), but this has always been the case and everything worked fine.
Has anyone gone thorugh something similar?
thanks in advance
Stijn