Hi everyone,
I need help on how I can create a search engine that allows you to input regular expressions. (ie re*g*r would return "regular" from the Mysql database).
I'm trying to figure out the Mysql select statement that would includ the regular expression that I could use in a PHP query statement.
I've searched all over the net and can't find anything. can anybody help me?
I need help on how I can create a search engine that allows you to input regular expressions. (ie re*g*r would return "regular" from the Mysql database).
I'm trying to figure out the Mysql select statement that would includ the regular expression that I could use in a PHP query statement.
I've searched all over the net and can't find anything. can anybody help me?