This is driving me crazy. I'm sure its very simple.
Lets assume I have a zenno variable called STRING1.
The string variable has some html in it such as "mary & bill".
Lets say I want to use http post to submit the variable string to a php script that is adding it to mysql for me.
When I use http_post with urlencoded and use the data like this:
string1={-Variable.string1-}&string2={-Variable.string2-}
For some reason, it isn't passing the entire variable to my script. It is only passing "mary" instead of the entire thing.
Can someone help me figure out what I'm doing wrong.
Thanks!!
Lets assume I have a zenno variable called STRING1.
The string variable has some html in it such as "mary & bill".
Lets say I want to use http post to submit the variable string to a php script that is adding it to mysql for me.
When I use http_post with urlencoded and use the data like this:
string1={-Variable.string1-}&string2={-Variable.string2-}
For some reason, it isn't passing the entire variable to my script. It is only passing "mary" instead of the entire thing.
Can someone help me figure out what I'm doing wrong.
Thanks!!