I agree with Jason and Miguel, but if you really want to do this, you could 
try:

$type = "basic";
$user = $type."_user";
$$user = "jaxn";
echo $basic_user;

I can see where something like this *could* be useful, but I'd still use 
the arrays.

Jim.

At 12:43 PM 5/2/02, Jackson Miller wrote:
>I want to do something along the lines of:
>
>$type = "basic";
>$$type_user = "jaxn";
>echo $basic_user;
>
>and have the output be "jaxn".


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to