View Single Post
Old 07-23-2002, 07:56 AM   #11 (permalink)
redhead
Newbie
 
redhead's Avatar
 
Join Date: Jun 2002
Location: Denmark
Posts: 1,736
redhead is on a distinguished road
Re: little confused about email stuff

Quote:
Originally posted by Geetazz
PHP Code:
if(!ereg("^.+@...+$",$email)); 
You have a ; after the if condition, meaning if (true) do ; meaning theres not realy an action if the condition in the if statement should be true.

And what mmilano said is to be done.
__________________
Don't worry Ma'am, We're university students, We know what We're doing.
-----
If you pull the pin, Mr.Grenade would no longer be your friend.
-----
01000111 01101111 00100000 01000011 00100000 00100001
redhead is offline   Reply With Quote