Question friends...Sorry to bug, but the documentation wasn't too clear.
When using set_time_limit() to override the default PHP time limit. Is this syntax
tacked on to the end of a QUERY?
ALA....
mysql_select_db("files", $db, set_time_limit("0"));
I have an upload page that is farting out when the 30 second time limit is reached. I
am using a mySQL query to store my binary files in a DB. Is the above code snippet the
proper syntax to use set_time_limit()?
Or am I just high on crack?
Thanks for your help gang.
- NorthBayShane
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php