What does this mean in PHP:
if(!$email)
{
}
else{
}
Why is there a ! before $result it comes after mysql_query and how do you echo a single record from a database, I have tried
$code = ("SELECT email FROM users WHERE username = 'username', $mysqlconnection"):
echo $code;
But it just gives...