Wednesday, February 19, 2014

how to register sub reseller httpapi curl php

how to register sub reseller httpapi curl php

Signing Up a Sub-Reseller Account using the httpapi.com api. It requires POST HTTP Method. You can use following function to register sub reseller with api intergration. You need auth-userid and api-key or auth-password for that. Look at code for more. <?php /* Online PHP Examples with Source Code...

Wednesday, February 5, 2014

Domain or IP whois information in php

Domain or IP whois information in php

Each Top Level Domain (TLD) has totally different whois server (example: .com and .net whois server is whois.verisign-grs.com) that listen at port no. 43. During this blog post we have list of whois servers according to their TLD. First extract TLD from domain and find its whois server....

Tuesday, February 4, 2014

Get Google pagerank by php

Get Google pagerank by php

We all are able to read pagerank of any page in google toolbar. However google does not give any API to access it's Pagerank information. Therefore during this blog we are going to explain you how to get google pagerank in php code. Pagerank is a ranking given to...

 

© 2014 4everTutorials. All rights resevered.

Back To Top