On Apr 22, 4:56 pm, Dommer <[email protected]> wrote: > I'm running some PhP, and the output is html: > > http://freeforthepicking.com/Query/isuKmlGenerator.php?q=4103950+&Sub... > > Which doesn't load.
There's an error in the PHP: Parse error: syntax error, unexpected '=' in /home/freefor1/ public_html/Query/isuKmlGenerator.php on line 194 > What am I doing wrong? I'm still new to PHP, so your compassion and > patience in explaining what is undoubtedly a simple oversight here is > greatly appreciated. Can't tell as the error is inside your PHP code. Perhaps you have forgotten a bracket or a semicolon somewhere: that's easily done. Andrew --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Maps-API?hl=en -~----------~----~----~----~------~----~------~--~---
