I want to create a BlackBerry app for OS 4.7 that connects to a remote MySQL database and fetches all rows from a table and displays them in the app.
I searched and some say that I can use PHP as a middleware for the app on the device to talk to instead of directly accessing the database.