Forum Moderators: coopster
$a = 5; $b = 'a'; echo $$b; which, of course, outputs: 5
How do I alter the syntax to work in an OO situation where the variables are:
$this->a and $this->b
Needless to say I've spent a good part of the morning messing
about with this and I'd like to be put out of my misery.
Thanks!