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.