Using Google reCAPTCHA with PHP - Are you a Robot? Sumit Kumar Pradhan December 02, 2017 In this tutorial we are going to share some idea about " Google reCAPTCHA ". Google has been introduced reCAPTCHA API called A... Continue Reading
Jquery Timeago Plugin Implementation using PHP. Sumit Kumar Pradhan November 26, 2017 Timeago is a JQuery plugin that provides a easy way to integrate timestamp update functionality in web based application. Nowadays Timea... Continue Reading
Live Username Availability Check using PHP, jQuery and AJAX Sumit Kumar Pradhan November 12, 2017 In this tutorial we are going to build Live Username Availability Check using PHP, JQuery and AJAX . This is a most common and popular fea... Continue Reading
Ajax Search Box in PHP, MySQL and JQuery. Sumit Kumar Pradhan November 11, 2017 In this tutorial we are going to build AJAX search box using PHP . Now a days every website has integrated this kind of search feature. Thi... Continue Reading
Dynamically load data on div scroll using php, mysql, jquery and ajax Sumit Kumar Pradhan November 05, 2017 In this tutorial, we will show you how can you dynamically load data on div tag using PHP, MySQL, JQuery and Ajax . We have used similar pa... Continue Reading
PDO::FETCH_CLASS VS. PDO::FETCH_PROPS_LATE Sumit Kumar Pradhan October 31, 2017 PDO::FETCH_CLASS In our last post we have discussed about PDO::FETCH_CLASS , from which I think you are able to build complete under... 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