How to Approve New User Registration in PHP MySQL

Поділитися
Вставка
  • Опубліковано 21 січ 2025

КОМЕНТАРІ • 47

  • @kennyj.i9463
    @kennyj.i9463 2 роки тому

    U helped many people so far thank u

  • @marioabrenica6804
    @marioabrenica6804 2 роки тому +1

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

  • @Venkata_krishna_tutorials
    @Venkata_krishna_tutorials Рік тому

    Thank you soo much
    ♥️ From Tirupati

  • @davedolores1733
    @davedolores1733 2 роки тому +3

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

  • @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?

  • @lokeshloki798
    @lokeshloki798 Рік тому

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

  • @chooyinkeat2063
    @chooyinkeat2063 2 роки тому

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

  • @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

  • @peterjohnalado1903
    @peterjohnalado1903 11 місяців тому

    Thank you my friend!

  • @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

  • @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!! 😭😭

  • @nasserali6050
    @nasserali6050 2 роки тому +1

    can you giv the sorc code please the link is broken

  • @pushpithareddyy
    @pushpithareddyy 3 роки тому +1

    Source code isn't working

  • @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

  • @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

  • @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!

  • @juneldamian2747
    @juneldamian2747 3 роки тому +1

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

  • @SeilaAnanta-uv2yh
    @SeilaAnanta-uv2yh Рік тому

    fix your link download, not work

  • @nissachannel5875
    @nissachannel5875 8 місяців тому

    than you my friends

  • @Lmdevs
    @Lmdevs 2 роки тому

    Your code is wrong

  • @adeajie4305
    @adeajie4305 3 роки тому

    Link?

  • @Valhallah-zs3tz
    @Valhallah-zs3tz 2 роки тому

    link

  • @Valhallah-zs3tz
    @Valhallah-zs3tz 2 роки тому

    error wtf !

  • @GigiValdez-l1y
    @GigiValdez-l1y 11 місяців тому

    Prrovide source code bro

  • @abdinurbatubara4267
    @abdinurbatubara4267 2 роки тому

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

  • @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