Help me please!

Discussion in 'PHP' started by Susanz81, Apr 17, 2007.

  1. #1
    Hello all, just now I installed Easyphp. How can I execute php programs?
     
    Susanz81, Apr 17, 2007 IP
  2. nico_swd

    nico_swd Prominent Member

    Messages:
    4,153
    Likes Received:
    344
    Best Answers:
    18
    Trophy Points:
    375
    #2
    I don't know much about EasyPHP, but I guess there must be a folder called "htdocs" or something. Save the PHP files in there, and then on your browser go to http://localhost/ and run the script from there.
     
    nico_swd, Apr 18, 2007 IP
  3. commandos

    commandos Notable Member

    Messages:
    3,648
    Likes Received:
    329
    Best Answers:
    0
    Trophy Points:
    280
    #3
    Its easy , all what you have to do is :

    go put your php file in the folder where you installed easy php

    C:\Program Files\EasyPHPX-X\www (Where X-X is your version) (1-7 , 1-8 ..)

    Then you need to run the server :

    Programs -> Easy php -> Easy PHP

    and then as Nico said you just need to go to :

    http://localhost or http://127.0.0.1

    and it should work .

    be sure that when you run easy php you see 2 green light or at least the apache light .
     
    commandos, Apr 18, 2007 IP
  4. olddocks

    olddocks Notable Member

    Messages:
    3,275
    Likes Received:
    165
    Best Answers:
    0
    Trophy Points:
    215
    #4
    Go for XAMPP instead of easy php. It has everything you need and very easy to use. You can download here: http://www.apachefriends.org

    If you are setting up linux box, see: http://www.mysql-apache-php.com:D.

    Tip: If you dont know php is working properly or not, create test.php with put the contents below and save it. Now point your browser to http://localhost/test.php and it should show A to Z about php and installed ones.

     
    olddocks, Apr 18, 2007 IP