In the last post, I introduced you to a PHP OAuth Class named OAuth API. In this post I’m going to tell you how to implement Login With Google + feature in PHP using the class I introduced. It’s very simple. I will tell the ways of implementing step by step. This tutorial includes placing a **Login with Google + **button on web site to authorization and finishes when we get user details.... [READ MORE]
Posts marked with "HTTPS" in tags
How to replace protocol in links with the window URL protocol
The best way to this is by replacing every HTTP & HTTPS in the HTML file with //. For Example: Subins With : Subins If the location protocol is HTTPS all links’ protocol will be changed to HTTPS and If the location protocol is HTTP all links’ protocol will be changed to HTTP. For a mass replacement of links USE Regexxer.... [READ MORE]