I have table with 5 columns and one of it is column called product_id where i store id's spearated by a comma like:
1,23,43
is that possible to count that numbers by mysql query? I need to know it to make pagination of products...
i need to know that there is 3 ids (3 products)
best regards m.