ok I'm getting an error in line 9
$sql = "SELECT * FROM database.table WHERE table.email = '$email'"; //line7
$ExecuteQuery = mysql_query($sql); //line8
$row_count = mysql_num_rows($ExecuteQuery); //line9
It used to work, but I transfered to a new server and now it doesn't.
Any ideas? clues? suggestions?
TIA
lilRachie
🆒