hi guys..do u know how to install php in my system...i cant install it

@srikool (936)
India
March 22, 2010 1:21am CST
hi i downloaed netbeans for php and eclipse for php...in this both i can type the programs server also running..but i could not run it..while i am running im getting a page not found error....and also i downloaed the php from php.net site...i installed it..i cant get where it is stored from where i need to runt that file...some files in the programs files ..php....but i dunno which file i need to run....can anyone help here to me
4 responses
@lovedude (4447)
• India
24 Mar 10
Well from other responses you must be knowing that you need to download and install wamp server to run your php program. Once you install wamp go to wamp\www\ folder now make a folder for your first project say myfirstapp so you will be in wamp\www\myfirstapp\ make a index.php there in which you just type echo "my first apps"; ( I can't write php code as it's restricted in mylot) and now make sure your wamp is on if not you can start from your start menu open IE/Firefox type http://localhost/myfirstapp/ you will find your index page printing my first app :-) Good Luck.
@srikool (936)
• India
24 Mar 10
thanks for ur resposne...i ran it ..one of my friend mylot helps me for that...
1 person likes this
@lovedude (4447)
• India
25 Mar 10
Thanks for denoting Best Response..
@pierone (1894)
• Italy
22 Mar 10
Codelobster - codelobster, opensoruce php ide
The easiest way to have a local development enviroment on your desktop (assuming you're using windows), is to install a package like easyphp or wampserver. They give you a ready to use enviroment including the php and the mysql server. As ide, I suggest you to try codelobster, is an opensource and free php development tool, that is perfectly integrated with wampserver. Install wampserver before, and then codelobster. In 5 minutes you will have your development enviroment redy and totally functional. Have a nice development ;)
@srikool (936)
• India
22 Mar 10
as u told wamp have everything why i need to download codelobster...what is the use of that..is it a ide...??
@kar295rocks (2116)
• India
22 Mar 10
Well, see this for more ideas, I cannot explain it that well in writing, a video will be better : www.youtube.com/watch?v=GsTq_iMCquQ&feature=related
@Langstra (16)
• Netherlands
31 Mar 10
I dont know what WAMP is but I would recommend XAMMP http://www.apachefriends.org/en/xampp.html It containts everything, from PERL, PHP, MySQL. Easy installing, and no worries.