usama_rasab27
Member
- Messages
- 208
- Reaction score
- 15
- Points
- 18
What does this mean in PHP:
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
But it just gives me a blank white page without errors. I have made all the database connections before this.
Please could someone help please. Thank You.
Code:
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
PHP:
$code = ("SELECT email FROM users WHERE username = 'username', $mysqlconnection"):
echo $code;
But it just gives me a blank white page without errors. I have made all the database connections before this.
Please could someone help please. Thank You.