Hi there, I would like to validate a website adress. Unfortunatelly my eregi stmt does not work:
if (eregi("^@([0-9a-z][0-9a-z-\.]+)\.([a-z]{2,3}))", $website)){ // not a
link
I am getting the error msg:
Warning: REG_ERANGE in extend.inc on line 94
does anybody know whats wroong with that?
Thanx, Andy
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

