I have a code that dynamically search for data in the database using ajax but I can search for only 1 keyword in a time. I would like to modify it so I can search for multi
Don't use mysql_* functions even for testing anymore. They are no easier than mysqli, just in case you think easy to test here then move.
mysql_*
mysqli
However, you could split your input on a , and try this
,
".$searche['name']."".$searche['size']."".$searche['category'].""; } ?>