Booking options
£33.99
£33.99
On-Demand course
1 hour 16 minutes
All levels
Learn PHP in less than 90 minutes with this fast-paced PHP guide
This PHP course is designed to get you started quickly with the fundamentals of PHP and using PHP to write code. While the course features detailed concepts, its organized structure and concise explanations ensure rapid yet effective learning.
In an interactive style, the course demonstrates the installation of PHP on your computer. After this, you'll be on your way to creating a robust PHP file. Gradually, you'll gain insights into what PHP is, the different PHP users, and their purpose for using the language. The course later progresses to covering the fundamentals that will help you in learning other programming languages. This includes variables, constants, data types, loops, multidimensional arrays, functions, super global variables, and forms.
By the end of this course, you will be well-versed with PHP and be equipped with the skills you need to write clean PHP code.
Gain useful insights into PHP and how it works
Understand how to write robust PHP code
Delve into the fundamentals used in PHP such as variables, constants, data types, and loops
Explore the different operators and statements used in PHP such as conditional if, switch, and else
This course is designed for beginner-level PHP developers who are looking to learn PHP quickly yet effectively. JavaScript or Python developers who are interested in learning PHP and already have some familiarity with the basics will also find this course useful.
This course follows a quick and practical approach to help you learn not only the basic concepts of PHP but also how to write efficient PHP code.
Get up to speed with writing PHP code and explore basic concepts of PHP and its uses * Understand how to use fundamentals such as variables, data types, and strings to create projects * Work with arrays, loops, statements, and operators to simplify the code in PHP and other languages
Kalob Taulien is a professional web developer who has been developing websites and working with start-ups since 1999. Since many years, he has been writing codes in Python and Django. He is in the core Wagtail CMS team and one of the core leaders in Wagtail-based education. The passion to learn and to share his knowledge by teaching and helping others is something that drives him constantly. His ability to turn complex programming concepts into easy-to-understand bits of knowledge has been called his 'superpower'. Throughout the years, he has built numerous websites. He even provides one-on-one coaching and start-up consulting to new organizations.
1. Introduction
1. Introduction & Installation Introduction: Introduction & Installation |
2. Creating Your First PHP File Introduction: Creating Your First PHP File |
3. What Is PHP? Introduction: What Is PHP? |
4. Who Uses PHP? Introduction: Who Uses PHP? |
2. Jumping In
1. Syntax Jumping In: Syntax |
2. Variables Jumping In: Variables |
3. Echo / Print Jumping In: Echo / Print |
4. Code Comments Jumping In: Code Comments |
5. Quotes vs. Apostrophes Jumping In: Quotes vs. Apostrophes |
6. Data Types Jumping In: Data Types |
7. Strings Jumping In: Strings |
8. Constants Jumping In: Constants |
9. Arrays Jumping In: Arrays |
10. Loops Jumping In: Loops |
11. Multidimensional Arrays Jumping In: Multidimensional Arrays |
12. Conditional If Statements Jumping In: Conditional If Statements |
13. Else Statements Jumping In: Else Statements |
14. Comparison Operators Jumping In: Comparison Operators |
15. Switch Statements Jumping In: Switch Statements |
16. Functions Jumping In: Functions |
17. Super Global Variables Jumping In: Super Global Variables |
18. Forms Jumping In: Forms |
19. POST Forms Jumping In: POST Forms |
3. Conclusion
1. Summary Conclusion: Summary |