> I need to replace $ in a string with $ so it doesn't blow up a
substandard xml parser.
>
> Try this:
>
>
> $crud = "I need to make $10,000 a month to support my crack habit!";

Try to use single quote 'I need to make $10,000...'
or use "I need to make \$10,000 ..."

/Gunardi Wu

Reply via email to