|
Posted by millw0rm@gmail.com on 04/28/06 10:07
why i m getting error here???
Warning: ereg(): REG_BADBR
code:
if(!ereg("^(.){15,400}$",$string)) {
$errormsg[1] = "- Must be more then 15 Characters & less then 400
Characters";
}
Want to Achive:
$string is a textarea, i want the user to input atleast 15 characters
and shldnt exceed more then 400 characters!
thnx
Navigation:
[Reply to this message]
|