Click here to Skip to main content
15,896,063 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi everyone..i want to develop an web application using PHP.Anyone please tell me softwares
required to develop.I heard that we need WAMP or apache web server.Thanks in advance
Posted
Comments
enhzflep 1-Oct-13 8:53am    
I use just a few tools.

(1) A selection of several browsers (previewing)
(2) Notepad++ (editing)
(3) Xampp (server)
(4) Gimp (image editor)

It sounds like you're talking about needing to have a server; you can use Vertrigo (open source, for Windows). I've found it very stable.

I happen to currently be using Expressions 4 for web development. It's not particularly strong for php but it does allow you to link to the php server and display the results in your browser-of-choice.

 
Share this answer
 
v2
You're talking like you need to set-up an environment to write PHP code and Run them.

Well you just need a few things:
1. An Http-server (I use and recommend Apache).
2. PHP interpreter - goto php.net
3. MySQL - goto mysql.com

They are the basics and musts. But the good thing is you don't need to download and install them separately. Just download a bundled package like XAMPP or WAMPP. XAMPP is nice and easy.

And then you'll need a text editor to write code. Notepad++ is very nice and clean.

You can watch this tutorial series of PHP (They are very good and informative). The first 3 or 4 videos in the series are about what you are asking.
 
Share this answer
 
v2
xampp ,wampp,dreamviewr,zend studio
 
Share this answer
 
Comments
DileepReddyC 1-Oct-13 7:35am    
Can you please send me the link of any one
Kamran Ayati 1-Oct-13 7:46am    
you can serach it from www.google .com

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900