Curriculum
- 17 Sections
- 39 Lessons
- 3 Weeks
Expand all sectionsCollapse all sections
- Lesson 1: Introduction to PHPPHP is a server-side scripting language that is widely used for web development. It stands for Hypertext Preprocessor and is an open-source programming language that is easy to learn and use 123. PHP code is executed on the server, and the result is returned to the browser as plain HTML 1. PHP files can contain text, HTML, CSS, JavaScript, and PHP code 1. PHP can generate dynamic page content, create, open, read, write, delete, and close files on the server, collect form data, send and receive cookies, add, delete, modify data in your database, control user-access, and encrypt data 1. PHP is compatible with most web servers and operating systems, making it a versatile language for web development.3
- Lesson 2: Setting Up Environment3
- Lesson 3: Variables and Data Types2
- Lesson 4: PHP Basics (Operators)3
- Lesson 5: PHP Basics - Control Structures3
- Lesson 6: Functions3
- Lesson 7: Arrays3
- Lesson 8: Handling Form Data3
- Lesson 9: Working with Files2
- Lesson 10: Introduction to Databases2
- Lesson 11: MySQL and PHP3
- Lesson 12: Session Management1
- Lesson 13: Cookies1
- Lesson 14: Introduction to PHP Frameworks (Optional)1
- Final Project1
- Additional Topics (Optional - Security Best Practices )3
- Additional Topics (Optional - API Integration)2
Overview of PHP
The lesson content is empty.
History and evolution of PHP
Next