gddent
09-11-2005, 11:43 PM
hello folks,
i'm new member the this forum and i want to ask one question;
i currently using form mailer script (php contact script) but i edited today form mailer php file and founded following code:
if (eregi("^([a-z]|[0-9]|\.|-|_)+@([a-z]|[0-9]|\.|-|_)+\.([a-z]|[0-9]){2,3}$", $email, $arr_vars) &&
!eregi("(@.*@)|(\.\.)|(@\.)|(\.@)|(^\.)", $email, $arr_vars)){
what is this code? this code secure?
sorry for bad english, but i hope you understand me..
thanks and sincerely.
i'm new member the this forum and i want to ask one question;
i currently using form mailer script (php contact script) but i edited today form mailer php file and founded following code:
if (eregi("^([a-z]|[0-9]|\.|-|_)+@([a-z]|[0-9]|\.|-|_)+\.([a-z]|[0-9]){2,3}$", $email, $arr_vars) &&
!eregi("(@.*@)|(\.\.)|(@\.)|(\.@)|(^\.)", $email, $arr_vars)){
what is this code? this code secure?
sorry for bad english, but i hope you understand me..
thanks and sincerely.