Page 1 of 1

convert a string to be used in a POST parameter

Posted: Mon Mar 20, 2006 5:00 pm
by TipPro
Is there a php built in function to convert a string so it can be used in a POST parameter?

For example if I wanted to post the string "This is an example string that takes
up two lines. It will also use two spaces after a period."

Posted: Mon Mar 20, 2006 5:31 pm
by feyd

Posted: Mon Mar 20, 2006 5:50 pm
by TipPro
Thanks for your quick response!