Select 5 Random Records From MySQL Database and Display Sumit Kumar Pradhan February 16, 2018 This post explain how to retrieve random records from the MySQL database and display the same records in UI. you can use this technique to... Continue Reading
Create Pagination in PHP, MYSQL, JQUERY and AJAX Sumit Kumar Pradhan January 28, 2018 In this tutorial we are going to build AJAX Pagination with PHP using jQuery Pagination plugin . With the help of pagination concept we w... Continue Reading
PHP Limit Data Selections From MySQL Sumit Kumar Pradhan January 26, 2018 In this tutorial we will explain how Limit Data Selections From a MySQL Database . This technique helps to fetch large number data one by o... Continue Reading
PDO::FETCH_CLASS Example Sumit Kumar Pradhan October 29, 2017 PDO::FETCH_CLASS helps to maintain the direct relation with class attribute. Basically Returns a new instance of the requested class, ma... Continue Reading
PHP Login and Registration System with PDO Connection Sumit Kumar Pradhan October 20, 2017 In this Post we are providing you an easy registration and login process using PDO connection with better password encryption and secure we... Continue Reading
PHP MySQL connection using PDO Sumit Kumar Pradhan October 19, 2017 Today, In this post we will learn how to connect to MySQL using PDO in PHP and just for the information PDO stands for " PHP D... Continue Reading
PHP Select Data From MySQL Database Sumit Kumar Pradhan October 12, 2017 In this article, we are going to learn how to select records from database table using PHP Script. To select records from database tabl... Continue Reading
PHP Delete Data From MySQL Database Sumit Kumar Pradhan October 11, 2017 In this article, we are going to learn how to delete records in database table using PHP Script. To delete records in database table we ar... Continue Reading
PHP Update Data Into MySQL Database Sumit Kumar Pradhan October 11, 2017 In this article, we are going to learn how to update records in database table using PHP Script . To update records in database table we... Continue Reading