HI!
I've an problem using the ereg_replace function in PHP4. I want to filter every char which isn't an letter or number out. I use this function but with some chars it says:
REG_EBRACK:brackets ([ ]) not balanced in testuser/test.php4 on line 8
or
Warning: REG_EBRACK: in testuser/test.php4 on line 8
It happens with : [, (, ?, *, +, |
What does I have to do?