Jump to content

Getting Started


Recommended Posts

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.
Link to comment
https://forums.phpfreaks.com/topic/12997-getting-started/
Share on other sites

[!--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]<?php
phpinfo ();
?>[/code]
Link to comment
https://forums.phpfreaks.com/topic/12997-getting-started/#findComment-49988
Share on other sites

  • 3 weeks later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.