W wxdqz New Member Aug 21, 2008 #1 How do you get the number of results from a mysql_query. E.g. if you do mysql_query(SELECT * FROM THING) and there are 5 rows in thing. how do you get 5 without doing a while with an $amount = $amount + 1; ??? It's probibly dead simple.
How do you get the number of results from a mysql_query. E.g. if you do mysql_query(SELECT * FROM THING) and there are 5 rows in thing. how do you get 5 without doing a while with an $amount = $amount + 1; ??? It's probibly dead simple.