How can I get this script to print a table i created along with other data?
<?php
// get a web page into an array and print it out
$username = "Scorpion";
$filename = "/var/www/html/uploads/$username.txt";
$fcontents = file ($filename);
while (list ($line_num, $line) = each ($fcontents)) {
echo " " . htmlspecialchars ($line) . "<br>\n";
}
?>
Scorpion,
http://ScorpionsDen.d2g.com
ICQ# 106451637