PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
That'll only tell you if it contains *something*, not if it contains a mysql resource handle. Mysql_num_rows() might work.. it'd tell you if its a resultset by returning the number of rows.