Easy thing, cant figure out..
Posted: Thu Jan 08, 2009 4:19 pm
Hi!
I have this code posting to a variable:
So if "hello hello" is input in the text box, the $critiera variable will contain "hello hello". But how do I make it so that itt will be stored as "hello+hello" instead.. with the "+"-sign instead of space..
Any idea?
Thanks!!
I have this code posting to a variable:
Code: Select all
//postcriteria
$criteria=$_POST["criteria"];Any idea?
Thanks!!