<?=$test?>
you forgot the =... and if test is a variable, it should start with a $
the correct syntax is really
<?php echo $test;?>
but you can use <?=$test?> as a shortcut...
its called "syntactic sugar"
the one thing my Scheme professor actually taught me :-)
that guy was a wanker....