The "Freeola Customer Forum" forum, which includes Retro Game Reviews, has been archived and is now read-only. You cannot post here or create a new thread or review on this forum.
Obviously I don't need to say the form should be called form1 ect. But it doesn't work at all. Can anybody spot what's wrong with it?
Thanks in advance
Rickoss
| rob@euripides:~$ php4
echo is_email("foobalh");
echo is_email("[email protected]");
?>
Fatal error: Call to undefined function: is_email() in - on line 3
+--={01:30:52}=--
| rob@euripides:~$
I never know that was there.
That PHP Script I send you RiCkOsS, I could add that is_email() to it easily enough, if you managed to get the other one working?
Cheers for the help people.
if (!eregi ("^([a-z0-9]|\\-|\\.) (space) +@(([a-z0-9]|\\-)+\\.)+[a-z]{2,4}$", $txt2))
die("E-Mail Address Incorrect");
?>
Just want to know, because I like that script :-)