Hi!
i have a script that search the 'signup' table in my DB.
the user is entering a zipcode, & the script is giving an output of emails of members that live under that zipcode:
the rows at the 'signup' tables are:
uname fname lname email country zipcode
now i have another table called 'authuser', inside that table there is a row called uname some other rows... & a row called status. in that row you have values of inactive or active [for users that confirmed the registration email or not], what i need is to filter inactive users from what the above script has found...
thanks