Fetch mysql with multiple values from single row – Jquery ajax
i have a filter functionality with php and jquery/ajax which my table with products looks like thist: |id|status|name|colors_id| ------------------- | 1| 1 | toy| 1,4,7 | <-- this are id`s of few filters, red,blue,etc... My sql looks like that: $query…