I will try to arrange a test URL - meanwhile, the error msg is below. The user name has been replaced with the word "company." Thanks for the response. By the way, both Netscape and Mozilla do not have this problem.
SELECT 'x' FROM securitycodes WHERE expire > CURRENT_TIMESTAMP AND
userName='' AND code1= AND code2=
You have an error in your SQL syntax near 'AND code2=' at line 3
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result
resource in /home/company/companyname-www/INCfunctions.php on line 65
NoSQL
You have an error in your SQL syntax near 'AND code2=' at line 3 UPDATE
securitycodes SET expire=date_add(CURRENT_TIMESTAMP,INTERVAL 1 HOUR) WHERE
userName='' AND code1= AND code2=
You have an error in your SQL syntax near 'AND code2=' at line 3