Code: Select all
@set_time_limit(0);
Code: Select all
if (function_exists('set_time_limit')
{
@set_time_limit(0);
}
regards, twobee.
Code: Select all
@set_time_limit(0);
Code: Select all
if (function_exists('set_time_limit')
{
@set_time_limit(0);
}