Re: [pmapper-users] query from external php

2011-05-19 Thread Armin Burger
looks like the session cannot be found. You need to pass the session ID to your curl call. It should also work without that if you have session via cookies enabled in php.ini. armin On 19/05/2011 19:05, arief nur andono wrote: > hi, > > I'm trying make map that update every 1 second and update

[pmapper-users] query from external php

2011-05-19 Thread arief nur andono
hi, I'm trying make map that update every 1 second and update several poi / point of interest. I need to get data id that I need to point and save it to the poi session. so this is my simple idea. -script.php (outside pmapper) fetch data id every second from source (external http request). -scri