At 11:53 9-10-2002, you wrote:

>  ... is the message I get when certain scripts or programs are executed 
> on the
>server side, which do take a long time.
>
>  Questions:
>
>  1) Can I change this value of 30 seconds to something larger?

In scripts:
<?php set_time_limit(900); ?>

Or globally
notepad c:\winnt\php.ini
[CTRL-H]
max_execution_time = 30
[TAB]
max_execution_time = 900
[Click 'Replace all']


With kind regards,

Melvyn Sopacua
<?php include("not_reflecting_employers_views.txt"); ?>
-------------------------------------------------------
To unsubscribe please go to http://www.sambar.ch/list/

Reply via email to