Hello,
I have set up a searchable database code for my website and I was wondering if it is possible to filter the database if I have two of the same names.
Example: my database consists of names and other information, but I have similar names but different information for each name. Would it be possible to output only 1 name and output multiple information for that name instead of outputting multiple names and information.
PS: I set up so when you search for a name, there will be similar resulting names using the LIKE and % symbol.
LIKE '%".mysql_real_escape_string($search_term)."%'
Any suggestions?
Thank you