Has anyone here ever written anything in PHP to do with Location-Based Services?
I was looking into a project that uses it, and don't especially want to have to write a Java or c# app to communicate from a mobile device to my back-end PHP code to handle looking up and supplying location based information.
I've looked around but have only come across http://developers.sun.com/techtopics/mobility/apis/articles/location/ for J2ME and a sourceforge project in C#.
I was wondering if anyoen has an API for PHP to capture the LBS information?
Failing that, since PHP-Java-Bridge can be used to call Java code from within PHP, has anyone wrirten a class using that?
If the answer is still no, which I suspect it maybe, doe anyone have any tips for using the PHP_Java-Bridge. I'm comfortable with PHP development but have no Java knowledge, and hoped someone may knwo of a decent guide and example of using the PHP-Java-Bridge