My purpose is to connect to a remote data base (MySQL) from Android, make queries, create tables and those basic things.
What is the difference between making a connection using the Java JDBC, and using PHP JSON or something like that? (Excuse the ignorance).
Thanks in advance.