Ok then.
I had everything under my home testbed server, but I duplicated
everything here.

http://www.v1rotate.com/googlemaps/googlemap.html
http://www.v1rotate.com/googlemaps/googlemap.php

About the mod.... "If you don't have access to PHP's dom_xml
functions, then you can simply output the XML with the echo function."
ie I dont have access to dom_xml.

When you look the html page (1st link) you will notice when it loads
it has different center, and then it moves to right place.
(It happens really fast, but would like to get this thing fixed,
because its annoyance)

Second what I am trying to do is add this $v1 = $_GET['editid1']; to
my .php file, and then somehow use
http://www.v1rotate.com/googlemaps/googlemap.html?editid1=aaaa to
display map for code aaaa or bbbb or cccc depending on the link.

Current mysql query is as follows
$query = 'SELECT * FROM `markers` WHERE `CODE` = CONVERT(_utf8 \'bbbb
\' USING latin1)';
$result = mysql_query($query);

This is so you can look the page, since its working with code this
time. It did not work without CONVERT... don't know why.

This is what I ultimately want
$query = 'SELECT * FROM `markers` WHERE `CODE` = CONVERT(_utf8 \'$v1\'
USING latin1)';
$result = mysql_query($query); (So it would pick up address for
editid1=aaaa or whatever is on url)

Does this make sense?

I have db of 6000 companies and currently displaying their stats and
other graphs etc.
User goes to my site, types some filter info, so db displays a list of
lets say 150 companies.
Then user clicks one of the 150 links, which looks like /companies.php?
editid1=aaaa
Which shows them detail stuff about that company ie address, state
etc.
I also have lat and lon on database for those companies.
I just need to display map on detail pages for company address.

Thanks
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to