Hi,
I need to use a dollar sign in my string but obviously the system thinks it's a command operand. Can this be accomplished? I would like to use the $ symbol rather than saying "197 dollars". Notice the second $ sign...
$message = qq(Enter our Contest to Win a FREE Internet Marketing Course, a $197 value!);
The output is: "Enter our Contest to Win a FREE Internet Marketing Course, a value!" ...Notice the price is missing.
Thank you,
chuck
I need to use a dollar sign in my string but obviously the system thinks it's a command operand. Can this be accomplished? I would like to use the $ symbol rather than saying "197 dollars". Notice the second $ sign...
$message = qq(Enter our Contest to Win a FREE Internet Marketing Course, a $197 value!);
The output is: "Enter our Contest to Win a FREE Internet Marketing Course, a value!" ...Notice the price is missing.
Thank you,
chuck