How to list records for a query and to display 'no records' when no rows returned using a single que
- by Vijay
How to list records for a query and to display 'no records' when no rows returned using a single query?
Now i'm using a count(*) query or using the mysql_num_rows and then another query in different result set to list data..
Please tell me whether its possible with a single query..?