عرض مشاركة واحدة
قديم 2019-09-13, 04:33 PM
المشاركة 6
ALz3em
.:: عضو مميز ::.
  • غير متواجد
افتراضي رد: كيفية تشغيل recaptcha في صفحه Dark
عفواً لايمكن عرض الرابط إلا بعد الرد على الموضوع
مسح الحمايه اضرك بس براحتك
ادخل علي

كود:
include\forgotpassword 

ملف
step1.php
بدل الي جواها بده

كود:
<?php
 
if (isset($_post['step1'])) {
$name=$_post["username"];

$query "select * from accounts where  username  = '$name'";
$result mysqli_query($conn,$query) or die(mysqli_error());
if(
mysqli_num_rows($result) != 0)
{
    
header("location:  Forgotpassword&step2&user=$name");
}else{
        
$not_find'<div class="se-alert error">account not found </div>';
}

}
?>
حبيب أخوك تسلم
أنا هشلها من أستعادة الباسورد بس مؤقت لحد لما الاقى حل لموضوع المفتاح دا
تسلم أيدك