I need to open the products database, and then display _some_ of the
products according to their order.
I have the products displaying, just can't figure out how to now display
them according to the products.d.order.
Basically,
I open the products database, locate the product_id's I need into a string
like prod1:prod2:prod3 then display the token 1,2 or 3.
How can I adjust the display based on the products.d.order?
Bill
Comment