<?php $hello = "Hi!"; $a = 'hello'; echo $$a; // output "Hi!" ?>
Pro tip: use ```triple backticks around text``` to write in code fences