14.12.2015, 18:50
Quote:
|
Question Darco, Is it possible to search database for part of names with Dini?
example:- i Search "Blab" the name im searching for is "Blablaxd" to find part of names from database is it possible? please reply ASAP you get my message, Thanks. |
SELECT * FROM `Somewhere` WHERE `Something`='%land%'
That will return all the results where Something contains land inside string.
So iceland, landrover and anything like that will match...And im SQL you can always use wildcards http://www.w3schools.com/sql/sql_wildcards.asp


