I'm creating a website and an App with Phonegap, I'm new to programming for mobile platforms.
This site has a database and I want this database to be available directly in the App, but I do not want access to removal in the database.
How can I do to send a request to the PHP site, and does it return me a result to be presented in the App using JS? Is it possible to do a BD cache in the App, make a copy daily, or when there is a BD update?