About max_execution_time?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Aqeel
Forum Newbie
Posts: 1
Joined: Fri Jun 20, 2003 2:53 pm

About max_execution_time?

Post by Aqeel »

HAI
I WANT TO GET KNOWLEDGE ABOUT MAX_EXECUTION_TIME OF PHP AND SET_TIME_LIMIT FUNCTION. HOW CAN I MAXMIZE THE EXECUTION TIME OF MY APPLICATION.
IM TRYING TO GET PARSE DATA FROM ONE TEXT FILE WHICH DO MODIFIED TIME BY TIME.
MY APPLICATION IS GIVING ERROR MESSAGE "MAXIMUM EXECUTION TIME OF 30 SECONDS EXCEEDED IN ...."
I NEED URENT HELP.
REGARDS
User avatar
cactus
Forum Regular
Posts: 343
Joined: Tue Jun 10, 2003 4:16 am
Location: UK

Post by cactus »

OK, no need to shout ;)

You will need to change the setting in the php.ini or via:

http://uk.php.net/function.set-time-limit

or:

http://uk.php.net/function.ini-set

Regards,
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post by twigletmac »

Caps lock key stuck?

Moved this to PHP - Normal 'cause it don't belong in Advanced. Have a read of the forum descriptions before you post, ta muchly.

Mac
Post Reply