In one of the previous tutorial, I had implemented jQuery autocomplete using jQuery, Ajax, PHP and MySQL. Before continuing this, please refer this following tutorial for complete basics and integration of jQuery autocomplete. Refer this video tutorial series on jQuery….. Read More >>>>
Continue Reading »MYSQL
CakePHP Auth Component Login Tutorial
In this tutorial we are going to see user login and registration using CakePHP AuthComponent. Every php frameworks will have their own Auth component that will handle user authentcation and authorization functionality. All we need to is just include that….. Read More >>>>
Continue Reading »OAuth Login for Facebook Twitter and Google Plus Using PHP
So far in this series of user registration and login we had seen simple user login and registration using php objected oriented programming. User registration and Login Using PHP5, MySQLi, jQuery and Bootstrap Then we have seen how to integrate….. Read More >>>>
Continue Reading »Login with Google OAuth 2 Using PHP and MySQL
In this tutorial we are going to see how to implement Login with Google OAuth 2 Using PHP and MySQL to our web-application. Before continuing this please refer my previous tutorial on simple User Login and registration Using PHP and….. Read More >>>>
Continue Reading »Facebook OAuth 2 Login Using PHP
In this we are going to see how to implement Facebook OAuth 2 Login using PHP to our webapplications. Note : I am using Facebook PHP SDK 4 it will require minimum PHP version 5.4, So upgrade your php version….. Read More >>>>
Continue Reading »Sign in with Twitter OAuth API Using PHP
In this tutorial we are going to see how to integrate Twitter Oauth Authentication to webapplication using PHP. Now every webapplication will have this social networks Oauth Authentication (Facebook, Google and Twitter ) to improve comfortness of their users. So….. Read More >>>>
Continue Reading »