You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘and email) VALUES (”,”,”)’ at line 1
i am now getting this error for specifically this line:
$sql= "INSERT INTO tbl_member (username, password and email) VALUES ('$username','$password','$email')";
It should be: