looks like you are nearly there now! in firebug, the returned xml looks something like <response>
<markers> </markers> <token> <coin newcoin="$coin" /> </token> </response> so the PHP script isn't putting the value of the $coin variable into the XML ... maybe you need newcoin="<?php echo $coin ?>" instead of newcoin="$coin" --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
