News

This guide explains how to create a MySQL database and table using PHP and how to create them manually via phpMyAdmin using XAMPP stack.
This guide explains how to insert data in MySQL database using PHP. We will see how to insert single and multiple records in a MySQL table.
My previous articles titled connecting mysql database with mysqli object oriented style and how to connect mysql database using the mysqli procedural function demonstrate about different ways to ...