-
PHP Programming Language – Full Course
Learn the PHP programming language in this full course / tutorial. The course is designed for new programmers, and will introduce common programming topics … Original source
-
PHP – Insert Form Data Into MYSQL Database Using PHP
Insert Form Data Into MYSQL Database Using PHP In this tutorial I have created one html form and one insert.php page. In HTML form have used POST method … Original source
-
PHP Tutorial (& MySQL) #11 – Conditional Statements
Hey gang, in this PHP tutorial I’ll talk about conditional statements (if, else if etc). We conditionals to branch our code depending on whether a certain condition is … Original source
-
PHP Tutorial (& MySQL) #34 – Ternary Operators
Hey gang, in this PHP tutorial I’ll show you how to use the ternary operator. —————————————- Course Links: + Course files … Original source
-
PHP Tutorial (& MySQL) #17 – Forms in PHP
Hey all, in this PHP tutorial we’ll carry on with our project by looking at forms in PHP – how to capture data, send POST & GET requests and how to handle those … Original source
-
PHP Tutorial (& MySQL) #4 – Variables & Constants
Hey gang, in this PHP tutorial I’ll explain the difference between normal variables and constants, and show you how to use both of them. Original source
-
PHP Tutorial (& MySQL) #5 – Strings
Hey gang, in this PHP tutorial I’ll explain one of the many data types in PHP – strings. —————————————- Course Links: + Course files -… Original source
-
PHP Tutorial (& MySQL) #12 – Continue & Break
Continue and break are two important keywords in PHP, so in this tutorial I’ll show you how we can use them to break out of the normal loop cycle. Original source
-
PHP Tutorial (& MySQL) #3 – Your First PHP File
Hey gang, in this PHP tutorial we’ll create our first PHP file and run it on our local server. —————————————- Course Links: + Course files… Original source
-
PHP Tutorial (& MySQL) #29 – Control Flow Alt Syntax
Hey gang, in this PHP tutorial I’ll explain a cleaner way to write control flow statements in our HTML templates. —————————————- Course … Original source