if you go to
http://www.peugeot-gti.net/phpinfo.php
you'll notice that the max_execution_time = 30
Now i need this figure to be 180, because every time i wanna prune post on my fourm, it times out.
When i edit the php.ini file located in /etc/httpd/php.ini
and change the line from 30 to 180
restart apache, /etc/rc.d/init.d/httpd stop , /etc/rc.d/init.d/httpd start
and try and run a php script, like www.peugeot-gti.net/forums/
i get a error.
why the hell does it throw everything off, by changing 30 to 180.