Android Question Special chars httpjob

jayel

Active Member
Licensed User
Longtime User
Hello,

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
 
Top