Vid doesn't work,
all seems a bit pointless making a tutorial on 'echo'.
I haven't seen it but it would have been good if you gave different ways of outputting data,
such as:
PHP Code:<? print "x"; ?>
PHP Code:<? echo "x"; ?>
PHP Code:<? echo <<<HJD
X
HJD; ?>
