Thinking could add a criteria to the where statement (or pretest for such existing conditions) such as
Code:AND categories_name not like '%&%'
Thinking could add a criteria to the where statement (or pretest for such existing conditions) such as
Code:AND categories_name not like '%&%'
ZC Installation/Maintenance Support <- Site
Contribution for contributions welcome...
You could, but what about the other HTML symbols, e.g. <? That will be converted to &lt;.
Haha! I found that out the hard way!
It worked for categories because no other instances of '&' existed, such that it was being used for html entities. So I then applied it to a zillion product titles, many of which were using it.
DOH!
Thank you so much for your input!