
Intro to this course.
Ensure students have basic computer skills and practice extensively to gain hands-on experience with PHP basics such as printing on the screen, variables, loops, conditionals, and memory functions.
Learn how to install and set up a PHP and MySQL development environment, run a local server, open localhost in a browser, and preview changes with live preview in Brackets.
Explore how to declare and name variables in PHP using the dollar sign, assign values (integers, floats), and follow camel case for readable, meaningful names.
Learn how to save files in a procedural PHP with MySQL workflow, ensuring files load correctly and display the expected output in the browser.
Explore PHP string functions by defining simple examples, passing arguments to functions, and performing operations like reversing, repeating, and removing characters to manipulate strings.
Learn how to write PHP with MySQL procedural comments, including single-line and multi-line styles, to describe code for humans and support collaboration in teams.
Explore assignment operators, arithmetic operations, and the remainder operator in a PHP procedural context, and learn about string operators and concatenation across memory-related examples.
Explore procedural php conditional statements syntax, learn how if expressions evaluate true or false to run code blocks, and understand nested conditions and program flow.
Demonstrates conditional statements in PHP, explaining if-else logic, equality checks, and curly-brace blocks, with practical examples comparing days and names.
Explore how the or operator evaluates multiple conditions in PHP procedural code, returning true when any condition is true, and use variables to control program flow.
Learn how while loops repeat a block of statements while a condition holds in procedural PHP. See how incrementing with ++ and break control flow to produce output.
This course covers PHP and MySQL from Very Beginning that even anybody who has never Programmed can take the concepts from this course easily(I believe).If you want to Learn PHP Programming from Scratch then This course might be the good guide for you.This course also covers Mysql from Scratch including how to Create Database and What is SQL and MySQL, also CRUD operations are performed which is one of the fundamental things that you need while you create web sites.
If you're thinking where to learn backend development and you're lost into this huge world of programming, this is the right place to kick start backend journey, which will guide you in an easy to follow video paths in a clear and understandable format of video.
Again, this course is designed by thinking in mind for the peoples with ZERO programming experience. If someone is thinking to learn backend web development using one of the most popular server-side scripting language, then this course will give a solid understanding on the concepts, and you'll get valuable lectures with clear explanations along with coding and understanding the concepts alongside. This course starts from the very basics like setting up the environment and takes up to the level of understanding concepts such as variables, loops, functions, arrays and so on along with using MySQL with PHP.