krishnaa Posted June 12, 2015 Share Posted June 12, 2015 Actually i need to filter data from the table like if i search name the name containing rows should be displayed . the thing i need is if search string is matches with the string in the file the particular the particular row in the table with the filename should display Link to comment https://forums.phpfreaks.com/topic/296770-if-i-search-a-string-then-if-the-string-in-the-document-should-display-filename/ Share on other sites More sharing options...
Barand Posted June 12, 2015 Share Posted June 12, 2015 SELECT whatever FROM tablename WHERE columnname LIKE '%searchfor%' Link to comment https://forums.phpfreaks.com/topic/296770-if-i-search-a-string-then-if-the-string-in-the-document-should-display-filename/#findComment-1513720 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.