set_time_limit(0);
mysql_select_db("files", $db);

Daniel Kushner
[EMAIL PROTECTED]
______________________________________________
Need hosting? http://www.thehostingcompany.us/





> -----Original Message-----
> From: Shane [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, August 13, 2002 2:38 PM
> To: php-gen
> Subject: [PHP] Pls Help: Quickie: set_time_limit
> 
> 
> 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
> 
> 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to