 Site Admin
Joined: 03 Nov 2005 Posts: 183 Location: Fort Thomas, KY
|
Hi All,
I'm having some sort of problem getting ereg to work with a textarea. It works fine using a text field:
PHP Code:
| Code: |
if(ereg("[^a-zA-Z0-9_ ]", $text_field)) {
// ERROR
} |
Are there any known bugs regarding this or am I on the wrong track? _________________ The S-Man
The Dreaded Administrator
"I feel like I'm taking crazy pills!"
Cider Media Network - DesignFirms - TopDesignFirms |
|