Posted by rich on 08/10/06 03:45
since: $foo = "hi"; $bar = "foo"; echo $$bar; // prints hi Is there any way i can do something like $this->$$bar ? I can't figure out a way to use this method with a $this infront of it. Thanks!
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming