Dentafrice your signature aint right
should be
PHP Code:<?
include("dbConfig.php");
$username= $_POST[username];
if($username == "Kevin") {
$query = mysql_query("SELECT * FROM user");
$row = mysql_fetch_array($query);
echo ("Hello Kevin. You are currently $row[status]");
}else{
echo ("Go away your like not 1337 and stuff");
}
?>






Reply With Quote







