View Single Post
Old 23rd June 2005, 10:43 AM   #17
Mr. Tech's Avatar

Username: Mr. Tech
Rank: Problem Solver
Join Date: Dec 2004
Location: Gold Coast, Australia
Posts: 2,166
Points: 1,025.61
Send a message via MSN to Mr. Tech
Default

30 seconds is the default time limit in php, so I'm guessing your override didn't work. Maybe the server runs in safe_mode and doesn't allow scripts to override the time limit? Does it produce any warning? If you have warnings turned off, turn them on at the beginning of the script with error_reporting(E_ALL).
__________________
Please read the Forum Rules

Get rewarded for posting
- free advertising!

.::. [ Webmaster Resources ] .::. [ Web Design ] .::. [ Developer Tutorials ] .::.
Mr. Tech is offline   Reply With Quote