Whats the best program to make a PHP website in?
I don’t need anything complex, just something straightforward with a nice interface.
Notepad++
Basic text editor with syntax highlighting, bracket matching, and the ability install addons.
Stay away from programs that will automaticly do everything for you. If something happens, you won’t know how to fix it, and it won’t be safe/secure.
You can use a text editor like notepad.
Dreamweaver is a nice tool for doing this.
References :
jedit
and notepad++
also stuff like openoffice writer.
References :
Notepad++
Basic text editor with syntax highlighting, bracket matching, and the ability install addons.
Stay away from programs that will automaticly do everything for you. If something happens, you won’t know how to fix it, and it won’t be safe/secure.
References :
There are a plenty of editors which are nice
Here are a few :
- Eclipse PDT (PHP Development tool) : http://www.eclipse.org/pdt/
- Netbeans : http://www.netbeans.org/
- Notepadd++ (http://notepad-plus.sourceforge.net/fr/site.htm)
References :