Thanks Doug for the suggestion.. Unfortuinately, it didn't work 🙁
Warning: MS SQL message: Line 1: Incorrect syntax near '('. (severity 15) in c:\phpdev5\www\admin\take-a-dep\case_information\ta_edit_case_info.php on line 22
Warning: MS SQL: Query failed in c:\phpdev5\www\admin\take-a-dep\case_information\ta_edit_case_info.php on line 22
Fatal error: Call to undefined function: mssql_errono() in c:\phpdev5\www\admin\take-a-dep\case_information\ta_edit_case_info.php on line 22
Got error messages turned on, these are the three I have.
If I change line 22 to:
$result = mssql_query($sqlquery);
The errors are:
Warning: MS SQL message: Line 1: Incorrect syntax near '('. (severity 15) in c:\phpdev5\www\admin\take-a-dep\case_information\ta_edit_case_info.php on line 22
Warning: MS SQL: Query failed in c:\phpdev5\www\admin\take-a-dep\case_information\ta_edit_case_info.php on line 22
Error processing request.