PHP headaches...
PHP headaches...
Out of context: Reply #5
- Started
- Last post
- 17 Responses
- rabattski0
by using ereg.
http://de2.php.net/manual/en/fun…
example:
function is_email($email) { return ereg("^[^@ ]+$", $email);}
by using ereg.
http://de2.php.net/manual/en/fun…
example:
function is_email($email) { return ereg("^[^@ ]+$", $email);}