The first argument resulted in this error set:
--------------------------------
SQL ERROR: Unable to do_query: SELECT U_Email FROM `w3t_users` WHERE U_Totalposts = 0
Table 'digitalw_threadtest.w3t_users' doesn't exist
Warning: mysql_num_fields(): supplied argument is not a valid MySQL result resource in /home/digitalw/public_html/ubbthreads/mysql.inc.php on line 165
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/digitalw/public_html/ubbthreads/mysql.inc.php on line 131
----------------------------
The second resulted in....
----------------------------
SQL ERROR: Unable to do_query: SELECT U_Email FROM `w3t_users` WHERE U_Totalposts = 0 and (U_Groups LIKE '%7%')
Table 'digitalw_threadtest.w3t_users' doesn't exist
Warning: mysql_num_fields(): supplied argument is not a valid MySQL result resource in /home/digitalw/public_html/ubbthreads/mysql.inc.php on line 165
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/digitalw/public_html/ubbthreads/mysql.inc.php on line 131
-------------------------
Am I missing something?