Results 1 to 2 of 2

Thread: PHP in wamp5

  1. #1
    Join Date
    Jan 2008
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default PHP in wamp5

    Excuse me if this is the wrong place to post but I'm new to PHP and WAMP5. None of my scripts work but they work online. I'm placing them in the www folder. Is there something wrong with the following script? Thanks.
    Dan


    <HTML>
    <HEAD>
    <TITLE>My First PHP Page</TITLE>
    </HEAD>
    <BODY>
    <?php
    echo "Hello World!";
    ?>
    </BODY>
    </HTML>

  2. #2
    Join Date
    Sep 2006
    Location
    St. George, UT
    Posts
    2,769
    Thanks
    3
    Thanked 157 Times in 155 Posts

    Default

    There is nothing wrong with the script you posted, but did you make sure that the file has .php as the extension instead of .html or other?

    Hope this helps.
    "Computer games don't affect kids; I mean if Pac-Man affected us as kids, we'd all be running around in darkened rooms, munching magic pills and listening to repetitive electronic music." - Kristian Wilson, Nintendo, Inc, 1989
    TheUnlimitedHost | The Testing Site | Southern Utah Web Hosting and Design

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •