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 (NEW)
PHP – Access Array Values – Foreach()
The foreach() function allows you to loop though an array to process the values as variables.

PHP Programming (NEW)
PHP – Sort Array by Value – sort() and rsort()
The sort() and sort() functions allow you to sort arrays alphabetically.

*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