I have been playing with the tutorial at
https://www.b4x.com/android/forum/threads/connect-android-to-mysql-database-tutorial.8339/
I want to just send a number over to a php script. The script will use that number to determine which pre-defined query to run.
I want to avoid sending a full query string over.
How in bloody, blue, blazes does one do this?
I can't seem to figure out how to just send a POST to the php page with only the parameter I want.
https://www.b4x.com/android/forum/threads/connect-android-to-mysql-database-tutorial.8339/
I want to just send a number over to a php script. The script will use that number to determine which pre-defined query to run.
I want to avoid sending a full query string over.
How in bloody, blue, blazes does one do this?
I can't seem to figure out how to just send a POST to the php page with only the parameter I want.