This is the wierdest thing Ive ever seen.When this page is executed, it returns "error inserting into DB". But..... The query is still executed and the record is inserted into the DB.PHP Code:
mssql_query($sql) or die('error inserting into DB')
Ive read up on mssql_query(), but Im still trying to understand how both the query and the error can be executed.
Any help?
PHP version: 5.0.2
MSsql: latest version, and all patches