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 »JQUERY
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 »Session Timeout Warning Popup with Countdown Using jQuery and PHP
In this tutorial we are going to see how to show Session Timeout Warning Popup with Countdown Using jQuery and PHP. For example you are logged in your Gmail account and chekced mail, then you forget to logout your….. Read More >>>>
Continue Reading »User registration and Login Using PHP5, MySQLi, jQuery and Bootstrap
In this tutorial we are going to see simple User registration, Login and Forget password functionality using PHP5 object oriented programming, MySQLi, jQuery and Bootstrap. As well it has templating system that’s after login pages (home.php, going.php and lesson.php) will….. Read More >>>>
Continue Reading »Thumbnail Image Generation From Uploaded Image Using PHP
For some requirement we need to generate thumbnail image from user uploaded image without decreasing image quality. Here is php script that resizes upload image (whether it small or bigger one ) to the thumbnail size you set. Note: PHP….. Read More >>>>
Continue Reading »Ajax Multiple Image Upload With Resize Using jQuery PHP
In previous tutorial I had explained ajax single image upload using jQuery and PHP. Ajax Image Upload Using jQuery, PHP and MySQL In this tutorial we are going to see Ajax Multiple Image Upload With Resize Using jQuery PHP and ….. Read More >>>>
Continue Reading »