Jump to content

Not Found Message


Dysan

Recommended Posts

There are various ways you could do that. You could do a simple

SELECT * FROM table WHERE field LIKE '%Simon%';

or you could take use of MySQL's full-text searching. Alternatively, you could use more advanced searching algorithms such as Zend Framework's implementation of Lucene: Zend_Search_Lucene.

 

I suppose that you by searching mean "check if it contains".

Link to comment
https://forums.phpfreaks.com/topic/86705-not-found-message/#findComment-443087
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.