1.10.1
Okay, while ferreting out several issues concerning the above...
I pulled the code from 1.9.1 to deal with the <li> and <br> issues.
It also seems that the product_name has to be unique:
Code:
$products_query = "SELECT distinct(pd.products_name), p.products_id, p.products_model, pd.products_description, ...
Since this is done at the query level, any duplicated product_name will be skipped WITHOUT any kind of warning. Perhaps this was somewhere in the documentation and I missed it. So my above comments about commas and parenthesis are probably wrong.
I can understand why products_model should be unique, but why products_name?
feedback?
-cj
Bookmarks