Tutorials In This Series
Lesson 1 - Getting Started
In this lesson you will learn how to set up your environment to work with PHP. You'll learn how to choose a code editor, how to create, save and run PHP, PHP versions, and how to upload and run PHP on a web server.
Lesson 2 - PHP Language Basics
In this lesson you will learn how to create and assign variables, how to perform arithmetic operations and how to integrate HTML with your PHP.
Lesson 3 - Working With Arrays
In this lesson you will learn the basics of arrays. You'll then learn advanced array topics such as the implode and explode functions, multidimensional arrays and sorting arrays.
Lesson 4 - Building Web Sites
In this lesson you will learn some important concepts and techniques to build web sites, including form validation, pre-populating data, functions, variable scope, page sections and more.
Lesson 5 - Managing User and Website State Information
In this lesson you will learn how to use cookies to persist data.
Lesson 6 - Advanced Data Type Functions
In this lesson you will learn advanced data type functions, including type validation, string functions, math and numeric functions, date and time functions, and regular expression basics.
Lesson 7 - Advanced PHP Topics
In this lesson you will learn advanced PHP topics such as file uploads, resizing images, working with directories, security best practices, sending email and more.
Lesson 8 - Debugging and Errors
In this lesson you will learn how to anticipate, interprete and gracefully handle PHP errors.
Lesson 9 - PHP Conclusion
In this lesson we conclude our PHP series.
|