Vinney
08-27-2002, 10:59 PM
i want to do a password check, so to make sure that both $pass and $pass1 equal the same before continuing
what is the php version of this ?
is it :
if($pass != $pass1) {
eval("dooutput(\"".gettemplate('webmail_error')."\");");
is that correct ??
what is the php version of this ?
is it :
if($pass != $pass1) {
eval("dooutput(\"".gettemplate('webmail_error')."\");");
is that correct ??