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
Raspberry Pi – Install a LAMP Server (Linux, Apache, MariaDB, PHP)
You can turn your Raspberry Pi with Raspberry PI OS into a full LAMP web server. We use MariaDB because MySQL is not provided in the main repository and it is a drop in replacement […]
PHP Programming (OLD)
Redirecting Web Pages with Header Function in PHP
PHP Programming (NEW)
PHP – Access Array Values – Foreach()
The foreach() function allows you to loop though an array to process the values as variables.
Be the first to comment