Hello,
if a script takes longer to execute I use server.scripttimeout in ASP.Is there anything similar in php?
TIA
Kersten
yes:
set_time_limit($seconds);
what else to say!
thx! do I have to write this at the top of each php file?