slowfib Posted April 28, 2011 Share Posted April 28, 2011 I've been working on a project where I pull data from one source via an API in PHP. But now I need to push this data through another API, but the only way to access the API is via JAR files. Is there anyway I could accomplish this in PHP? Thanks. Quote Link to comment https://forums.phpfreaks.com/topic/234997-using-a-jar-file-with-php/ Share on other sites More sharing options...
fugix Posted April 28, 2011 Share Posted April 28, 2011 you might be able to create a .jar file using fopen() and if you want to see the outpu you can use exec() and display the output of the file Quote Link to comment https://forums.phpfreaks.com/topic/234997-using-a-jar-file-with-php/#findComment-1207740 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.