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
TipPro
Forum Commoner
Posts: 35 Joined: Wed Mar 15, 2006 6:39 pm
Post
by TipPro » Mon Mar 20, 2006 5:00 pm
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."
feyd
Neighborhood Spidermoddy
Posts: 31559 Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA
Post
by feyd » Mon Mar 20, 2006 5:31 pm
TipPro
Forum Commoner
Posts: 35 Joined: Wed Mar 15, 2006 6:39 pm
Post
by TipPro » Mon Mar 20, 2006 5:50 pm
Thanks for your quick response!