Re: how to combine the results of two variables to echo another variable?



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/
.