On Fri, 14 Sep 2001 15:07, Alexander Skwar wrote:
> So sprach »murat« am 2001-09-13 um 14:34:31 +0300 :
> > how can i change variables that has two or more words to variables
> > that has "+" instead of blanks in that variables.
> > Like this: "word1 word2 word3"  => "word1+word2+word3"
>
> $word1 . $word2 . $word3
>
> Read the manual!
>
> Alexander Skwar

Tsk Alexander, read the question :-) Urlencode is most likely what is 
needed.

-- 
David Robley      Techno-JoaT, Web Maintainer, Mail List Admin, etc
CENTRE FOR INJURY STUDIES      Flinders University, SOUTH AUSTRALIA  

   "My bid for this contract aims to please," said Tom tenderly.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to