This is a discussion on Re: Help req: PHP and pattern matching within the PHP Language forums, part of the PHP Programming Forums category; > Using MySQL? IMHO it's better to leave this to the db-engine... Yes, MySQL - a beginner at it... ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
> Using MySQL? IMHO it's better to leave this to the db-engine...
Yes, MySQL - a beginner at it... but still... :-) > SELECT ID, field_1 FROM video_tbl WHERE ID LIKE '%video%'; Thanks, this is a very interesting solution. > Also check the MySQL manual for Fulltext for a more "search engine like" > functionality. Will do, thanks for the information. Dariusz |