
Explore how BHP, a scripting language for dynamic web content, powers live applications and e-commerce by connecting to databases with a simple, C-like syntax.
Learn PHP's hello world program using echo or print, save the file to the server, and view the output in the browser.
Demonstrate the basics of a local php program by showing opening and closing php tags, a string to display, and how to output it on a web page.
Learn how variables work in PHP by declaring and printing values across types such as null, boolean, integer, float, string, and object.
Define constants in PHP using the const keyword, assign pi to 3.14, and print the value to verify the constant remains unchanged through the program.
Discover how PHP uses operators to combine values and produce results, covering arithmetic operations like addition, subtraction, multiplication, and division, plus assignment and logical operators.
The lecture demonstrates arithmetic operators in PHP by declaring two variables with a value of 18 and performing addition, subtraction, multiplication, division, and modulus to output results.
Explore PHP comparison operators by declaring variables and evaluating whether values are equal (==) or identical (===), and observe the resulting output.
This lecture demonstrates assigning values to variables in PHP, printing the result, and applying increment and decrement operators, illustrating outputs such as 1 and 2.
Master conditional statements in PHP using if else, explore true conditions, and handle greater than or otherwise scenarios including a 50-50 outcome.
Explore how PHP if-elseif-else controls multiple conditions, such as score checks from 0 to 100, determining pass at 50 percent and awarding distinction.
Learn how to use the PHP switch statement to handle multiple day values, mapping 1–6 to Monday–Saturday with a default (Sunday) and its effect on output.
Explore loops in PHP and how an if condition controls when a loop gets executed. Learn to repeat code efficiently by evaluating loop conditions.
Inspect how a while loop checks a condition, increments x, and outputs results as long as the condition is true, then stops when the condition fails.
Learn how the do-while loop operates in PHP by printing values while the condition keeps numbers less than or equal to nine, using the ++ increment until the loop ends.
Explore how a PHP for loop initializes a counter, checks a condition, and increments to print numbers from zero to nine, demonstrating basic loop flow.
Master the PHP foreach loop to iterate over items and display each element when a condition holds. See how the loop reads each element and outputs its value.
Explore PHP functions and variable scope by demonstrating global and local variables, performing simple addition and multiplication, and displaying results.
Pass values to a function by assigning parameters, call the function, and display the output for number one and number two (3 and 4) using print statements.
Explore how pass by value handles a number in PHP, demonstrating a cube calculation where 3 becomes 27, and observe the output.
Explain pass by reference by demonstrating a swap between two numbers using reference variables and addresses, showing how values are assigned and output is produced.
Discover how strings are a collection of characters. Declare string variables and concatenate them using the dot operator, then print the combined result from variables like A and B.
Learn built in PHP string functions to count words, measure string length, and locate a keyword with string position. The examples illustrate word count, length, and index-based keyword search.
Explore an array by building a collection of similar fruit prototypes, listing types such as orange, grapefruit, and lemon to demonstrate how to organize data.
Explore multidimensional arrays in PHP by assigning values to nested elements and printing the resulting output to understand the array structure.
Learn how to manipulate a PHP array by adding and removing elements with push and pop, and print the array before and after updates.
Learn how to remove the first element from an array in php, observe how zero-based indexing affects output, and see values like bananas, apples, and peaches change accordingly.
Define class: learn object oriented PHP by declaring a basic class with name and description properties, a constant, a constructor to initialize values, and a public display method.
Learn how inheritance works by extending a base class to create a square, using a constructor and properties to compute area and perimeter.
Explore PHP exceptions and exception handling, including throwing new Exception, creating an error handler, and using catch blocks to manage division by zero and related errors.
Learn how to create and use a custom exception in PHP, validate an email address, throw and catch the exception, and display a user friendly error message.
PHP is a widely used server-side programming language that’s become increasingly fast and powerful over the years. PHP works well with HTML and databases, making it a great language for anyone interested in building dynamic web applications.
Learn PHP, this course covers core functionally of PHP code. Learn the basics of using PHP code to create web applications.
PHP is a scripting language that helps people make web pages more interactive, by allowing them to do more things.
PHP is a powerful scripting language that runs on your server and allows you to provide accelerate your web pages. PHP is the most popular backend code for most websites on the internet you see today. PHP is everywhere, from large to small sites. Learning PHP will help you expand what you can do with Websites.
PHP is designed for large websites, creating a customised user experience, and creating amazing dynamically generated content for users. PHP can connect database content to your website, gather form information from users and a whole lot more.
Everything is included, top resources, source code and step by step learning.
I am here to help you learn PHP and ready to answer any questions you may have.
PHP is an in demand skill, and learning PHP will help to separate you from the crowd who don't know PHP
Nothing to lose, there is a 100% Money Back if you don't like it
Want to know more, what are you waiting for take the first step. Join now to start learning PHP today.
Who this course is for:
application developers
webmasters
anyone who wants to learn PHP code