Simple signup and login system with PHP and Mysql database | Full Tutorial | How to & source code

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

Комментарии • 2 тыс.

  • @QuickProgramming
    @QuickProgramming  3 года назад +64

    Watch this other video afterwards to learn about login security ruclips.net/video/pIO0pmMTJ6Y/видео.html

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

      Warning: mysqli_connect(): (HY000/1045): ProxySQL Error: Access denied for user 'root'@'2a02:4780:bad:f00d::e' (using password: NO) in /storage/ssd2/531/16866531/public_html/connection.php on line 8
      failed to connect!

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

      Getting this error bro now what to do

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

      @@hiteshlalwani2258 does your MySQL has a password? If it's yes write down

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

      @@mohamedghazali4914 where do I write it?

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

      please can you create another tutorial with profile page and other pages involved and how to upload and download vedios and images on other pages

  • @Speed-TV
    @Speed-TV Год назад +75

    Guy just casually creates a LOGIN system with a database then asks us if we've learned anything at the end. True legend.

  • @navjotsinghDhanoa
    @navjotsinghDhanoa 2 года назад +28

    Day 5 of learning php and i am already able to setup user accounts. Brilliant stuff, thanks very much \m/

  • @paullol7146
    @paullol7146 2 года назад +57

    Finally someone who presents this in procedural form good job!

  • @noobgameplay4801
    @noobgameplay4801 3 года назад +22

    man you saved me! I was going to drop my web development course! Thanks a lot. Hope that you will do more videos like this...

    • @QuickProgramming
      @QuickProgramming  3 года назад +4

      Am pleased to hear that🙂 I'll try and make more videos like this, thanks

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

    SLOW DOWN WHEN YOU'RE EXPLAINING, PLEASE!!!!!!! BECAUSE THEN ITS HARD TO KEEP UP!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

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

      no worries, its a recording,meaning you can play it back a million times and still not diminish it. so dont be afraid to replay over and over until you understand :)

  • @SugarKane9547
    @SugarKane9547 3 года назад +38

    Thank God I found your video.
    Most other tutorials jump straight into coding without showing how to actually link Notepad ++ , web pages and database.
    Your step by step guide has given me a very good foundation to build upon. I couldn't thank you enough.
    You are a start - God richly bless you.

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

      am happy to hear it was helpful. thanks for taking the time to leave some feedback! :)

  • @Dearelephant
    @Dearelephant 2 года назад +45

    Thank you for the tutorial! Unlike my teacher, I love how you are not hiding the mistakes and explain what went wrong.

  • @ameenshah1164
    @ameenshah1164 3 года назад +4

    DATA IS NOT GETTING INSERTED INTO THE DATABASE ////////((((((((((SOLVED))))))))))))))))
    while creating the database at 3:00 the default value of date should be selected as 'current time stamp'. somehow that part is not included in the video. PLs add the same.

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

      Thanks man, it helped

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

      Thanks I was looking at the code and was like i not seeing anything wrong >.< Thanks

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

    34:54 why i don't have it XD 0 errors but still not working

  • @mohamedghazali4914
    @mohamedghazali4914 3 года назад +6

    You deserve Billion Subscribes, Thank You, you did it well, i appreciate that.

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

      you're most welcome and thanks a million for the compliment :D

  • @dennifecaballero7626
    @dennifecaballero7626 3 года назад +5

    This one really helps me in my final project, thank you sir!!!

  • @gregoryjohannes2984
    @gregoryjohannes2984 3 года назад +10

    Absolutely amazing. Thank you very much for not only showing what you did, but explaining it. This helped out

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

      thank you for the awesome compliment and you're most welcome :)

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

      absolutely perfectly said "hank you very much for not only showing what you did, but explaining it." exactly 🙏🏼

  • @reeyanmaknojiya8921
    @reeyanmaknojiya8921 2 года назад +7

    Thank you so much! This was extremely helpful!
    I have been dreading this project, but after following this tutorial and setting up everything correctly, I feel confident in completing it soon!
    Thanks once again!

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

      really glad to hear it. all the best and thanks for the feedback :))

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

    thanks for the brilliant explanation, " what could this error be resulting from (Fatal error: Uncaught ValueError: mysqli_query(): Argument #2 ($query) cannot be empty in C:\xampp\htdocs\web\index.php:11 Stack trace: #0 C:\xampp\htdocs\web\index.php(11): mysqli_query(Object(mysqli), '') #1 {main} thrown in C:\xampp\htdocs\web\index.php on line 11) " This is line 11(
    $query = mysqli_query($connection_link,$sql);)

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

      My website
      Logout
      This is the index page

      Hello,

  • @gallegojeanpaull.3061
    @gallegojeanpaull.3061 2 года назад +2

    so satisfying..
    but one more thing, can u do that if you type wrong password, it says wrong passwords and same as the user name, and if u type both wrong information it says wrong username and password,, individually, like its not u showed us here ^_^ btw. i want to learn more.
    Pls notice.

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

      the reason it shows both at once is for security reasons. you dont want to let a possible hacker know the email is fine but the password is wrong. to learn more watch these two videos:
      ruclips.net/video/pIO0pmMTJ6Y/видео.html
      ruclips.net/video/ymPlbgz6BoU/видео.html
      and if you're interested in learning more advanced topics like object oriented programming, watch this series:
      ruclips.net/video/wr6EuooKvLU/видео.html

  • @lonewolf24765
    @lonewolf24765 2 года назад +4

    thank you so much! Very helpful.

  • @stevevazquez5997
    @stevevazquez5997 4 года назад +6

    I'm glad I found this. Thanks for the whole explanation!

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

    Parse error: syntax error, unexpected '$result' (T_VARIABLE) in C:\wamp64\www\php\vlog.php on line 9
    $result = mysqli_query($con,$query);
    if ($result && msqli_num_rows($result) > 0)
    {
    %user_data = msqlifetch_assoc($result);
    return $user_data;
    }
    //redirect to login
    header("Location: log.php");
    die();
    this whole part gives me error

  • @krishnakirtan.
    @krishnakirtan. 2 года назад +1

    😀Thanks

  • @vuyisazotwa9464
    @vuyisazotwa9464 3 года назад +4

    Hey bro I noticed something missing in the login code from the functions code, $user_data is comparing password which is not in the $results, but thank you very much bro cause its an easy fix please make more content

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

      thank you, i will :)
      but i dont understand on that error you mentioned. there is no password check in the functions code. its simply checking if the id in the session exists in the database as a user. password is not required since the user is already logged in at that point

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

      How can I fix that?

  • @ed1026
    @ed1026 3 года назад +4

    Thank you. I looked for a video like this for days, with such a good explanation, but couldn't find anything on RUclips. They didn't explain it as well as you did. Until I found you, I just thought THANKS God that I found him. Thanks bro, keep it up 👍.

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

      Thank you. Am glad you found it useful. Thanks for the feedback☺️

  • @FruzzelLP
    @FruzzelLP 3 года назад +6

    Just the right thing I needed for my Web programming class!

  • @quybonmat
    @quybonmat 15 дней назад +1

    Awesome tutorial, but if user is able to sign up with same user name but different passwords, then when they login, the website will return "wrong password"

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

    Somehow date dont set when signing up. I mean date is 0000-00-00 . And i cant log in with password and username because it take me to login page if i have $user_data = check_login($con); But when i comment that it can go on Main site. And because of that i cant Welcome with name on my site because user_data is undefined :/
    .Any ideas how to repair this ?

  • @ikhwankamaruzaman5111
    @ikhwankamaruzaman5111 3 года назад +4

    Hey, I just wanted to let you know that I have used your code in my studies and it does help me. Thank you so much.

  • @anatoliedunai2937
    @anatoliedunai2937 3 года назад +5

    simple and understandable! Thank you!

  • @mizgurl1028
    @mizgurl1028 3 года назад +4

    oh my god, thank you so much!!! especially for showing how to set everything up b4 the code and for explaining it. I had no idea how to use php but i wanted to try to learn it to impress my teacher as we only know html, css, and a very brief introduction to js and this video has saved me so many days of work. I'm not kidding you don't understand how grateful I am for finding this video. THANK YOUUUUUUU!!!!!

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

      Am happy to hear it. You're most welcome and thanks for taking the time to leave some feedback😊

  • @onyangoishmail9369
    @onyangoishmail9369 3 дня назад +1

    The source code worked for me , Thank you for the upload 🤝

  • @ontheskyblue
    @ontheskyblue 8 месяцев назад +2

    Great job, thanks a lot. It made the interference of html, php and MySQL more clear to me.

  • @jaafaromar8570
    @jaafaromar8570 3 года назад +6

    If you just follow what he did, and never missed any spelling and statement, you'll probably get and have the same result as what is intended in this video. Thank you, bro!

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

      I followed but when i sign up a new user and password, my database didnt show any result .

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

      @@darkclouds98 same here

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

      @@darkclouds98 Even I use his sample codes, still not inserting it into the Database..

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

      For those of you having trouble, check your data table as seen here 3:14. Look at date and make sure that under the default column that it says current_timestamp(). If it doesn't, make the necessary change.

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

      ​@@oniviper thanks it worked for me

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

    Excellent Tutorial, just started building webpages, The functionality of forms is generally missing from many tutorials. This explained much thank you!

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

      Great to hear! thanks a million for your feedback :)

  • @xiellesky5527
    @xiellesky5527 3 года назад +4

    thank you for this great boon! I was panicking on what I should do for a project and I'm just a beginner with php. Thank you for your help!

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

      Awesome! you're most welcome. i wish you all the best in becoming a pro in PHP :)

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

    thank you so much

  • @phantom_gamer0001
    @phantom_gamer0001 Год назад +2

    You're a saviour,chief.Huge Thumbs up!!

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

      You're most welcome and good luck with your project 😊

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

    No one:
    Google: 14:33

  • @ismailasanni4849
    @ismailasanni4849 3 года назад +17

    Where have i been not to have seen this channel all along...this is the kind of class I want to be in. Giving explanation to everything makes one never to forget. You are a genius

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

      thank you so much for the awesome compliment :) i appreciate it

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

      Warning: mysqli_connect(): (HY000/1045): ProxySQL Error: Access denied for user 'root'@'2a02:4780:bad:f00d::e' (using password: NO) in /storage/ssd2/531/16866531/public_html/connection.php on line 8
      failed to connect!
      Getting this error bro

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

    Best tutorial I've ever seen! Infinite times better than Daniel's!!! Waiting for more videos!!!

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

    better than american phd`s professor

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

      thanks for the awesome compliment, you're far too kind :))

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

    Something is horribly wrong. I keep getting "Warning: Undefined array key "user_name" in C:\xampp\htdocs\login\signup.php on line 11" errors. That is the line in your code that is "$username = $_POST['user_name'];" and the database is no longer saving new users. I followed two times thinking there was a typo on my end, but then I loaded your code in and same error. What has happnened? Thanks you.

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

      Check the form and make sure the username input has a name="user_name" and method="post" is also present

  • @drakhellfallen6365
    @drakhellfallen6365 2 года назад +15

    Thanks for the tutorials! easy to understand and a brilliant way of explaining things to the point where even beginners can easily follow.

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

      thank you, much appreciation for the awesome feedback

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

    I LOVE YOU!!!

  • @sh44ko58
    @sh44ko58 3 года назад +4

    $feedback = 'Amazing';
    echo "$feedback";
    :D

  • @Nathan.u.
    @Nathan.u. 2 года назад +2

    Hey, for some reason it doesnt want to add the details entered into the signup page to the database, even though i have done exactly the same thing as the source code, could u please help :)

    • @Nathan.u.
      @Nathan.u. 2 года назад +1

      I tried using the sample code aswell, but it still didnt want to inject the username etc into the database

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

      Edit all your table columns and make sure you tick the NULL to allow them to have empty values

    • @Nathan.u.
      @Nathan.u. 2 года назад

      @@QuickProgramming Thank you very much, this helped! Great tutorial btw :)

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

    i lovee youuu bro thank you so much it helped tremendously !

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

      :D thanks, am glad to have helped. You're welcome!

  • @fujikohaze2976
    @fujikohaze2976 3 года назад +7

    him: as simple as that
    me: *it looks easy but I dont understand as shit*...so ill just type it for my school activity
    anyways this save my ass, luckily I found this hidden gem

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

      hahaha i can relate. well, good luck with your school project :) am glad this helped

  • @faithudofia1697
    @faithudofia1697 Год назад +1

    I just bombed into your channel and I must say you are great. Thank you for making it look easy for us.
    Please I need your help
    Am working on a project
    Online clearance system for graduating student in university.
    So I would love to know how to add more tables or links

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

      sounds like a large project. i would suggest this playlist of videos because it goes over the basics and also some semi advanced topics, especially the database. the first 4 videos should be enough ruclips.net/p/PLY3j36HMSHNUTkef-tKQs8KqWwZqk1yPz
      you can also check this one for some basic security information ruclips.net/video/pIO0pmMTJ6Y/видео.html

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

    I love you!

  • @skanderlandolsi6182
    @skanderlandolsi6182 Год назад +1

    Hello , i have an issue when i click on login even with thee right username and pass it doesn't redirect me to the index page , even though i had put header("location : index.php"); any reason whhy ?

    • @albertmwai5925
      @albertmwai5925 Год назад +1

      Hello, I can assist you in managing the issue. Let me know if you need anything / got a question.

  • @zurabdorsigov5797
    @zurabdorsigov5797 Год назад +1

    thank u for this beutiful tutorial😁👍

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

    I'm not able to change the page from login to signup and from signup to login. Link is not working. Please help

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

      links are generally easy to make. say you have two files, login.php and signup.php, you can add a link in each file that links to the other like this:
      go to login page
      and the other one like this:
      go to signup page

  • @albertizonluzuriaga3797
    @albertizonluzuriaga3797 Год назад +1

    Thanks a lot!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

  • @user-xf7jl9gx6y
    @user-xf7jl9gx6y 3 года назад +2

    Can you please update the one in the description where users cant sign up with same username or something as this is not really working for me😅 will be highly appreciated

  • @invasivegmail1732
    @invasivegmail1732 3 года назад +40

    You're absolutely brilliant! Thank you so much for sharing your expertise with us. You make it all look so easy.

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

      Thanks for the compliment and feedback, I appreciate it. And you're most welcome☺️😊

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

    Thanks a lot. I can easily follow by you~Subscribed. : >

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

    As simple as this login/logout system is, the variable $con shows as an undefined variable. I'm using your code downloaded directly from your Google Drive. Am I using the incorrect version of PHP? I'm set up for PHP 7.4. Thanks for your help.

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

    best video for login-signup connection ever ...thank you

  • @mollyharding5909
    @mollyharding5909 Год назад +1

    amazing amazing amazing, thank you so much for this video!!

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

    this shut work two if i add it to a existing HTML site right? sorry its so long ago like 8 years so a little rusty but i think HTML / php work great together if i remember it corectly

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

      Yes it works fine if you add it to existing HTML. That's what it's intended to be used for

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

    N O I I C E ! ! 👏👏👍👍
    clear and simple to follow video tutorial.
    SUBBED!!
    keep it up!!

  • @kevinmooren3667
    @kevinmooren3667 Год назад +1

    Is it possible to prevent people making accounts with the same username?

    • @QuickProgramming
      @QuickProgramming  Год назад +1

      sure, you can watch this more advanced form validation tutorial ruclips.net/video/ymPlbgz6BoU/видео.html

  • @omranahmad6770
    @omranahmad6770 5 месяцев назад +1

    amazzzzzing, thanks for helping

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

    Thank you very much.. so simple to understand

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

      am very glad it was helpful! thanks for the feedback :)

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

    Hello it was a rally good video.. may i know which ide or application you used for coding these

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

      its called sublime text. you can download for free online

  • @christv0811
    @christv0811 Год назад +1

    Hi, so much learning here, can you please suggest what will be my next step here

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

      cool, you can check this video to learn some basic security ruclips.net/video/pIO0pmMTJ6Y/видео.html
      then you can watch this series of videos to go step by step from the basics of php, to making complete websites and mysql database:
      ruclips.net/p/PLY3j36HMSHNUTkef-tKQs8KqWwZqk1yPz

  • @zenmeditationdogma7152
    @zenmeditationdogma7152 Год назад +1

    i followed everything but some reason everytime i try to sign up it i get 404 not found

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

      404 error means the requested resource cannot be found in the web server. Maybe you did not correctly spell the file path or something similar.

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

    hello friend do you have any example of system in php using database?

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

      try this tutorial ruclips.net/video/mK7CiJeYOwI/видео.html

  • @raulresendez
    @raulresendez Год назад +1

    how did your html tag autocomplete with head and body tags too? can I do that in VSCode too?

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

      yes you can do it in vscode too. make sure you save your file first as html or php file, that way it knows what language you're trying to use. or if you dont want to first save, you can click on the bottom right where it shows what language you're using and select HTML from the list. after that just type the exclamation point, click on the first suggestion which has a single exclamation shown

  • @GHOST5691.
    @GHOST5691. 2 года назад +1

    you are the man, thanx man, you saved me, i understand php alot better now

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

    sir why i cant log in even if my pass is correct then there is no shows of errors

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

    Thank you , your tutorial saved my project

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

    thanks of this tutorial i only know html and css looking forward to learning php

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

    Could someone help me please!
    If i try to login in he always gives me "Username or Passwort incorrect" and doesnt redirect me? How i can solve this?

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

      What username and password are you trying to login with?

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

    Very Imformative skills

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

    thank you brother i subcscribed

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

    you number one lifesaver i dont know how to thanks you

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

      am glad it was helpful :)) thanks for the feedback

  • @TungHoang-pm7fd
    @TungHoang-pm7fd 2 года назад +1

    thank you, sir, you saved my day

  • @geofdonald-ik6qy
    @geofdonald-ik6qy 11 месяцев назад +1

    Good and easy tutorial , it is useful to me ,,,God bless you

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

    Sir I got an error in the Signup page
    "Fatal error: Uncaught Error: Call to undefined function mysql_connect() in /storage/emulated/0/htdocs/connection.php:10 Stack trace: #0 /storage/emulated/0/htdocs/signup.php(3): include() #1 {main} thrown in /storage/emulated/0/htdocs/connection.php on line 10"

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

    this video is amazing

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

    thank you for the video, but I think you need to change the primary key because if there are 2 user using the same username, only the first one will be able to login. Anyway this tutorial is amazing. well done.

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

      thanks, but i didnt include that because i wanted the video shorter. watch this for advanced form validation ruclips.net/video/ymPlbgz6BoU/видео.html

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

    Thanks

  • @paulhughes8907
    @paulhughes8907 10 месяцев назад +1

    Nice Video. Concise, one video, straightforward. Perfect, well done.

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

    You are amazing! thanks for the tutorial
    Liked and subscribed

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

      Thanks Jose. i appreciate it and you're most welcome

  • @kibzi2291
    @kibzi2291 Год назад +1

    For some reason my include(connections.php) statement is not working as whenever I click the sign up page it says failed to open stream: no such file or directory

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

      make sure you spelt it correctly. check every letter coz leaving out even one letter is a problem, then make sure the file is in the same folder and the index file. its almost always a wrong path in such a situation so just go through it letter by letter to confirm

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

      Hello, I can assist you in managing the issue. Let me know if you need anything / got a question.

  • @qriminal-iv3kn
    @qriminal-iv3kn 3 года назад +1

    DONT DO THIS ON A IMPORTANT WEBSITE WHICH IS PUBLIC IN THE INTERNET. THIS GUY DOESNT KNOW WHAT HE CODE.

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

    THE BEST TUTORIAL EVER!!!!

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

    man you saved me, now im working on a database for my website, i participate at a hackaton and you saved me

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

      am happy to hear it! and good luck with the hackathon

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

    thank you for tutorial.. its help me too much .. btw your voice sounds like shinmen takezo the mobile legends content creator .

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

      lol, thanks. i had to google him and i can hear the resemblance in the voice :))

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

      @@QuickProgramming well both desame 😂

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

    Hello is there a way I can look at login attempts even if they are failed ones because they do not have an account yet?

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

      yes, you can add attempts to the session variable because it remains even when the page is refreshed.

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

      @@QuickProgramming I cannot find the attempts in my db please help

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

      @@QuickProgramming I am looking for a way I can view login attempts even if they are failed ones in my db please help

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

    Many Thanks :) ***********

  • @fatimahmath4819
    @fatimahmath4819 Год назад +1

    Thank you very much sir

  • @Chad4200
    @Chad4200 Год назад +1

    Great tutorial, Thanks for sharing.

  • @phoenix.5219
    @phoenix.5219 Год назад +1

    Very very useful video
    Thank you🙏

  • @rozearn
    @rozearn Год назад +1

    great tutorial

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

    The sql queries you do are probably vulnerable to SQL injection because you arent using prepared statements, its fine as a personal project but this code can't be used in a serious website

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

      sure. this is a "simple" login system as it states in the title. thats why there's a pinned comment and a link in the video description to a followup video dedicated to security ruclips.net/video/pIO0pmMTJ6Y/видео.html

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

      @@QuickProgramming oh sorry I didn't think about that, I'll have to watch that video, I know how to exploit websites but not the best idea of how to build a secure website haha

  • @kikix5565
    @kikix5565 Год назад +2

    thank you so much i was looking this video so long and finally i found someone who made my day thx

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

      awesome 😊 you're most welcome and thanks for the feedback!

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

    Your code gives an error in vs studio code in signup and login : Argument '1' passed to mysqli_query() is expected to be of type mysqli, bool|resource givenPHP(PHP0406)

  • @FnexGaming
    @FnexGaming 5 месяцев назад

    i already have index.html, style.css and script.js, but i want to keep that

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

    if my index is .html will it work?? and how to do it?

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

      it cant work if you use .html because you cant run PHP ion such a file. but there is a way to simply change whats in the url without removing the .php on the files themselves. watch this one ruclips.net/video/byjMGftJeyU/видео.html
      it has a part 2 here :
      ruclips.net/video/39ax8OgOGiw/видео.html