You can use basic ASCII Text editors to write PHP code. You simply need to save the file with the .php extension.
Related Articles
MySQL Introduction (NEW)
MySQL – SEARCH Form with HTML and PHP
You can create an HTML form that allows you to search records in your MySQL Tables and print the results in a web browser. In these project we use LIKE and wildcards for the query […]
MySQL Introduction (NEW)
MySQL – UPDATE Records with HTML Form and PHP
You can use PHP to Dynamically create an HTML form from a MySQL record and then be able to edit the record. Warning: Your Web Browser may cache form values. Opening a new tab may […]
PHP Programming (NEW)
PHP – Multidimensional Arrays
Multidimensional delays are when you use Arrays as values for Arrays.
Be the first to comment