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

PHP Programming (OLD)
Redirecting Web Pages with Header Function in PHP

*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() […]

MySQL Introduction (NEW)
MySQL – INSERT Records with HTML Form and PHP
You can easily create an HTML form with PHP to insert records within your MySQL database. Warning – It’s important to create a troubleshooting routine, and verify you have written your code properly. form.html phpTEST.php […]
Be the first to comment