
Master essential PHP basics by setting up PHP on localhost with editors to output PHP into HTML, and using variables, errors, conditionals, loops, arrays, and functions.
Explore PHP resources file and tools, including Chrome dev tools for HTML checks, brackets as a free open-source editor, and local or live server options with zap and virtual box.
Set up a local host with zap to run PHP on your machine, configure the server, and test hello world to see PHP’s server-side rendering.
Install and configure php from php.net, then verify your setup with phpinfo() to view server details, PHP versions (5.6 to 7) and configuration, and start coding.
Learn how to output content with PHP using safe opening tags, print or echo, and observe how variables and simple conditionals render to the browser.
Explore PHP variables, assignment, and types like strings, integers, booleans, and null. Output with echo and print, concatenate with dot operator, use here documents, and understand single and double quotes.
Explore PHP operators, including arithmetic, assignment, concatenation, and modulus, to perform calculations, increment variables, and build dynamic odd/even row styling with conditional logic.
Explore PHP operators and boolean logic, use conditional statements to compare values, understand equality vs type checks with ===, and see automatic conversion between strings and integers.
Explore PHP conditional statements, including ternary operators and if-else logic, learn how to build multi-condition checks with else if and default outcomes to control program flow.
Explore control structures in PHP by comparing if else and switch statements. Learn how to use switch with cases, breaks, and an optional default to handle multiple conditions clearly.
Explore PHP loops by using while and do while constructs to execute code repeatedly while a condition holds, incrementing a counter and echoing values between curly brackets.
Explore the four PHP loops, focusing on the for loop syntax, condition, and increment. Compare while and do-while for brevity, and see how a semicolon error aids debugging during execution.
Explore how PHP arrays store multiple values in a single variable, access items by index, and loop with foreach to output or transform values, including array length and key-value assignment.
Learn how to add to an array in PHP using key names and values. Discover essential array functions for sorting, shuffling, and checking values, with a PHP cheat sheet.
Explore php array functions by dumping and printing arrays, then sort by value or key, and apply in_array, shuffle, array_unique, count, and array_replace.
Recreate alternating row colors in PHP by looping through values and applying an odd/even background color rule.
Apply a PHP snippet to generate a list with alternating background colors using a short loop, modulus logic, and inline styles to produce dynamic, color-changing rows.
Learn to name php functions correctly (start with a letter or underscore, not a number), pass arguments, and use global values, with loops and variables to reduce repetition.
Explore how to use php include and require to reuse headers and footers, set variables, and output content, and control single or multiple inclusions with include once and require once.
Learn how to create and manage php cookies by setting a name, value, and expiry time, then read and echo the cookie on subsequent visits.
Learn how PHP sessions store data on the server, start and manage session variables across pages, expire after inactivity, and securely destroy sessions to protect authentication state.
Use cookies to track user visits instead of sessions, distinguish new and returning visitors with tailored messages, and increment a visit count while storing the last visit date.
Learn to track user visits in PHP by setting and updating a visits cookie, recording last visit times, and expiring cookies after one day.
Create a multi-page PHP and HTML website using Bootstrap templates, with header and footer includes, dynamic titles, and content pulled across pages.
PHP is the most popular server side language used to build many of the websites on the internet today. PHP is not as difficult as many people expect and having an understanding of how to use PHP code opens a new world for web developers.
This course is designed to be easy to follow along, its encouraged to practice the code being presented through out the course. Resources, source code, and everything you need to learn PHP is provided. Start with simple PHP functionality as we explain how it integrates with HTML.
PHP is exciting and we want to introduce PHP to you.
This step by step course shows you the code you need to know to accomplish dynamic server side web development with PHP
We cover all the core fundamental concepts of PHP that you need to know in order to effectively create your own PHP code.
Learn about these PHP code concepts and much more.....
Knowing how to apply PHP is an excellent skill to have. PHP is everywhere and by the end of this course you will have what you need to use it on your own webpages.
We walk you through step by step with detailed explanations of code and more.
We teach you the latest techniques and tools to use in order to create amazing web content. Everything you need to know is included in this course. Learn at your own pace, lifetime access to this course.
We show you how to write PHP code, easy to learn. Our tutorials are easy to follow and effective in teaching PHP.