New Zenner
- Join Date:
- Feb 2012
- Posts:
- 67
- Plugin Contributions:
- 0
Probably an easy one... :)
echo TEXT_PRODUCT_OPTIONS;
if ($options_name[$i] == "test") {
echo "works";
} else {
echo $options_name[$i];
}
Why doesn't this work? The output looks like " test " but the character is more than just a blank.
Thanks!