Alex Major wrote:
Thanks for your help with my other question, heres a new one for you. I need to nest a variable, inside another variable. For example: $($buildingname)level How (if at all) is this possible? Thanks. Alex.
Why? What are you doing that requires that that cannot be done with associative arrays? As in, what is wrong with:
$level[$buildingname] (I'm only guessing at the correct naming scheme) Regards, Adam. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php