ok maybe i dont explain enough, here the situation : what i need is ...
Here my server | | Here : so u have = | |-Html & Script -DB |----------------------------->| -php | | -xml | | I need to do it from device which can only have html and the script. do u still think proxy can help ? On Sep 3, 5:57 pm, "[email protected]" <[email protected]> wrote: > On Sep 3, 1:17 am, Kpol <[email protected]> wrote: > > > hello, > > > I follow this > > :http://code.google.com/intl/fr-FR/apis/maps/articles/phpsqlsearch.html > > and it works perfectly. > > But now i want to do request from remote browser, that means : > > phpsqlsearch_genxml.xml and phpsqlsearch_map.html wont be at the same > > place. In phpsqlsearch_map.html i see : > > > var searchUrl = 'phpsqlsearch_genxml.php?lat=' + center.lat() + > > '&lng=' + center.lng() + '&radius=' + radius; > > > so i try : > > > var searchUrl = 'http://mysiteweb.com/phpsqlsearch_genxml.php?lat='+ > > center.lat() + '&lng=' + center.lng() + '&radius=' + radius; > > > .. but it dont work :( ... > > XMLHttpRequest cross domain restriction > > > > > ideas... help... > > Use a proxy. > > -- Larry -- 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.
