View file prof.php
<?php include("user_settings/".$_GET["user"].".php"); include "head.php"; echo "<style type=\"text/css\">$style</style>";
echo "<b><center>".$_GET["user"]."'s Profile</b></center>"; include ("prof/".$_GET["user"].".php"); include "foot.php"; ?>