שכחתי סיסמה
if ( $checking_mail == 'no' && $email != NULL)
{
echo '
מספר פלאפון לא קיים במערכת
';
}
if ( $checking_mail == 'yes')
{
echo '
הודעת SMS עם קישור לאיפוס סיסמא בדרך אלייך
פעולה זו יכולה לקחת מספר דקות
';
$randomNum3=substr(str_shuffle("0123456789abcdefghijklmnopqrstvwxyz"), 0, 15);
$quer1 = "UPDATE setting SET reset_pass = '" . $randomNum3 . "' WHERE phone='" . $email . "'";
$con_secu->query($quer1);
$to = "r6933232@gmail.com";
$subject = "איפוס סיסמא";
$msg1 = "לאיפוס סיסמא לחץ על הלינק הבא ".$full_url."/admin/resetpassword.php?token=".$randomNum3;
$msg = wordwrap($msg1,70);
$headers = "From: info@myevent.co.il";
?>
$phone_snd = $recordesetcv2211['phone'];
send_sms($msg1,$phone_snd);
echo '
';
}
else {
?>
}
?>