Hi im having a lot of trouble getting started on my php adventures 🙁
i have got the following set up
IIS webserver ( i can view html pages no problem with http://localhost.mywebsite) and ive added php to the list of languges it can read..
php 5.2 i havent changed anything on that
mysql 5.0 no changes here either..
when i try a php page though it doesnt work 🙁 getting the cannot find web page error
Can anyone suggest anything i might be doing wrong... ive tried to set it up before and failed where i was getting some php pages to work but i couldnt get the
<?php phpinfo();?>
to work
i now get the following error on all my php pages after around 3 mins of the browser trying to load the page:
CGI Timeout
The specified CGI application exceeded the allowed time for processing. The server has deleted the process.
Stephen