« Previous Next »

Thread: Learn PHP

Last post 07-04-2008 6:10 AM by Alex.W474. 2 replies.

Average Rating Rate It (5)

RSS

Page 1 of 1 (3 items)

Sort Posts:

  • 07-04-2008, 2:07 AM

    Learn PHP

    Hello 2 All,

     

    |Iam new here, i want to learn PHP, please help me, iam using windows xp professional i install IIS , php 5 , mysql , but yet iam not able how i upload my first script e.g

    <html>
    <head>
    <title>My First PHP Page</title>
    </head>
    <body>
    <?php
    echo "<p>Hello World, How Are You Today?</p>";
    ?>
    </body>
    </html>

     

    please help me how can i see this script on browser. today i buy a book  PHP4 in 24 hours, but iam not seening any thing how i install iis, and upload my script on it.

     

    please guide me

     

    rgds

  • 07-04-2008, 4:44 AM In reply to

    • asidana
    • Top 500 Contributor
    • Joined on 03-20-2008, 12:02 PM
    • Posts 19

    Re: Learn PHP

    you might want to try http://php.net
  • 07-04-2008, 6:10 AM In reply to

    Re: Learn PHP

    First, you need to check that the Web server is up and running.
    What you see when you type http://localhost/ in your browser? You should see the IIS welcome page. Then you can try to create the "phpinfo.php" file with the following content:

    <?php phpinfo();

     and navigate the brower to http://localhost/phpinfo.php, the PHP information page should appear.

    Then you can continue creating scripts and learning PHP.

     

Page 1 of 1 (3 items)
Microsoft Communities