Learn PHP: Arrays and Loops
Offered By: Codecademy
Course Description
Overview
Learn how to use for-loops and while-loops to execute the same code multiple times.
Continue your PHP learning journey! So much of the information that you encounter on the web is arranged in lists—creating and manipulating arrays is an integral component of developing meaningful programs. You will also learn how to use for-loops and while-loops to execute the same code multiple times.
### Take-Away Skills
By the end of this course, you will be able to:
* Create lists of ordered information using arrays.
* Access and modify individual elements in the array.
* Use array methods to add and remove information.
* Perform repetitive actions using loops.
### Notes on Prerequisites
We recommend that you complete [Learn PHP: Conditionals and Loops](https://www.codecademy.com/learn/learn-php-conditionals-and-logic) before completing this course.
Continue your PHP learning journey! So much of the information that you encounter on the web is arranged in lists—creating and manipulating arrays is an integral component of developing meaningful programs. You will also learn how to use for-loops and while-loops to execute the same code multiple times.
### Take-Away Skills
By the end of this course, you will be able to:
* Create lists of ordered information using arrays.
* Access and modify individual elements in the array.
* Use array methods to add and remove information.
* Perform repetitive actions using loops.
### Notes on Prerequisites
We recommend that you complete [Learn PHP: Conditionals and Loops](https://www.codecademy.com/learn/learn-php-conditionals-and-logic) before completing this course.
Syllabus
- Learn PHP Arrays: Learn about PHP ordered and associative arrays and how this data type is used to store, access and manipulate data.
- Lesson: Ordered Arrays
- Quiz: Ordered Arrays Quiz
- Lesson: Associative Arrays
- Quiz: Associative Array Quiz
- Project: Bob's Budget
- PHP Loops: Loops are a key way to control the execution of code. Learn how to use them effectively in PHP.
- Lesson: Loops
- Quiz: Loops
- Project: FizzBuzz
- Informational: Next Steps
Taught by
Kenny Lin
Related Courses
Introduction to Functional ProgrammingDelft University of Technology via edX Introduction to Office 365 Development and APIs
Microsoft via edX Web Development and Design using Wordpress
California Institute of the Arts via Kadenze Build a Basic PHP Website Course (How To)
Treehouse Web Applications for Everybody
Independent