Not submitting data to server
Hi all,
On the pc, my app runs fine. It collects some info from choices made in the app and submits to my sql/phpmyadmin. The data shows up and i know it works.
However, the data does not send when it's running on my android. I have changed some of the network permissions but no joy.
When the submit button is clicked i have a - on get complete - action.
This sends: get url "http://www.fakeaddress.co.uk/primary/new.php" + "?name=" + Combo Select$( "Combo Box" ) + "&school=" + Combo Select$( "Combo Box 2" ) + "&worklog=" + Edittext$( "Edit Box" ) + "&time=" + string$( "Time" )
it also refreshes the frame.
As i said, on PC it works fine but android doesn't appear to send at all... any ideas?