SteveJones91 0 Newbie Poster

Hi guys,

I'm wanting a PHP code snippet which will search a database table based on 9 individual text boxes containing 1 character each. And then return all entries which contain those characters in any order using each character only once. So if it were the following characters; H E L L 0 Y O U Y the search could return any entry from the table provided it has all those characters in any order using each character only once.

Sorry if you do not understand what I'm getting at, this is for a little personal project I'm doing.

Cheers,

Steve