<?php require("./global.php"); ?> <html> <body> <p> Hello... my name is <?php echo $bbuserinfo[username]; ?></p> </body> </html>