Visit the website at: https://www.mathsacademy.com.au for resources and online courses. Support the channel via Patreon: / mathsacademy Enrol in the full course: https://www.udemy.com/learn-php-via-e...
For the full PHP for Beginners course visit: http://coding.academy/membership
In this lesson I show you how to add elements to arrays in PHP.
We will use the array_unshift() and array_push functions to add the elements to the arrays.
Arrays are extremely useful when programming. You will find that data posted from forms or retrieved from a database will be in array format.