You are right, it's a PHP issue, not a javascript one. I couldn't see
your site, but your problem is likely that you are trying to compare a
floating value to a string. Here's what I would do with the sample
code:
while ($row = @mysql_fetch_assoc($result)) {
// check if the address is already
Hello googlers,
I am fairly new to the API, but have some previous experience with
coding.
I have a quick question. I have a markers DB table with only about 200
or so records in it., and i am trying to batch geocode every time i
add new records.
I used the sample code from the API tutorials, a