Heads up! To view this whole video, sign in with your Courses account or enroll in your free 7-day trial. Sign In Enroll
Start a free Courses trial
to watch this video
I don't know about you, but I'm constantly adding things to my todo list. In this video we'll look at three ways php gives us to add elements to an array -- two of which let you add elements to the end of the array, and one which lets you add elements to the beginning of the array.
Documentation
- Arrays: add a new element to the end of an array, $array[] = 'New Element Value';
- array_push: push one or more elements onto the end of array.
- array_unshift: prepend one or more elements to the beginning of an array
Related Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign upRelated Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign up
You need to sign up for Treehouse in order to download course files.
Sign upYou need to sign up for Treehouse in order to set up Workspace
Sign up