Handling NuLL Example You can use the if…else condition to prepare a query based on the NULL value. The...
Articles
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...
Drop A DataBase PHP uses mysqli query() or mysql_query() function to drop a MySQL database. This function takes two parameters and...
Connect DataBase Example PHP provides mysqli contruct or mysqli_connect() function to open a database connection. This function takes six parameters and...
Environment Setup In order to develop and run PHP Web pages, three vital components need to be...