Posts: 3,621
Name: Thierry
Location: I'm the uber Spaminator !
|
Use the ini_set function on top of the file you want the setting to be altered.
The ini_set duration is local to the page, and not site wide, but this will make what you want.
Or, if your host haven't safe_mode enabled, you could put them in a .htaccess file, which will make them valid for every pages or folder in the same directory or in child directories.
Quote:
php_value max_input_time 120
php_value max_execution_time 90
|
__________________
Only a biker knows why a dog sticks his head out the window.
|