DeanWhitehouse Posted July 16, 2008 Share Posted July 16, 2008 I don't know where to start and i like this forum more than google, but as far as i know / have read , i need to query the db but not like normal, using different terms, what are they? Thanks, Your Friendly neighbour hood Blade Link to comment https://forums.phpfreaks.com/topic/115113-search-feature/ Share on other sites More sharing options...
Caesar Posted July 16, 2008 Share Posted July 16, 2008 That's dependent on your DB structure. Kind of hard to answer in any more detail than that without knowing much about your set up. Link to comment https://forums.phpfreaks.com/topic/115113-search-feature/#findComment-591971 Share on other sites More sharing options...
ababmxking Posted July 16, 2008 Share Posted July 16, 2008 i think its something like, SELECT blah WHERE blah LIKE '$var' something like that i think. Link to comment https://forums.phpfreaks.com/topic/115113-search-feature/#findComment-591974 Share on other sites More sharing options...
DeanWhitehouse Posted July 16, 2008 Author Share Posted July 16, 2008 ok, well i just want to do username search, and the db has a row called Username a standard query would be SELECT * FROM users WHERE Username = 'bob' Link to comment https://forums.phpfreaks.com/topic/115113-search-feature/#findComment-591978 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.