PHP registration form project

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

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

  • @BroCodez
    @BroCodez  Год назад +14

    Document

  • @CyranicalGoated
    @CyranicalGoated 7 месяцев назад +2

    Damn he really updated his PHP playlist. Thanks man

  • @ajeethsuryash5123
    @ajeethsuryash5123 3 месяца назад

    I wanted to watch just one video about What is PHP. Now I'm here. Thanks for the very concise way of teaching.

  • @fatymutesi5125
    @fatymutesi5125 Месяц назад

    This was the best lesson i have ever had you explain everything really well! Thank you so much!

  • @misterhs5511
    @misterhs5511 8 месяцев назад +1

    and so on I've learned the basic of php thanks man

  • @kristijanlazarev
    @kristijanlazarev 11 месяцев назад +3

    completed in 1 day. So good

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

    Really love your videos bro

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

    thank you for the playlist.

  • @kennyhsu9451
    @kennyhsu9451 3 месяца назад

    thank you Bro!!
    I have benefited a lot...

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

    Thank you so much bro.

  • @GasimSarina
    @GasimSarina Год назад +3

    We need course for js or c or c++
    and thanks bro ❤️❤️❤️

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

      He has a playlist for each of those languages

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

    Thanks Bro

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

    thanks alot bro

  • @wickylee4513
    @wickylee4513 8 месяцев назад +1

    Thanks brocode. Is there any OOP video series in PHP in this channel ?

  • @hatimalizia
    @hatimalizia 9 месяцев назад +1

    Thanks a lot, can we have advance PHP also in which you teach us from here to build an advance dynamic website.

  • @Simplaz1234
    @Simplaz1234 2 месяца назад

    Thank you Bro

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

    is this a completed course or on going

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

    wazzup bro! Thanks a lot! :)

  • @XtianUDG
    @XtianUDG Месяц назад

    hi, do you have s log in form?? cause your tuts is still lacking of episode

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

    thank a lot man!

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

    Whenever I try to sign up and click the register button it won't create an account in the table?

  • @Simplaz1234
    @Simplaz1234 24 дня назад

    Hi Bro, I am following the steps & I am able to successfully insert the form data into the database when working in xampp & localhost environment. However, when I try to run the code in a live environment in cpanel with an online website, the data is not being inserted into the database table. What could possibly be the hindrance? My connection to the database is working properly by the way. Thank you for your help.

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

    Does he completed this course or still pending?? Please reply me anyone

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

    Next part

  • @RhemaOshogwe
    @RhemaOshogwe 2 месяца назад

    "Random comment"🙂

  • @frandeflores3958
    @frandeflores3958 3 месяца назад

    Can't wait OOP course🫶

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

    Parse error: syntax error, unexpected ')', expecting '|' or variable (T_VARIABLE) in D:\XAMPP\htdocs\Projects\Learn\fakebook\index.php on line 42
    I always get this error when i type the try catch block.
    try{
    mysqli_query($conn, $sql);
    echo "You are now registered";
    }
    catch(mysqli_sql_exception) {
    echo "that username is taken";
    }
    @Bro Code help! and even before i wrote the try catch block. when i type a username that already exists I did not get an error. the browser tab just refreshed itself

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

      try to write every line of code yourself as you see in the video instead of copy/paste the code from his comment, you might have error in the alignment of the text, catch for ex should be written under try, and align with it. maybe it helps. but the best thing is to write every character in the code yourself, it builds up your memory response to writing the code. Hope it helps. :)