Quote:
|
Originally Posted by dyptee
I am absolutely new to PHP and have installed EasyPHP 1.8
Could you please tell me how to use Easy PHP and start writing scripts.I wrote a hello.php but am not sure where to place it.I tried placing it in the "www" folder but when i run "http://localhost/hello.php" i get a 404 error-page not found.
Someone please help me with this soon
Thankyou
|
Hello,
EasyPHP is easy to use. Just gotto know some bascis:
1.
http://127.0.0.1/home/
From there you can add alias. Let's say you want to start a personal site, then add alias, create a folder in C:/personal/ and point your alias there. So place your hello.php in C:/personal/
2.
http://127.0.0.1/mysql/ is the PHPMYADMIN , it's where you administer your MySQL database. As a default your username is root and there's an empty password.
Happy coding!