Tuesday, 20 August 2013

how to make search tool through MySQL db for received string from user?

how to make search tool through MySQL db for received string from user?

there is a database item with fields "name","surname","biography" can
someone suggest me so how can i look for and retrieve matched(SQL script)
? if someone has attend for example the "ComputerScience" class which is
somewhere in biography field so if user types "com" on search bar and hits
enter the string should be looked for through whole db and bring out only
matched db parts, in this case the name,surname,biography of matched
item..

No comments:

Post a Comment