Hello everybody,
Theres a table called articles and there are article names for each category type.I've a field called categories of data type varchar.Right now, I'm inserting the records thrgh PhpMyAdmin in order to check if my search script is working.
So far it works fine with one category type.
Now, I want to make the category type to hold multiple options
Ex:
Article name1 belongs to category type (Media, communications)
Article name 2 belongs to Category type ( Communications, coding)
Article name 3 belongs to category type (Coding, design, media)
well, how can i make a field to hold multiple values.
Could somebody help me out.
Many thanks