Sending string with plus signal

Hi All,

I'm sending to remote server a string like this: "0+150" or "0+70". However when I receive "0 150" or "0 70". Is there any hint about this? See how I am sending:

App Inventoer:

image

How it is going in the POST parameter:

&itensatividades='instalação','0+150','0+200',

In my PHP Script:

image

In my MariaDB Database:

image

Use the UriEncode block ?

image

1 Like

Ah ok. I'm gonna try this and tell you.

Thanks!!!

hmmm no... it didn't work and gave an erro during saving in remote table.

That's the result in AI2:

image

https://www.php.net/manual/en/function.urldecode.php

Also

image

Looks like a php issue. research on that....

Yes, you're right. It was not working because of a cache produced by my PHP script. Now it's ok.

Thank you again, @TIMAI2!!!

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.