Sorry for that last post. I thought of another problem. MySQL is great and love it to death. However I don't know how to do what I am thinking of. You live in Zipcode 90210. I have a table like zipcode1,zipcode2,zipcode3,zipcode4,zipcode5
Well I need it to look for Zipcode1 and see if anyone has 90210... and so on for all them.
I am thinking:
sql="Select * from blah where zipcode1='90210' or zipcode2='90210"; can that even happen? Is there some OR statement in MySQL query's? Or am I just retarted?
Thank you!
Chad