fahiemulleh Posted June 27, 2006 Share Posted June 27, 2006 Hi all. I have installed php 5. I also have IIS installed on my machine. But as i am a newbie, i dont know whether php is installed or not. Tell me plz how to check that whether php is working on my machine or not. Also , tell me how to run a program of php on a machine. is it something like [a href=\"http://localhost/testing.php\" target=\"_blank\"]http://localhost/testing.php[/a]I have copied the file in Inetpub/wwwroot. plz note down i am using a standalone pc. so plz guide me i will be very thankful to you. Quote Link to comment Share on other sites More sharing options...
d_barszczak Posted June 27, 2006 Share Posted June 27, 2006 [!--quoteo(post=388383:date=Jun 27 2006, 07:15 AM:name=fahiemulleh)--][div class=\'quotetop\']QUOTE(fahiemulleh @ Jun 27 2006, 07:15 AM) [snapback]388383[/snapback][/div][div class=\'quotemain\'][!--quotec--]Hi all. I have installed php 5. I also have IIS installed on my machine. But as i am a newbie, i dont know whether php is installed or not. Tell me plz how to check that whether php is working on my machine or not. Also , tell me how to run a program of php on a machine. is it something like [a href=\"http://localhost/testing.php\" target=\"_blank\"]http://localhost/testing.php[/a]I have copied the file in Inetpub/wwwroot. plz note down i am using a standalone pc. so plz guide me i will be very thankful to you.[/quote]if you create your testing.php file and put in the following code your php settings will be displayed if installed correctly.[code]<?phpphpinfo ();?>[/code] Quote Link to comment Share on other sites More sharing options...
zilch Posted July 12, 2006 Share Posted July 12, 2006 to test if your PHP installation is successful, simply type this script in the address field of the explorerhttp://localhost/testing.phpif succesful, your PHP settings will be shown... Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.