-
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
-
PART #2: Registration and Login System Tutorial Using PHP and MYSQL
Registration and login system using PHP and MySQL database, in this part you will do the following: 1- Creating the registration page. 2- Validating the … 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
-
MySQL Database Tutorial – 17 – Functions
Facebook – https://www.facebook.com/TheNewBoston-464114846956315/ GitHub – https://github.com/buckyroberts Google+ … Original source
-
How to Make Login Form in PHP and MySQL
Download Source Code http://www.onlineittuts.com/how-to-create-login-form-in-php.html Today We Will Learn How to Make Login Form in PHP and MySQL. Original source
-
#4 | INSERT Query in MySQL Data Base | MySQL Tutorial in Tamil
SQL has the INSERT command that is used to store data into a table. The INSERT command creates a new row in the table to store data. … INSERT INTO … 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
-
JDBC Tutorial for Beginners #3 : Fetching Data from MySQL Database
In this video, I have shown how to fetch data from database. Using MySQL workbench, I have created a table called USER. The table contains one coloumn … Original source