I took a brief look at your php code, which just appears to be the class without any of the code invoking the functions of the class. In your debugging environment, you should check to see if your php code is returning the correct city for the zip code. For instance, are you sure you're sending the correct zip code to your function? Output the entire JSON you receive back; that might help you determine why you are getting the wrong city. Then I would try submitting that city name to allforgood, to see if that is working as you expect.
On Oct 23, 2:50 pm, Craig Fowler <[email protected]> wrote: > Two things I wanted to add, the actual search is located > here:http://ivolunteer.org/do-something(right side, blue box) > > And, for a few days, the site was throwing an error 302. Basically, it > was having some redirecting issues. I'm not sure if that caused and > issue with search limits... but it could be useful. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
