PHP Login System Tutorial: Creating Tables and SignUp Form | PHP Tutorial #41

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

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

  • @shazebdev
    @shazebdev 3 года назад +16

    Just finished the halfway point video. 41 more videos to go and enjoying every minute of it!!!!

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

    thanks harry bhai.....aap schm bohot talented ho aur khushi ki baat to yeh hai ki aap iss talent ko use krke hum jso ko educate kr rhe ho...proud of u

  • @nadimahmed2499
    @nadimahmed2499 4 года назад

    भाई आप कितनी अच्छी तरह से समझाते हो। आप कि सारी विडियो बहुत अच्छी है

  • @RohitKumar-nz2ss
    @RohitKumar-nz2ss 4 года назад +1

    Best PHP tutorial in RUclips

  • @butterfly_9254
    @butterfly_9254 4 дня назад

    Thankyou so much with the help of you I can able to learn such a expensive course without paying any money ❤

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

    I completed 40 videos in just 10 days without encountering any difficulties, unlike the React and JS tutorials where I often faced errors.

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

      waahh bhai... it took more than a month to be here at video 41 🥲

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

    i love when he evaluations it out embodying us

  • @gururaj2199
    @gururaj2199 4 года назад +11

    Keep going , brother, you're cool

  • @dilip.developer
    @dilip.developer 3 года назад +2

    thank you harry.. I appreciate your hard work ,it is very helpful to me.

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

    This video tutorial is very complex for not experienced students.

  • @manojsoniexpert
    @manojsoniexpert 16 дней назад

    great sir i complete 40 video today

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

    Thank you Harry sir.........your all videos are very helpful for me ...keep it up👍

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

    This is what I needed, please it's my humble request that you also teach us how to get a custom my account page which have his important notes saved by him,
    Plzzz plzz plzzz, continue php tutorial with this idea.... Plzz

    • @mohibkhan2492
      @mohibkhan2492 4 года назад

      Save all info in sessions and display them in the view

  • @manojsoniexpert
    @manojsoniexpert 16 дней назад

    i am a good teacher but i learn more here.

  • @GeekyShubhamSharma
    @GeekyShubhamSharma 4 года назад

    Love love ♥️♥️♥️♥️♥️
    Mja aa rha hai hai seekhne me aaj to pakka bta dena login system php wala
    Kal dokha ho gya tha😘☺️♥️😁

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

    Harry Bhai apne ek exceprion handle nahi kia...Agar username already exist krta hai to?...vo bhi to handle hona chahiye

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

    Best teacher in the world

  • @EverythingTechWithMustafa
    @EverythingTechWithMustafa 4 года назад

    Aapke courses ka hi reference best hai

  • @235_shreyojha2
    @235_shreyojha2 3 года назад

    Harry Bhai is best lots of love from my side Harry Bhai thankyou for making this course for us 😍

  • @chetandayalani6948
    @chetandayalani6948 4 года назад +1

    Thanks for sharing, your experience with us!

  • @NOOBgaming-f8z
    @NOOBgaming-f8z 2 года назад +1

    3 million ho gae bro👏👏👏👏👏👏👏👏👏👏👏👏

  • @usamabaig8591
    @usamabaig8591 2 месяца назад +1

    Great Harry Sir!
    but variable name $password for both the database connection and the form data (user password). This might be creating a conflict when inserting data into the database.

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

    Our whole college learn coding from your channel

  • @mohdadil2875
    @mohdadil2875 4 года назад +1

    Congratulations 300k subscriber's too soon

  • @codewithharryfanchannel559
    @codewithharryfanchannel559 4 года назад

    Best channel in you tube.

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

    Very Very Thank You Harry Bhai

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

    Harry bhai is the best❤❤

  • @gurindersingh7721
    @gurindersingh7721 8 месяцев назад

    thanks Harry Sir you are amazing

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

    when i refresh the page 1) the password is submitted and showing success
    2) in the database username is root and password is empty
    3) and displaying that cpassword is not defined
    i want to submit the data only when i click the submit button
    please tell how to fix the error if someone gets same error

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

    PHP Tutorial #41 Sir maza a gea is ma

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

    Accha h aap security perspective se bhi sikhate ho👍👍dev+sec💯

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

    thank you sir for making this video. it was veerrrrrrrry useful and helful

  • @dispuzzler
    @dispuzzler 3 года назад +16

    bro you got a loophole in there! if the user doesn't enter the password during signup and registers, still his data is submitted and he's able to login just by his username/

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

      Just two if needed. If(!empty($username) && !empty($password)){
      Inserti into users etc etc
      }

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

      Yes bro same with mine

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

      Hello bro I have solve the problem for this just after the insert statement type this line
      if($password==null){
      $sql=null;
      echo"please enter the password";
      }

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

      @@technicallysound1784 Best Use if(isset($_POST['password'])$_POST['password']!="")
      {
      Insert MySQL Codes
      }
      else
      echo 'Enter Password';
      Also Add Required Attribute in Input tag

    • @tusharmotwani7958
      @tusharmotwani7958 Год назад +5

      bhai ek kaam kro username or password or confifm password sbke input type ke aage required laga do. Fir shi ho jayega

  • @kitenZ
    @kitenZ 7 месяцев назад

    hi Harry, its a wonderful experience learning. Please, share code too incase we need to tally code for finding errors in our code

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

    holliiiiiglucamolllllliiiiii with your voice is so so so good😅

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

    Bahat khub Harry bhai thank you ❤️❤️❤️❤️❤️

  • @bhavyar2986
    @bhavyar2986 4 года назад +1

    Big fan of yours harry

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

    Will cont. From 17:21

  • @aadityapant7649
    @aadityapant7649 4 года назад

    THANK U FOR YOUR PYTHON TUTORIAL LOVED IT

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

    You are great man. Harry bhai kia hum 1 ache developer bn sakte han. Apki video bht helpful han.

  • @vidyasagar9584
    @vidyasagar9584 4 года назад +1

    Nice job.

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

    hello bhai apne python project:1 ""jarvis"" mein jo folder banaya tha jisme slanting arrows thi vaisa folder kaise banate hai?

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

    Harry bhai tumne to mauj kar dee.

  • @lightinguplives9351
    @lightinguplives9351 4 года назад

    Great video. Thank you

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

    harry, reaching 2M subs!!!

  • @cannabis6870
    @cannabis6870 4 года назад

    Harry bhai big fan❤❤❤❤

  • @devyadav1496
    @devyadav1496 2 года назад +6

    Thank you Harry Sir! It's always a pleasure learning from you. I have tried this but facing some issues like it does not prompt any error for duplicate username. It does not prompt me any error for the wrong password as well. Please help.

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

      Okay! I have found a solution for the same and I tried using select query to check the username if already exists and it worked.

  • @RadheyShyam-sd8xw
    @RadheyShyam-sd8xw 4 года назад

    keep going bro you channel are awesome in whole RUclips..🙏🙏🙏

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

    Thanks a lot Bhaiyaaaaaa

  • @AmitYadav-kr6vf
    @AmitYadav-kr6vf 3 года назад

    Thank you harrry bhaiya

  • @vinoddadlani
    @vinoddadlani 4 года назад +1

    Pls make more videos on Jarvis developement

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

    Good Tutorial Bro

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

    Sir, please make video on google Firebase

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

    Excellent bro

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

    Timestamp 22:26. Bro always remember begani shadi mei hamesha ek abdula diwana mil hi jaata hai means a haker

  • @RohanDasRD
    @RohanDasRD 4 года назад

    Good Morning Bhaii!

  • @pateldh23
    @pateldh23 4 года назад +1

    Sir, please make video master/detail insert/update/delete (Parents/child) or purchase order and it's detail type video in php

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

    May Allah bless you.

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

    12:04 PHP type juggling

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

    helpful tutorials

  • @sumitpal1043
    @sumitpal1043 4 года назад

    Sir mai aapko apna guru manta hu

  • @ziaurrahaman4887
    @ziaurrahaman4887 4 года назад

    Thank you

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

    jiska bhi blank data submit horaha hai woh html k input mei yeah user karo 'required' : , hope it will help:)

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

    what about $exists.. can you pls explain

  • @prashantpanchal7746
    @prashantpanchal7746 4 года назад

    Great work bro

  • @vaibhavpatekar119
    @vaibhavpatekar119 4 года назад

    Thank you sr....

  • @syedabdullah801
    @syedabdullah801 4 года назад

    appreciated harry

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

    Helpful 🙌🏻

  • @banasthalividyapithevents
    @banasthalividyapithevents 4 года назад

    Great work.

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

    harry bhai zindabad

  • @Surajmathur-qj9tl
    @Surajmathur-qj9tl 4 года назад

    Thanks sir

  • @chiragjain105
    @chiragjain105 4 года назад

    Harry bhai c language ki playlist me aur videos nhi daaloge ? Kya vo course 76 videos me khatam ho gya?

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

    Keep it up...

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

    Op content man.

  • @varshathakur6564
    @varshathakur6564 7 месяцев назад +1

    These video very helpful.
    But data cannot inserted twice data only insert one time please give me a solution. 🙏

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

    harry bhai laravel pr v bnao video

  • @underrated577
    @underrated577 4 года назад

    Tum bahut mast kaam karta hai maksud bhai Apun ko tere ko thankyou bolne ka hai.

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

    Good

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

    thank you :-)

  • @RohitGupta-gq2nh
    @RohitGupta-gq2nh 3 года назад

    thx sir

  • @mohitkandhari5543
    @mohitkandhari5543 4 года назад

    Boss please make portfolio website project

  • @BlackWhite-un1qw
    @BlackWhite-un1qw Год назад

    Even though we don't fill data in the form we can signup and store empty data in database.

  • @ArbazKhan-zp1vh
    @ArbazKhan-zp1vh 4 года назад

    Nice

  • @Money.singh99-shorts
    @Money.singh99-shorts Год назад +1

    Shubham, name, password same ta jo hack ho jayeee😁😂

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

    @CodeWithHarry If username already exists..then how to show it with error??

  • @adityagahile5242
    @adityagahile5242 4 года назад +1

    Harry bhaiya plz ek heart de do

  • @pankajkumarsoni2075
    @pankajkumarsoni2075 4 года назад +1

    while signing up, it is taking the existing username from the database and again storing it to database as new entry. solve this problem.

  • @sohelshaikh7175
    @sohelshaikh7175 4 года назад

    Congrats 🔥 u complete 3 lakh subscriber Keep shining ✨ Harry sir ♥️

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

    Done done
    Again

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

    Sir sing up page me ek aur attributes add nhi kar shakte kay...

  • @sameerplay7168
    @sameerplay7168 4 года назад

    My guru

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

    The output shows success but why isn't my database being updated.

  • @dhruvnation1884
    @dhruvnation1884 4 года назад

    nice bro

  • @muhammadzafar2470
    @muhammadzafar2470 4 года назад +4

    Sir whenever I enter user registration after submitting data into database when I refresh the page it automatically inserts duplicate data in my database. please, sir, reply to me. thanks

  • @pankajshah1230
    @pankajshah1230 4 года назад

    sir setCookie() kese cookie banati hai and set karte hai and sir setCookie function ka source code kese dekhe skte hai
    sir plz reply for this

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

    cpassword is undefined index

  • @tusharjain9701
    @tusharjain9701 4 года назад

    Make a video on django channels I want to create a messanger

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

    Thanks #HarryBhai

  • @movies24774
    @movies24774 4 года назад +1

    Harry bhai $showError karne par html ending tag unexpected bata rha hai

  • @lightinguplives9351
    @lightinguplives9351 4 года назад +1

    Pr refresh karne pr last data automatic insert hota hai. plz give me solution