Category Archives: Projects
PHP Server and Browser Cache
I am writing this tutorial to increase speed of your web applications with server and browser cache. With caching your application become super lets come to the details of the procedure of cache.BasicsYou should have writing permission for the caching folder (eg. chmod 666 or 777).
You should add attached value (for example cookie or session value ) for the logged users.
The caching object should be added right after the initialization of cookie session.
[ Read More ]
How to Integrate Paypal Payment System in PHP & MySQL
I received a tutorial requests from my reader that asked to me how to implement payment gateway system with Paypal API. In this tutorial I want to explain how to work with Paypal Sandbox test accounts for payment system development and sending arguments while click buy now button. It’s simple and very easy to integrate in your web projects.
[ Read More ]
How to Login with Microsoft Live OAuth Connect in PHP
We have covered almost all oAuth connects like Facebook, Linkedin, Twitter and Google now its time to connect with Microsoft using PHP.Microsoft has launched OAuth connect few months back, Now i am going to write this tutorial how to connect with Microsoft OAuth connect, using this you can get valid user detail from Hotmail and Outlook Database. I am sure this tutorial helps you in your registration systems.
[ Read More ]
Login with Google Plus Account OAuth
We are going to cover all the Open Authentication (oAuth) login system for Twitter, LinkedIn, Facebook and now I am writing tutorial about Google Open Authentication login.in this tutorial i will explain how to implement Google oAuth for your web project, this script is very quick and sure it helps you to increase your web project registrations.
[ Read More ]
How to Login with Facebook Graph API in PHP
I have been working on facebook apps and connection with Facebook Graph API access tocken. This post will explain you how to integrate facebook connect in your website in easy way to connect and read the Facebook home timeline with PHP. Explained how to get facebook token and user id hope you like it. Thanks !
[ Read More ]
How to Integrate login with LinkedIn oAuth in PHP
Now a days popular sites provide api so that we can integrate in our sites and get there information on one click no more fill complex forms etc. Today i am going to explain you how to integrate with LinkedIn one of the most popular website.
[ Read More ]
Login with Twitter OAuth in PHP V 1.1 Updated
Today I have worked on Twitter oAuth and faced many problems how to get access token for offline access to my application etc.In this tutorial i will show you how to authorize application and add tweets, remove tweets, follow friend and unfollow friend.
[ Read More ]