Thread
:
Uploading Files Using PHP question
View Single Post
23rd June 2005, 09:41 AM
#
15
Username:
Mr. Tech
Rank: Problem Solver
Join Date: Dec 2004
Location: Gold Coast, Australia
Posts: 2,166
Points: 1,025.61
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
View Public Profile
Send a private message to Mr. Tech
Visit Mr. Tech's homepage!
Find More Posts by Mr. Tech