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 (OLD)
Variables and Print in PHP Programming
PHP Programming (NEW)
PHP – Send Data to PHP with HTML Form
Sending data to PHP from an HTML form is easy.
*NEW
PHP – Upload File with HTML Form ($_FILES)
With an HTML form and PHP you can upload files to your web server. When you use $_FILE in PHP you are able to access information about the file stored in the $_FILE array. Prerequisites: […]
Be the first to comment