I am developing an Android application to send data to MySQL DB. I am using Apache server. I know to send data to MySQL DB using JDBC, PHP. Now the challenge is without using JDBC and other web services
1. can it be possible to send data.
2. If yes, Please help me to achieve this.
3. If no, what is the solution to overcome this.