HI I Want to know more about php.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dnb
    New Member
    • Jan 2008
    • 34

    HI I Want to know more about php.

    Hi friends,
    I am new in php now a day i teach php.
    but when i write code like:


    <?php

    echo "Hello";

    ?>

    there is page open for download this file which is i run.
    there is not work

    <?php

    ?>

    i use dreamweaver for create php page.
    plz help me..

    tanx in advance..
  • hsriat
    Recognized Expert Top Contributor
    • Jan 2008
    • 1653

    #2
    Originally posted by dnb
    Hi friends,
    I am new in php now a day i teach php.
    but when i write code like:


    <?php

    echo "Hello";

    ?>

    there is page open for download this file which is i run.
    there is not work

    <?php

    ?>

    i use dreamweaver for create php page.
    plz help me..

    tanx in advance..
    Download Apache server (if you are using Linux) or WAMP server (if you are using Windows). Paste your PHP file in the www folder and open localhost in your browser.

    Comment

    • Markus
      Recognized Expert Expert
      • Jun 2007
      • 6092

      #3
      xampp and easyphp are also good local servers!

      (both come bundled with mysql, cgi, and phpmyadmin)

      remember to install them!

      Comment

      • dnb
        New Member
        • Jan 2008
        • 34

        #4
        Originally posted by hsriat
        Download Apache server (if you are using Linux) or WAMP server (if you are using Windows). Paste your PHP file in the www folder and open localhost in your browser.

        Thanx It Works.......... .

        Comment

        Working...