Naming Keys in Arrays makes it easier to verify you are interacting with the appropriate data in an array.
Related Articles

*NEW
PHP – Send Shell Commands with shell_exec()
The shell_exec() function allows you to send commands to the Command Line using PHP. You can use this for everything from pinging websites, to calling installed apps such as FFMPEG. shell_exec() also returns the results […]

PHP Programming (NEW)
PHP – What is Needed to Learn…
To learn PHP you’ll need a LAMP server of some sort, a text editor, and a good study guide. I highly recommend buying a book because it’s an excellent UI while learning a language.

*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() […]
Be the first to comment