View Single Post
Old 23rd June 2005, 09:41 AM   #15
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

Hey David,

This may help your problem. After the very first <?php add this:

PHP Code:
set_time_limit(0); 

E.g:
PHP Code:
<?php
set_time_limit
(0);
// other php below this...

You only need to add it once. Let me know if this works for you.
__________________
Please read the Forum Rules

Get rewarded for posting
- free advertising!

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