DataBase Info Example There are a few important commands in MySQL which can be executed either at...
Learn MySql
Handling NuLL Example You can use the if…else condition to prepare a query based on the NULL value. The...
Using Joins Example Join query in PHP uses mysqli query() or mysql_query() function to get records from a MySQL tables...
Sorting Data PHP uses mysqli query() or mysql_query() function to get sorted records from a MySQL table. This function takes two...
Like Clause Example PHP uses mysqli query() or mysql_query() function to select records in a MySQL table using Like clause. This...
Where Clause Example PHP uses mysqli query() or mysql_query() function to select records in a MySQL table using where clause. This...
Delete Exapmle PHP uses mysqli query() or mysql_query() function to delete records in a MySQL table. This function takes two parameters...
Update Record Example PHP uses mysqli query() or mysql_query() function to update records in a MySQL table. This function takes two...
Select Records Example You can use the same SQL SELECT command into a PHP function mysql_query(). This function...
Add Your Heading Text Here PHP uses mysqli_query function to insert records in table. This function takes three parameters...