How to Approve New User Registration in PHP MySQL

Поделиться
HTML-код
  • Опубликовано: 26 янв 2025

Комментарии • 47

  • @marioabrenica6804
    @marioabrenica6804 2 года назад +1

    Where i can download this code ? The link you provided is not working

  • @davedolores1733
    @davedolores1733 2 года назад +3

    For those experiencing the error here try removing the while code... And maintain the $row= mysqli_fetch_array($result);

  • @manmathan0762
    @manmathan0762 3 года назад +3

    I have followed your code everything works fine. but for example, if 2 and above users are registered while displaying in admin-approval is not showing in the table is showing as wrap text along with actions. Could you please help me, brother? Thanks for this video.

    • @kimumare6987
      @kimumare6987 2 года назад +2

      Could you please share me the source code...the given link is not working now

  • @sheezanawaz476
    @sheezanawaz476 2 года назад +1

    If admin deny the request of user, and user click on login then what message is showing and the data in table can be updated with deny/rejected status?

  • @hishamalosaimi8197
    @hishamalosaimi8197 2 года назад +1

    Hello, thanks for your amazing tutorial, I only have one issue I tried to download the source code but the link doesn't work, can you please reupload the source code again? Thanks in advance

  • @chooyinkeat2063
    @chooyinkeat2063 2 года назад

    A form with 2 types of submit tag?. Is this possible

  • @ssicareneamore7300
    @ssicareneamore7300 2 года назад

    For those experiencing "trying to access array offset on value of type null". Maybe can try change $check_user == 1 to $check_user > 0

  • @nasserali6050
    @nasserali6050 2 года назад +1

    can you giv the sorc code please the link is broken

  • @lab9366
    @lab9366 3 года назад +1

    Please help me! I'm having trouble with the $row['status'] it says Trying to access array offset on value of type null . Thank you

  • @pushpithareddyy
    @pushpithareddyy 3 года назад +1

    Source code isn't working

  • @kennyj.i9463
    @kennyj.i9463 3 года назад

    U helped many people so far thank u

  • @Venkata_krishna_tutorials
    @Venkata_krishna_tutorials Год назад

    Thank you soo much
    ♥️ From Tirupati

  • @juneldamian2747
    @juneldamian2747 3 года назад +1

    Hi can you make a tutorial for multi login with admin approval please

  • @nrzkxh
    @nrzkxh 6 месяцев назад

    Hello! I'm use your code but I'm cannot login the account even though the admin already approved and insert the correct username and password, but appears the alert message of incorrect username and password ...can somebody help me!! 😭😭

  • @peterjohnalado1903
    @peterjohnalado1903 11 месяцев назад

    Thank you my friend!

  • @lokeshloki798
    @lokeshloki798 Год назад

    thanks bro for the code it helped me a lot😁😁

  • @Uchihashubham
    @Uchihashubham 10 месяцев назад

    Code was not as perfect but I got the logic what I wanted thanks

  • @kimumare6987
    @kimumare6987 2 года назад

    Can I please know which version are your used programs

    • @kimumare6987
      @kimumare6987 2 года назад

      The php mysql and xampp version

  • @andreisilva6219
    @andreisilva6219 2 года назад

    Sad. The Link is broken!

  • @SeilaAnanta-uv2yh
    @SeilaAnanta-uv2yh Год назад

    fix your link download, not work

  • @nissachannel5875
    @nissachannel5875 9 месяцев назад

    than you my friends

  • @Lmdevs
    @Lmdevs 2 года назад

    Your code is wrong

  • @adeajie4305
    @adeajie4305 3 года назад

    Link?

  • @GigiValdez-l1y
    @GigiValdez-l1y 11 месяцев назад

    Prrovide source code bro

  • @abdinurbatubara4267
    @abdinurbatubara4267 2 года назад

    i have subscribed to your channel. Please share the above source code.

  • @Valhallah-zs3tz
    @Valhallah-zs3tz 2 года назад

    link

  • @Valhallah-zs3tz
    @Valhallah-zs3tz 2 года назад

    error wtf !

  • @thuramyohtat7289
    @thuramyohtat7289 2 года назад

    what css file 😡😡😡

  • @thuramyohtat7289
    @thuramyohtat7289 2 года назад

    css code 😡😡😡

  • @saurabhwagh1166
    @saurabhwagh1166 Год назад

    Css file

  • @dudonggaming8467
    @dudonggaming8467 2 года назад

    How can i resolve this?
    0){ echo ''; }else{ $register = "INSERT INTO tbl_users (username, email_address, password, status) VALUES ('$username', '$email', '$password', 'pending')"; mysqli_query($conn, $register); echo ''; } } ?>

  • @Billy-uu5pc
    @Billy-uu5pc 2 года назад

    Please Help Me
    Trying to access array offset on value of type null in C:\xampp\htdocs\thesis\login.php on line 69
    My Line 69 is:
    $status =$row['status'];

    • @CrryptoKnight
      @CrryptoKnight 2 года назад

      TRY doing this
      if (isset($row['status'])) {
      $status = $row['status'];
      }

  • @birksveberg994
    @birksveberg994 2 года назад +1

    Your link in the description is not working. Any way i can access the code?

    • @mariam.abioye
      @mariam.abioye Год назад

      How were you able to access the code please?

  • @shivakrishnan6354
    @shivakrishnan6354 3 года назад

    Please help me! I'm having trouble with the $row['status'] it says Trying to access array offset on value of type null . Thank you