Yes, I did make those edits. No change.

However, I think it's important that as soon as I uncomment that line,
I will return no points, even when I change my query to read:
$query = "SELECT `Site_ID`, `Site_Name`, `Site_lat`, `Site_lon` FROM
tblSite WHERE `Community_ID` = 50";

instead of the desired:

$query = "SELECT `Site_ID`, `Site_Name`, `Site_lat`, `Site_lon` FROM
tblSite WHERE `Community_ID` = $Community_ID";

To be honest, I am not sure where to look for the output of your
recommended "echo $Community_ID;", Goetz. In any event, I didn't
notice any change.

I had created this monster by combining a couple of examples I found
online, and am tempted to step back an start at 0.

Thanks again.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps API V2" 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