Tutorial Variable Variables

$var1 = 'nameOfVariable'; $nameOfVariable = 'This is the value I want!'; echo $$var1; ?> Reference URL


$var1 = 'nameOfVariable';

$nameOfVariable = 'This is the value I want!';

echo $$var1;

?>

Reference URL

Hot in Week

Popular

Archive

item