Insert Data Into MySQL Using MySQLi and PDO After a database and a table have been created, we can start adding data in them. Here are...
Recent Updates
Sunday, 18 March 2018
Database Table MySQLi and PDO
Create a MySQL Table Using MySQLi and PDO The CREATE TABLE statement is used to create a table in MySQL. We will create a table named ...
Thursday, 22 February 2018
PHP WITH MySQL
PHP WITH MySQL MySQL is the most popular open-source database system. What is MySQL? MySQL is a da...
Thursday, 15 February 2018
PHP $_POST Function
PHP $_POST Function The built-in $_POST function is used to collect values in a form with method="post". The $_PO...
PHP $_GET Function
PHP $_GET Function The built-in $_GET function is used to collect values in a form with method="get". The $_GET F...