javascript - How to encode ~ caracter to send in POST safely HTTP -



javascript - How to encode ~ caracter to send in POST safely HTTP -

i using php post body

data=a~b~c

i wat this

data=a~b~xx~c

i want give 3 paramater a,b~xx , c reads a,b,xx,c . how encode it. tried url encode, html encode still fail!

have tried %7e or ~ ?

what method using post data?

javascript php jquery html sockets

Comments

Popular posts from this blog

Using Android Volley to post an array to PHP -

python - How to add an model instance to a django queryset? -

angularjs - No 'Access-Control-Allow-Origin' error from local domain to public API -