Jag tycker att du ska använda mysqli_num_rows ($query) -metoden i ditt if-villkor för att kontrollera om e-post finns eller inte.
till exempel:
if (mysqli_num_rows ($query)==1)
{
//your mail method
}
Jag tycker att du ska använda mysqli_num_rows ($query) -metoden i ditt if-villkor för att kontrollera om e-post finns eller inte.
till exempel:
if (mysqli_num_rows ($query)==1)
{
//your mail method
}