|
|
المشاركات 1,941 |
+التقييم 0.96 |
تاريخ التسجيل Apr 2019 |
الاقامة Egypt |
نظام التشغيل windows 7 |
رقم العضوية 1 |
include\ForgotPassword
<?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>';
}
}
?>
include\forgotpassword
<?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>';
}
}
?>
|
الذين يشاهدون محتوى الموضوع الآن : 1 ( الأعضاء 0 والزوار 1) | |
|
الموضوع | كاتب الموضوع | المنتدى | مشاركات | آخر مشاركة |
صفحه تسجيل سرفري صفحه جميله ومحميه | Hassan Emprator | صفحات التسجيل كونكر اونلاين | 110 | 2024-10-30 01:34 AM |
اقوي حمايه في صفحه Dark Z.1 2019 | محمد ياسر | قسم الاقتراحات والابداع | 6 | 2021-12-19 10:12 PM |
كيفيت تشغيل صناديق اللوتري في اي مابة انتا عايزها | ElSaher | تطوير سيرفرات كونكر | 2 | 2020-04-04 01:55 PM |
صفحه Dark Z.1 2019 | محمد ياسر | صفحات التسجيل كونكر اونلاين | 114 | 2020-04-02 04:40 PM |
مشكله في صفحه Dark | abuhaneen | مشكلات السيرفيرات كونكر الشخصيه | 3 | 2019-09-16 04:00 PM |