For my site there is a loginsystem
where you need to login with your emailadress
, but the problem is that my query gives an error when I start writing my emailadress
whenever I use a point.
Here is my query:
$sql = "SELECT LeerlingID FROM tblLeerlingen WHERE email = '$myusername' and Wachtwoord = '$mypassword'";