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 »CSS
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 »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 Image Upload Using jQuery, PHP and MySQL
Ajax image upload using jQuey and PHP will give nice user experience than HTML form posting. In this post we are going to see how to upload an image using ajax form posting. Please refer following tutorial in this series….. Read More >>>>
Continue Reading »Inline edit using jQuery and PHP, MySQL and Bootstrap 3
In this tutorial I had updated my previous tutorial on Inline Edit ( Inline Editing using PHP, MySQL, jQuery and Twitter Bootstrap ) using Twitter Bootstrap 3.2. If you have any doubt in this tutorial please refer my previous tutorial….. Read More >>>>
Continue Reading »