You can use basic ASCII Text editors to write PHP code. You simply need to save the file with the .php extension.
Related Articles

PHP Programming (NEW)
PHP – Sort Array by Key – ksort() and krsort()
You can sort arrays by key with ksort() and krsort().

PHP Programming (OLD)
Loops in PHP Programming

*NEW
PHP Project (Intermediate) – Photo Gallery Search by Tags
In this project we build the ability to search for images based on Tags stored in MySQL. Previous Classes in Series: PHP Project (Simple) – Dynamic Photo Gallery Stream PHP Project (Simple) – Dynamic Photo […]
Be the first to comment