| | If you use dreamweaver then you can use it's codeview to make your scripts. But for simple editing of code, notepad is a better option. It loads faster than dreamweaver. The best way to start coding is handcoding using a text editor. I used notepad, but now I use Emeditor because I love it's syntax coloring. Not only for php, it offers syntax cloring to many others like java,jscript,perl,html,vbscript,c,c++ and so on. http://www.emeditor.com After you get a sufficient knowledge about coding in php then you can shift to a fully fleged editor like DZsoft's PHP editor which offers the ability to test code if you have php installed in your comp. No need to install apache server on your comp. |

