co.ador Posted July 27, 2009 Share Posted July 27, 2009 I want the result to display when it is equal and greater than 0 as well. if (mysql_num_rows($result) =>0) { i have another question is this correct? Link to comment https://forums.phpfreaks.com/topic/167567-solved-need-help-with-a-sign/ Share on other sites More sharing options...
co.ador Posted July 27, 2009 Author Share Posted July 27, 2009 It has been solved if (mysql_num_rows($result) >=0) { i was putting the = sign before the > greater than symbol Link to comment https://forums.phpfreaks.com/topic/167567-solved-need-help-with-a-sign/#findComment-883649 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.