MikeBronner
Programmer
I have tried setting mssql.timeout in php.ini to 300 (5 minutes) to no avail. I still get the following error when trying to get query results:
Any ideas?
Thanks for all your help!![Smile :) :)](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
This is line 112:Fatal error: Maximum execution time of 60 seconds exceeded in c:\repository\web sites\eprp\eprptracker\close_case_errors.php on line 112
Code:
$o_rs = mssql_query("EXEC get_ct_multi_facilities '" . $a_row[$i]['ct_facility_name'] . "', '" . $a_row[$i]['v_city'] . "', '" . $a_row[$i]['v_state'] . "', '" . $a_row[$i]['v_zip'] . "'");
Any ideas?
Thanks for all your help!