Dynadot

I need a Php function returning an array of information

NameSilo
Watch
Impact
6
I need a php function that takes a domain name and returns an array with information like this example

$info = getInfo("Namepros.com");

The $info contains these information

$info['CPC'] = "$1.3"; // average CPC
$info['Comp'] = "medium";
$info['Freq'] = 506000;
$info['Search'] = 4392;
$info['KeyWords'] = array() // Array of all keywords on the domain name

Can someone help me ?
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
Is the data stored in MySQL? Flat file? Read from different site?
 
0
•••
Is the data stored in MySQL? Flat file? Read from different site?
When you tell us what the data is stored in, also make sure to tell us more specific information. For example, the names of columns if you are using MySQL. :)
 
0
•••
  • The sidebar remains visible by scrolling at a speed relative to the page’s height.
Back