Hi there,
I have some problem with accessing API using PHP. Here is the story :
I use PHP as my main script on my webserver.
I want to retrieve data in database server (oversea).
The database server provides API and it's available to download.
So I download the API but dont know how to use it....:(
oh yes, the API is bundled in .jar file. There are example files but all of them are written in java and there are something about java rmi etc....
please help me to find a way to retrieve data from the database. can i use API? how to use it? is it possible for PHP to call API written on java
Thank you very much