Hello
The only way I can imageine is using curl and doing standard post get 
requests. But this will put you at the mercy of the other dep. since a 
change in design may force a change in your logic. 
If you can, try to build a separate interface for your app which you can 
use to interface the backend of the other deps. You might even consider 
Webservices. This way you are independend of the design of the site.


Regards
Stefan Langer


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to