birdie Posted April 11, 2006 Share Posted April 11, 2006 hi, i am completely brain dead today so this should be a very easy question to answer.Could someone please give me the method to finding out where a table has rows with a sql statement like this please..$sql = "SELECT 2 FROM table WHERE 2=$var";is mysql_num_rows the only way? ps. there is a high chance that there will be no rows of this statement being returned so mysql_fetch_array etc usually bring up errors.thanks Link to comment https://forums.phpfreaks.com/topic/7113-king-of-newbie-questions/ Share on other sites More sharing options...
trq Posted April 11, 2006 Share Posted April 11, 2006 Use [a href=\"http://php.net/mysql_num_rows\" target=\"_blank\"]mysql_num_rows[/a](). Link to comment https://forums.phpfreaks.com/topic/7113-king-of-newbie-questions/#findComment-25867 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.