I posted this last year, the problem was fixed, and now it is back I have a keyword with an ampersand imbedded in it, g&g . I get parsing errors when I run it through Keyword Tracker. In other words the keyword g&g in google returns the error: The request returned the following error: parsing error: org.xml.sax.SAXParseException: The reference to entity "g" must end with the ';' delimiter. Any ideas? Best regards wiz
Hmmm... it worked for me.. I just added keyword g&g with the URL being ggelectronics.com, and it correctly is tracking it at #1. I'm assuming you are using the advanced usage script? If so, what version of PHP are you running on your server that you host it on?
The PHP version is PHP 4.3.11 The crazy thing is that I have been tracking this for years and it just suddenly stopped working. As I mentioned above I had trouble last year, and then for a year it has been fine, now it stopped working. Best regards wiz
Can you check your phpinfo() on the server? Maybe it was recompiled recently with a different XML parser?
Run a PHP script with nothing but: <?php phpinfo(); ?> PHP: It will spew out all sorts of info about your PHP setup, including Build Date