Friday, 25 March 2011

Dealing with EasyPHP

For the purpose of my mini project,i started to learn php and installed easyphp in my laptop.I think it will be nice to share the joy of my first php script and the working of easyphp.
Only 9 steps to be done,let's start (In win7)..
1.Install easyphp.
2.Open the easyphp folder , you will see number of  folders named as apache,mysql,phpmyadmin etc.Check   out for a folder named as www.It will be good to create a shortcut for that folder as we will use this many times.
3.Open notepad and write the php script and save it as "filename.php".

4.Place the above created file in the early discussed www folder.
5.Start easyphp by a double click on the icon of easyphp.
6.The icon will be appeared in the task bar.
7.Right click on the icon,select the localweb.
8.The browser will be opened now,after the address on the address bar,add filename.php

9.Output of my first php script ,ha ha.

No comments:

Post a Comment