monkeytooth Posted December 16, 2010 Share Posted December 16, 2010 I have a couple sets of data.. and its formed in csv format with | as the delimiter. ie: Column 1 = data1|data2|data3|data4.... Column 2 = dataA|dataB|dataC|dataD.... I have a client that wants to be able to take data thats been supplied like that and be able search a database as by picking and choosing any of the options or all.. My question is, how do I do that? Is it even possible? Ive tried using php to build a query string that would be to the effect of: %data1%data2%dataC% but it doesn't seem that many wildcards work. Im kinda stuck wondering how I should build a query for this. and if anyone has any ideas they can throw at me to help me out. Ive been up far to long and can't think any more about any of this, cause I am just lost.. Link to comment https://forums.phpfreaks.com/topic/221920-custom-query/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.