On Nov 14, 8:38 am, mes421 <[email protected]> wrote:
> Hello!  Reporting 3 days of struggle w/the Store Locator tutorial, "Creating
> a Store Locator with PHP, MySQL & Google Maps".
>
> I am working locally with WAMP installed on my Window7 laptop. Apache
> 2.2.17, PHP 5.3.4, MySQL 5.1.53 installed. Executing from the www, root
> folder.

We can't help much then...

>
> I have tested connecting to MySQL to verify the db exists.
>
> Have used the provided .php and .htm code exactly as shown 
> here,http://code.google.com/apis/maps/articles/phpsqlsearch.html.
>
> Uploaded my own addresses and lat, lng information.  Verified with the
> *phpsqlsearch_genxml.php*<http://gmaps-samples.googlecode.com/svn/trunk/articles-phpsqlsearch/p...>
>  script
> that I can indeed use the search script.  Meaning, I supply lat, lng,
> radius input parameters and get back valid XML of markers within the search
> radius.
>
> I have run with both v2 and v3.  Both produce the same output, No results
> in the query window,and no element found in my firebug error message.  With
> firebug I can also clearly see that the google geocoder has processed the
> input address and returned criteria for the search.
>
> Really at a loss here and hope no else wastes as much time as I did.  I
> found several references online that suggested commenting out the last line
> in 
> *phpsqlsearch_genxml.php*<http://gmaps-samples.googlecode.com/svn/trunk/articles-phpsqlsearch/p...>,
> which is echo $dom->saveXML();.  That did not help either.
>
> Any suggestions are welcome.

1. Look at the output of phpsqlsearch (with reasonable parameters and/
or the ones your map is providing) in a browser.
2. If you see xml in #1 above, save it to your machine as an xml file
and see if accessing the xml _file_ rather than the php produced
output works differently.
3. Make your test environment available (at least your xml output) to
the outside world so we can investigate.

  -- Larry

>
> Thanks, MES

-- 
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.

Reply via email to