Search found 3 matches

by hello123
Thu Jan 08, 2009 4:55 pm
Forum: PHP - Code
Topic: Easy thing, cant figure out..
Replies: 4
Views: 558

Re: Easy thing, cant figure out..

thank you very much!
by hello123
Thu Jan 08, 2009 4:28 pm
Forum: PHP - Code
Topic: Easy thing, cant figure out..
Replies: 4
Views: 558

Re: Easy thing, cant figure out..

thank you! but where should I put that?
by hello123
Thu Jan 08, 2009 4:19 pm
Forum: PHP - Code
Topic: Easy thing, cant figure out..
Replies: 4
Views: 558

Easy thing, cant figure out..

Hi! I have this code posting to a variable: //postcriteria $criteria=$_POST["criteria"]; 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.....