> I wonder which is the name which came out of the DB > This example call everithing with the same name so it is not easy to > understand.
Not a maps question, see a php/MySQL tutorial e.g. http://www.php-mysql-tutorial.com/wikis/mysql-tutorials/retrieve-data-from-a-mysql-database.aspx $row is an array that steps through the sql results one at a time $row['name'] is the content of the 'name' column for that row > the Other Question: Where this xml File is stored? Not a maps question. See a php/dynamic XML tutorial e.g. - http://www.wallpaperama.com/forums/how-to-make-dynamic-xml-files-with-php-t6815.html It isn't stored anywhere. phpsqlajax_genxml.php produces XML line by line as it works, each time that is called. To whover calls phpsqlajax_genxml.php , it "looks like" an XML file but no real file is produced. -- 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.
