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 – Creating Arrays
Arrays allow for a variable to have multiple values. This gives you the ability to create lists of names, and be able to sort them easily. Also it allows you to have values from a […]

*NEW
PHP – Test Variable Against an Array with in_array()
The in_array() function allows you to check if a value is stored with an Array. This can be used for things such as creating an array of which states a company ships products to. in_array() […]

Notes
Arduino Uno with Wifi – RC Car Controlled By PHP Server
This project uses a server with PHP to send commands to the Arduino Vehicle. The commands are sent use shell_exec and triggering wget on the command line. wget needs to be installed on your server. […]
Be the first to comment