• Howdy! Welcome to our community of more than 130.000 members devoted to web hosting. This is a great place to get special offers from web hosts and post your own requests or ads. To start posting sign up here. Cheers! /Peo, FreeWebSpace.net
managed wordpress hosting

How can i Get back source data of data contained in a script PHP with Java

Vincentas

Member
Hi,

I tried to open my database .sqlite contained in my server in Java with jdbc:sqlite:mydb, but it doesn't work because my database ".sqlite" is distant so i creat a script php based on my server which gets back me all of my databases.

So my question How can i Get back source data of data contained in a script PHP with Java?

Thanks a lot!
 
Why don't you simply output the data you want from the PHP File, and parse it with Java?

If you're using Javascript, then why not just incorporate the Javascript in your PHP output?
 
Back
Top