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 – Update Records with PHP
Using PHP you can update records in your MySQL tables. phpUpdate.php

*NEW
PHP – Time and Date Functions
The time() and date() functions allow you to add time data to your applications. Time() provides the seconds since Unix Epoch (January 1, 1970) which is useful for basic timing in your application. The date() […]

*NEW
PHP – Parse String with strpos()
The strpos() function allows you to parse strings in PHP. strpos() https://www.php.net/manual/en/function.strpos.php https://www.w3schools.com/php/func_string_strpos.asp strpos.php
Be the first to comment