Hey Stephen, Check this out:
<?php
$bob = "dog"; $joe = "bob";
print ${bob}; print "<BR>"; print ${$joe};
?>
-Nate
Stephen Goddard wrote:
Hi,
Can anyone tell me what this does ${varname}
I cant find any information as to what the braces do.
Cheers
Steve
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php