MySQL Forums
Forum List  »  PHP

Re: SELECT from HTML form box in MySQLtext string...
Posted by: Shlomo Smartich
Date: September 15, 2005 02:04AM

Allright, and howto if I need more than one number in the expression ?

i.e.
... WHERE number RLIKE '[[:<:]]your_input_number[[:>:]]'
should become
... WHERE number RLIKE '[[:<:]]several_input_numbers[[:>:]]';
which could be for instance:
12, 20, 43, 3
or also
12 through 19

I tried to understand the REGEXP syntax but ...

Thanx,

Shlomo

Options: ReplyQuote


Subject
Written By
Posted
Re: SELECT from HTML form box in MySQLtext string...
September 15, 2005 02:04AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.