admin

admin

How to Make Auto Post in Facebook Using PHP

You just have to create a Facebook App and get your Access Token and need a Facebook PHP SDK to help to post on Facebook.You may also like login with facebook using PHP. You may also like How to Login…

How to Create Short URL using PHP

There are different methods to shorten the URL,very basic method is to Http redirect to a domain that contains shortened URL. In this tutorial we will show you how to create short URL using PHP. You may also like How…

How to Compress HTML Code using PHP

Compressing the code is very beneficial for a website it increases website performance and load it faster by making webpage smaller and lighter and it also affects website SEO, so this script strips out all the line breaks and spaces…

How to Find Alexa Rank of any Website using PHP

php

Alexa traffic rank is a value given to any website by alexa based on it’s traffic. A lower traffic rank means higher traffic volume to a website. Alexa is providing an paid API to access it database. But there is…

How to Login With LinkedIn Using PHP

Linkedin is one of the most popular social networks with the huge user base. If you want to allow your website’s user to login with the social account, LinkedIn login needs to be added. LinkedIn provides various API to integrate…