Bengal313
02-19-2003, 07:09 PM
I need to change the max time in my php.ini. How can I do that? What editor do I use. I have php 4 installed on my win machine and my host is on a linux machine. So if possible I need help on how to access this file and how to change it's values.
Spookster
02-20-2003, 12:31 AM
Depends on your OS and other things.
Simple solution:
Use windows search/find files feature for php.ini
firepages
02-20-2003, 02:08 AM
on a shared host you would probably not have access to the php.ini...
<?set_time_limit($seconds);?>
at the head of your scripts will do the job though.
My host lets me set the values through htaccess
whatever u see in php.ini, just type it in htaccess and set the value.
works for me most of the time.
Jesh