happens to me a strange thing where I do not see errors, perhaps you will see, step parameters on php, but the parameters do not come?
B4X:
Sub bt1_MouseClicked (EventData As MouseEvent)
Dim linkpagephp As String = "http://humanequality.ddns.net:8888/mobile/mobilejquery.php?"
Dim action As String = "free"
Dim query As String = ta1.Text
Log( action & Chr(10) & query)
Dim code As HttpJob
code.Initialize(action,Me)
code.Download2(linkpagephp,Array As String("a", action, "q",query))
End Sub