Hi
In my php page I query the database - if there are no results I get a host of errors, however if there are results it prints them fine.
How can I test to see if the query produced no rows so that I can put a friendly message up?
Thanks
In my php page I query the database - if there are no results I get a host of errors, however if there are results it prints them fine.
How can I test to see if the query produced no rows so that I can put a friendly message up?
Thanks
Comment