Hello,
I wan't to send the following to my webservice :
As you can see there is a "'" character.
How do I send that?
Greets John
I wan't to send the following to my webservice :
B4X:
beschrijving = "it's a test"
job2.Download2(Main.URLstring & "machines.php", Array As String("tag", "createnewwork", "beschrijving", beschrijving))
As you can see there is a "'" character.
How do I send that?
Greets John