I am attempting to make an iPad application that is a front end for an open source web application written almost exclusively in PHP. How can I access the data from the PHP? The only way I could think of is editing the PHP to encode the arrays and info in JSON then get that in the application, however this would not be very portable as the web application would have be changed.
The web application is called phpvirtualbox and the source code is available here.