Forum Moderators: coopster
This could be said vis vera, that I want to check the mysql table to see if any of the rows have one of the values from the array inside the zipcode column.
I've tried the statement
"select * from table where zipcode IN ('$zipsearch')", but it seems to return an odd sequence of data. It doesn't seem thurow enough.
similarly the entire statement is :
select * from table where description like \"%$trimmed%\" OR title like \"%$trimmed%\" AND zipcode IN ('$zipsearch') order by date"
I can't seem to get the statemtent to break up my requests right so that the logistics of teh statement are :
select from table where (descriptions like variable or title like variable) AND <zipcode search problem>
Any help?
thanks much!
so, the array is in order and seperated by ","
Good guess though