% sign!
Posted: Mon Feb 12, 2007 5:27 pm
Hi,
I am using 'define' to print a message to the screen which includes the % sign:
define('TEXT_ORDER_FORCED_QUANTITY_AMOUNT', 'Your current order qualifies for a 12 percent discount');
I am having to use wording in place of the % sign as if I use the sign the page will not parse correctly. I have tried using a forward and back slash to escape the % sign but this does not work. How is it done?
Thanks,
Rob.
I am using 'define' to print a message to the screen which includes the % sign:
define('TEXT_ORDER_FORCED_QUANTITY_AMOUNT', 'Your current order qualifies for a 12 percent discount');
I am having to use wording in place of the % sign as if I use the sign the page will not parse correctly. I have tried using a forward and back slash to escape the % sign but this does not work. How is it done?
Thanks,
Rob.