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
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
Share on other sites

  • 3 weeks later...
This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.