11.02.2011, 04:36
Thanks I'll edit it, but I'm still wondering why mine didn't work properly.
By the way, yours wasn't 100% good
The "#" is invalid, this is the output.
However,
Can anyone tell me why mine didn't work properly, why it'd output the first time OK, and the second time NOT OK, while it was the same :S
- Kevin
By the way, yours wasn't 100% good
pawn Код:
if(IsValidMail("k#vin@rpdsamp.nl")) print("MAIL OK"); else print("MAIL NOT OK");
Код:
MAIL OK
However,
Can anyone tell me why mine didn't work properly, why it'd output the first time OK, and the second time NOT OK, while it was the same :S
- Kevin