Php :(

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sheeva
    New Member
    • Mar 2007
    • 1

    Php :(

    Hi Guys!

    I have just started learning php and I'm trying to test some php files on my server. I have download and installed AppServ folder on C:\ drive. I have saved my php files iin the php folder inside the AppServ folder. I'm trying to run php;(http://127.0.0.1/testfile.php ). But its not working at all. I have tried many different ways, I have even put the full path and location on the browser address bar but It does not work. Could anyone tell me what to do in details plz?! I'm very new in these stuff.

    Cheers,

    Sheeva
  • mohsenhosseini
    New Member
    • Mar 2007
    • 28

    #2
    hi
    check your web server and make sure that is running,
    to check it you can use http://localhost or http://127.0.0.1 if you saw Cannot find page error then try to install or run your webserver.

    i advice you to use xammp (http://www.apachefrien ds.org/en/xampp-windows.html) to install all you need to work with PHP

    best regards.

    Comment

    • ak1dnar
      Recognized Expert Top Contributor
      • Jan 2007
      • 1584

      #3
      Hi sheeva,
      You are using AppServ the most flexible open source product that ever build for PHP/Apache/MySQL/PhpMyAdmin.

      If you Properly installed AppServ when you type http://localhost in your web browser you will get the default page. if that is getting go and locate the C:\Appserv\www Directory. put your New Php files there inside a sub folder.

      Code:
      C:\Appserv\www\Your_folder\Your_file.php
      then use the bowser and call for this php page.

      Code:
      http://localhost/Your_folder/Your_file.php
      Hope this will help you.

      Comment

      Working...