Hi,
I want to check a string to ensure it only contains normal characters plus a
few punctuation character, plus the Euro sign (€).
I have ereg( "[-a-zA-Z0-9.:,!+£$ €]", $string) but it fails on the euro, ie
returns true is the euro symbol is in the string.
How can I test for the presence of this character?
Thanks,
Kevin