1 | 2 | 3 | 4 | 5 | 6 | 7 |
Additional Application Downloads | |
Notepad++ | Notepad++ is basically a notepad replacement. It will allows us to edit php (and other) code. What makes Notepad++ so great (and indispenable for me) is that it does various very handy things for coding, such as context hightlighting and code folding. Notepad++ is open source. The version I grabbed was the 3.6 Windows installer. You can see it in several of the previous screenshots. |
PHPMyAdmin | PHPMyAdmin is a PHP driven application to allow a web interface into your MySQL server. Trust me, it's alot easier using this than it is using the MySQL console interface. I downloaded the version 2.8.1 zip. |