RE: [PHP] Boolean Search Interpreter

2002-10-13 Thread John W. Holmes
PROTECTED] Subject: [PHP] Boolean Search Interpreter Is there an algorithm in PHP or pseudo-code, or any other language that could help me write an algorithm to take a Boolean search string and parse it and convert it into SQL? I can convert it to SQL just fine, I just need help parsing

[PHP] Boolean Search Interpreter

2002-10-12 Thread SpamSucks86
Is there an algorithm in PHP or pseudo-code, or any other language that could help me write an algorithm to take a Boolean search string and parse it and convert it into SQL? I can convert it to SQL just fine, I just need help parsing the string and figuring out what they want (AND, NOT, OR).