Hi!
I want to add a query that only shows results where there are more than 2 rows in the table.
I would like to use a mysql_num_rows($result) that is >=2.
How can i do that?
1 Answers
Your Answer
Hi!
I want to add a query that only shows results where there are more than 2 rows in the table.
I would like to use a mysql_num_rows($result) that is >=2.
How can i do that?