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().

MySQL Introduction (NEW)
MySQL – PHP to INSERT Into Table
You can use PHP to INSERT data into MySQL Tables. This data can come from HTML forms, or things such as scripts that parse text documents. phpInsert.php

PHP Programming (OLD)
Be the first to comment