PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
My problem is with the PHP timeout. I have a huge xml object that I am trying to echo to the page but PHP timesout before it is finished doing all the echos. I also need the object to be displayed on one page. Is there anyway, besides increasing the PHP timeout, that I might avoid the PHP timeout??
The function [php_man]set_time_limit[/php_man]() sets a temporary max_execution_time for the duration of the scripts processing, and it won't effect the ini variable.
feyd wrote:basically, yes. Although both are disabled in safemode, I believe.
No problem ha? Just ini_set("safe_mode","0"); and then I use normally both functions... yet, after the script ends, everything is restored to normal as far aas I know... ?