Variable Variables

Chris Coyier on
<?php $var1 = 'nameOfVariable'; $nameOfVariable = 'This is the value I want!'; echo $$var1; ?>