does any one know a php class which can communicate with the google webmaster tools to retrieve data? any kind of suggestions would be of great help. thanks in advance.
// Replace this
if(isset($_POST['submitButton']))
// With this
if(!empty($_POST))
// Then check for values/forms. Some IE versions don't send the submit button
Quote:
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live.
thnx for ur reply!! I chkd out the link u mentioned but I am afraid that it has got no API which can help me. I am actually looking for a php class which helps to retrieve data from the webmaster tools once the authentication process is complete.It should let me add site,delete site,view keywords etc.thnx again for spending ur valuable time to view this post
// Replace this
if(isset($_POST['submitButton']))
// With this
if(!empty($_POST))
// Then check for values/forms. Some IE versions don't send the submit button
Quote:
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live.