What is the syntax when using a sequence of hex vlaues in ereg_replace()? I have the following code but it gives me a syntax error: $p = ereg_replace(0x0D0x0D0x0A, "", $textarea); PHP: Thanks...