simbu Posted October 8, 2012 Share Posted October 8, 2012 warning mysql_num_rows() expects parameter 1 to be resource boolean given in.... I am getting this error when i running the logincheck.php please help me i am struggling.... thanks, simbu. Link to comment https://forums.phpfreaks.com/topic/269212-getting-error-in-userlogin-check-formphp/ Share on other sites More sharing options...
priti Posted October 8, 2012 Share Posted October 8, 2012 Please share your code, before posting logincheck.php is known to you not us !. As pe my knowledge, Error is quite self-explanatory... The function expect you to provide resource not some true or false .Check the parameter you are passign to this funtion. Please read this Link to comment https://forums.phpfreaks.com/topic/269212-getting-error-in-userlogin-check-formphp/#findComment-1383636 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.