SyntaxFix
Write A Post
Hire A Developer
Questions
$result = mysqli_query($con,"SELECT `note` FROM `glogin_users` WHERE email = '".$email."'"); while($row = mysqli_fetch_array($result)) echo $row['note'];