Re: how to combine the results of two variables to echo another variable?
- From: Ewoud Dronkert <firstname@xxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 29 Apr 2005 01:17:08 +0200
Sacs wrote:
>>>$fooboo = "$a" . "$b";
>>
>> Just do: $fooboo = $a . $b;
>>
> With just $fooboo = $a . $b; then $fooboo is set to "foobar" not "blah
> blah" as op wanted.
Sigh. I meant: why use the quotes, they're not needed! (and yes, then use
$$fooboo, just like in the code a few posts up).
--
Firefox Web Browser - Rediscover the web - http://getffox.com/
Thunderbird E-mail and Newsgroups - http://gettbird.com/
.
- Follow-Ups:
- References:
- how to combine the results of two variables to echo another variable?
- From: Dave
- Re: how to combine the results of two variables to echo another variable?
- From: Sacs
- Re: how to combine the results of two variables to echo another variable?
- From: Ewoud Dronkert
- Re: how to combine the results of two variables to echo another variable?
- From: Sacs
- how to combine the results of two variables to echo another variable?
- Prev by Date: Re: how to combine the results of two variables to echo another variable?
- Next by Date: Re: how to combine the results of two variables to echo another variable?
- Previous by thread: Re: how to combine the results of two variables to echo another variable?
- Next by thread: Re: how to combine the results of two variables to echo another variable?
- Index(es):
Relevant Pages
|