I don't know where to send this to, so someone who knows please
forward it to the appropriate address.

24.5.1 Common Problems with MySQL and PHP
Error: "Maximum Execution Time Exceeded"

You can alter this value on a per script basis as well by inserting
the following statement:

set_time_limit(800);//e.g., 800= number of seconds

This is handy if the user isn't allowed to change php.ini
directly, mostly the case on multiple user-machines, or when
occasional long jobs have to be performed.

The same holds true to the ram allowed per script figure:

ini_set("memory_limit", "16M");

-- 
Herzlich
Werner Stuerenburg            

_________________________________________________
ISIS Verlag, Teut 3, D-32683 Barntrup-Alverdissen
Tel 0(049) 5224-997 407 · Fax 0(049) 5224-997 409
http://pferdezeitung.de



---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to