Re: how to combine the results of two variables to echo another variable?
- From: Ewoud Dronkert <firstname@xxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 29 Apr 2005 00:02:41 +0200
Sacs wrote:
> Variable variables:
> http://www.php.net/manual/en/language.variables.variable.php
Yes. But why......:
> $fooboo = "$a" . "$b";
Just do: $fooboo = $a . $b;
--
Firefox Web Browser - Rediscover the web - http://getffox.com/
Thunderbird E-mail and Newsgroups - http://gettbird.com/
.
- Follow-Ups:
- References:
- Prev by Date: Re: how to combine the results of two variables to echo another variable?
- Next by Date: Re: How long is too long for a cgi script?
- 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):