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 – For Loops
For loops are ways to repeat specific code based on whether a condition continues to be true.
PHP Programming (NEW)
PHP – Shared Hosting for Running…
Shared hosting is an easy way to deploy PHP code especially if you are new to technology. To run PHP on your own server you need to be able to build, configure and maintain a […]
MySQL Introduction (NEW)
MySQL – PHP Print Records to HTML (mysqli)
You can use PHP to access records in a MySQL database and then print them out in HTML. phpSelect.php phpSelectTable.php
Be the first to comment