Hello
Please help me...
this code don't work
Why ?
Sub Process_Globals
Dim hc As HttpClient
Dim Requete As String
End Sub
Sub btn_GagnantEnvoyer_Click
Requete = "INSERT INTO pingpong.scores (`joueur1`) VALUES ('moi')"
Dim req As HttpRequest
req.InitializePost2("http://192.168.1.103/pingpong.php", Requete.GetBytes("UTF8"))
hc.Execute(req, 1)
End Sub
Sorry for my poor english ...
http://192.168.1.103/pingpong.php?query=INSERT INTO pingpong.scores (`joueur1`) VALUES ('moi') ==> OK
Please help me...
this code don't work
Why ?
Sub Process_Globals
Dim hc As HttpClient
Dim Requete As String
End Sub
Sub btn_GagnantEnvoyer_Click
Requete = "INSERT INTO pingpong.scores (`joueur1`) VALUES ('moi')"
Dim req As HttpRequest
req.InitializePost2("http://192.168.1.103/pingpong.php", Requete.GetBytes("UTF8"))
hc.Execute(req, 1)
End Sub
Sorry for my poor english ...
http://192.168.1.103/pingpong.php?query=INSERT INTO pingpong.scores (`joueur1`) VALUES ('moi') ==> OK