convert a string to be used in a POST parameter

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
TipPro
Forum Commoner
Posts: 35
Joined: Wed Mar 15, 2006 6:39 pm

convert a string to be used in a POST parameter

Post 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."
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

TipPro
Forum Commoner
Posts: 35
Joined: Wed Mar 15, 2006 6:39 pm

Post by TipPro »

Thanks for your quick response!
Post Reply