Hi,
I have a mysql result which contains a number of rows fetched from 3 tables.
So normally, if I want to count the number of row from mysql result and if its one table I would do this mysql_num_rows($result);
Since I want to know the number of rows fetched from one of the tables, I can not do the code above as it will give the combined result of 3 tables.
How would you do in this situation ?









Bookmarks