PHP Show Variables (with Sessions)

" . $varname . "\n"; $printed = print_r($$varname, true); echo '
' . htmlspecialchars($printed) . '
'; } } ?>