Google Search

Google Search

HTML/JavaScript

Thursday, September 1, 2011

Google webmaster tool







//Google webmaster tool code retrieve section

$select ="select * from ".GOOGLEANALYTICS." where id='1'";
$result=mysql_query($select);
$record=mysql_fetch_array($result);

//Google Analytics code retrieve section

$select1 ="select * from ".GOOGLEANALYTICS." where id='2'";
$result1=mysql_query($select1);
$record1=mysql_fetch_array($result1);

No comments:

Post a Comment