mysql_db_query result if no records

admin

Administrator
Staff member
What is the most reliable way to make sure
that query returns no records ?

It seems like in this case mysql_db_query
returns empty string but there is nothing about it in docs. Is empty string what I should check for ?

Thanks
 
Back
Top