11-19-2019 07:49 AM
My goal is to post a couple of value pairs to my webserver's PHP page for parsing. For instance:
It works when I use "POST Multipart" method, but I can only input values on my Front Panel by hand. I do not know how to assemble the required input data manually so I just create a "constant" at the input line.
But if I use "POST" method (which requires a string as an input) I can only transmit 1 pair of values, everything else is regarded as the value after the "=" sign.
Can someone please give me some advice on how to do that?
Thank you
Solved! Go to Solution.
11-19-2019 08:03 AM
I have solved it, DUH 😜
I just need to concatenate my strings with the "&" symbol
Output is this: