You can use basic ASCII Text editors to write PHP code. You simply need to save the file with the .php extension.
Related Articles
*NEW
Arduino – Raspberry Pi Web Fan Control with MySQL
With this project we create an IoT Environmental control device that uses a MariaDB (MySQL) database as the datastore. This allows you to use database functionality to create log files and be able to corrrelate […]
*NEW
PHP Project (Intermediate) – Photo Gallery with MySQL Backend
This class shows you how to create a picture gallery app that stores its data in a MySQL database. This allows you to do things such as adding Tags, Description, and even User Ownership so […]
PHP Programming (NEW)
PHP – Access Named Keys in Arrays – Foreach()
The foreach() function can turn Named Keys into variables just like it does array values.
Be the first to comment