
Discover PHP, a server-side scripting language for dynamic web pages used by WordPress, featuring object oriented and functional programming, form data handling, and dynamic content generation.
Explore two PHP installation methods—local setup with XAMPP and online PHP editors—plus choosing a text editor and browser, and the role of basic HTML and CSS knowledge.
Learn the basics of PHP syntax by writing simple scripts with echo, creating index.php files, embedding HTML, and noting the closing tag is optional.
Explore PHP variables as containers for strings, numbers, and words, always starting with a dollar sign. Learn rules like not starting with a number and avoiding reserved keywords.
Explore PHP data types, including string, int, float, bool, array, object, and null, with practical examples of concatenation, var_dump, and array printing.
Learn how to use arithmetic operators in PHP, including addition, subtraction, multiplication, division, modulus, and increment/decrement, with example variables x=10 and y=5.
Explore assignment operators and arithmetic in PHP by tracking a wallet balance of 500 and subtracting 200, using shorthand operators like -= and +=, plus modulo, multiplication, and addition examples.
Explore PHP comparison operators, including greater than, less than, greater than or equal, and less than or equal, plus equals, not equals, and the identical operator, with numbers and strings.
Explore logical operators that combine conditional statements, including and (&&), or (||), not (!), and exclusive or (xor), with practical true/false examples.
Explore how arrays in PHP store multiple values of different data types, using index zero and short syntax with square brackets, and learn to print elements or the whole array.
Explore PHP conditional statements with the if else structure, including syntax, true and false branches, and elseif in action through a legal age example.
Use the while loop in PHP to repeat code while a condition is true, starting at zero and counting to 500. Echo each number and increment the counter.
Explore PHP functions, including built-in and user-defined ones, declared with function, named using camel case, and invoked to reuse code with parameters and arguments.
Learn how the $_POST superglobal stores form data as an array and keeps it invisible in the URL, using a login form to handle sensitive information like passwords.
Learn how cookies work as a PHP super global to identify users and track activity, and how to set cookies with name, value, expiration, domain, secure, and http only options.
Build a simple contact us form in PHP with front-end validation, showing errors for name, email, gender, and message, then submit via post and display the output.
Initialize variables in php, verify the form uses post, and echo the submitted data to display results. Validate inputs by checking for emptiness and show error messages for required fields.
Declare new variables to hold the error messages for name, email, agenda, and message, validate emptiness, and echo the appropriate errors near the form fields.
Enhance php form security by building a reusable input validator that trims, strips slashes, removes html special characters, and validates emails with filter_var.
Welcome to the free version of my PHP Course "Getting Started With PHP And MySQL For Beginners". This course is designed for those with little or no programming experience who are looking to learn the fundamentals of web development. PHP is one of the most widely used technologies for building dynamic and interactive websites and web applications.
PHP is a popular, easy-to-learn server-side scripting language that allows you to create dynamic web pages and interact with databases. It is the backbone of many popular content management systems such as WordPress and Joomla. MySQL is a widely-used, open-source relational database management system that will allow you to store and retrieve data for your PHP web applications. Together, these technologies will enable you to create robust and efficient web applications.
Throughout this course, you will learn how to use PHP to create and manipulate forms. This free course includes one project. You will be creating a working and secure form. This form project teaches you how to validate user input, and how to sanitize data to protect your website from security threats.
By the end of this course, you will have a solid foundation in PHP . You will have the skills and knowledge to build professional, dynamic websites and web applications using PHP.
The topics include
PHP Functions
PHP Arrays
PHP Data Types
PHP Conditional statements
Enroll now!