Hi,
I have PHP script which is calculating some Google Maps API functions in Javascript and then sending output back to PHP.
My biggest problem is, that i need it to run at intervals, but AFAIK cron can't handle javascript
I've tried a little workaround - setting cron which sends the url to online web thumbnail generator - and it works. Until this online service denied loading scripts at their side.
It must be some way to achieve this. Maybe running some instance of browser in PHP?