PHP Insert Data Into MySQL Sumit Kumar Pradhan October 09, 2017 In this post, we are going to learn how to insert records in database table using PHP Script. To insert records in database table we are... Continue Reading
PHP Create MySQL Table Sumit Kumar Pradhan October 08, 2017 In this article, we are going to learn how to create database table in MySQL using PHP Script. To create database table using PHP script... Continue Reading
PHP Create MySQL Database Sumit Kumar Pradhan October 08, 2017 Today, we will show you example to Create MySQL Database using PHP Script. Here we are using mysqli_query() function to create databas... Continue Reading
php mysql connection Sumit Kumar Pradhan October 08, 2017 Now a days, Database is required to stores , organizes and manages a large amount of information within a single software application.... Continue Reading
MYSQL CODE TO RETRIVE LAST ENTRY IN ASECENDING ORDER Sumit Kumar Pradhan December 12, 2013 Generally , we retrive mysql entry in asending and desending order. but after sorting you want or need to sort query again .use the follow... Continue Reading