Quote:
Originally Posted by Infinite Recursion
Execute the query using an invalid value for the name, then print out what the resulting value is (probably null), and note the Exception returned. There may also be a mysql_fetch_row type of function that will yield 0 or null based on the results of the query that is passed in.
|
this is the answer to my knowledge. at least in my experience with asking for things in a database in mysql the return of an empty result is null.