I have this weird problem in which everything I tried (including doubling doubling the backslashes) doesn't solve the problem: Zen-Cart seems to strip all backslashes from the product description.
Case in question: I am trying to include in the product description the following string:Upon entering the product description (via Admin console) the backslashes disappear!\\myfileserver\mynetworkshare
I tried enteringbut this didn't help.\\\\myfileserver\\mynetworkshare
I tried using enclosing this in PHP's specialhtmlchars() and that didn't help either - It seems that Zen-Cart strips those backslashes just before being stored in the database.
Any idea how to overcome this?
Thanks!




