Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/****/public_html/coreg/********.php on line 65
$query = "SELECT * FROM data WHERE Email='$email'";
mysql_query($query);
$result = mysql_query($query);
$count=mysql_num_rows($result);
Hey Guys,
Hope you all had a good weekend, Not sure why im getting this error, i just bought a new powerfull dedicated server so not sure if its something to do with my code or the settings in php.ini.
Any help would be great guys.
Thanks a lot!