How to Connect HTML Form with MySQL Database using PHP

Sdílet
Vložit
  • čas přidán 30. 03. 2019
  • Source code Link : github.com/Tariqu/database_co...
    In this video you will learn How to store form data into the database
    First of all to send the form data into the database we need a server side programming language which will take form data and that program will make a connection with database and then using sql insert query will store the form data into database.
    =============================================
    For any Business enquiry contact us
    Gmail :- tarique.rkl@gmail.com
    WhatsApp :- +917978073704 (for only business query)
    =============================================
    Here I have used php as a server side programming language and MySQL as a database
    To Send The form data to server side php file we have to specify php file name inside the form tag using action attribute so this php file will execute when we will submit this form
    we have two different method to send the data to sever GET or POST post method is more secure way to send data to the server side
    In php to get the data which is send from client side we have to use appropriate global variable if client send data using post method then we have to use $_POST if client has send using GET method then we have to use $_GET variable to get that data
    after getting the data at server side We have to do a Connection with the database. PHP provide the Full support and method to do MySQL database connection in php
    Prepare method save your query from sql injection
    prepare method provide the binding mechanism to bind the data at run time not at compile time
    #HTML_Form #MySQL #PHP
    ~-~~-~~~-~~-~
    Please watch: "MySQL Database connection in java 12 using eclipse 2019"
    • MySQL Database connect...
    ~-~~-~~~-~~-~

Komentáře • 1,2K

  • @eightelms
    @eightelms Před 2 lety +41

    Thanks so much, Babaji. Your tutorial is wonderful, very clear, straightforward, and brief. I have tried a lot of Html form data to MySQL database using PHP tutorial, but this one stands out. 5* for you. Kindly give us training on how to retrieve all data, retrieve specific data, delete and modify data from database, through the form. Once again, thank you.

  • @whiteink225
    @whiteink225 Před rokem +119

    bruh My teacher took 2 hours to explain it and I didn't get it but after watching this video I finnaly do. Thanks man

    • @andypoon8176
      @andypoon8176 Před 7 měsíci +5

      My professor didn’t even bother explaining it. Basically told us to just go figure it out.

    • @crazymarkaam
      @crazymarkaam Před 5 měsíci +5

      Bro you can't believe..... My teacher send me this video to me..😅😅😆😆😆😆

    • @fellowdom_com
      @fellowdom_com Před 5 měsíci

      ​@@crazymarkaam😅😅😅

    • @Gupatik
      @Gupatik Před 5 měsíci

      @@andypoon8176 how much are you paying to get scammed like this bruh

    • @idenalaemmanuel7530
      @idenalaemmanuel7530 Před 7 dny

      i tried to save it isnt working

  • @winnerman7262
    @winnerman7262 Před 4 lety +20

    Nice and precise! Thank you for this wonderful tutorial

  • @teterposh7042
    @teterposh7042 Před rokem +16

    Exactly what i was looking for, thanks a lot! Very good and on point explaining 👍

  • @abdulshaikh3465
    @abdulshaikh3465 Před 4 lety +34

    Sound = Best
    Editing = Best
    Explanation = Best
    Souse Code = Available for Free
    Working = Yes.
    Tested on = April 2020
    Difficulty = Moderate. (edited)
    Thanks Ansari brother. you made may day. Thanks a lot.

    • @at494949
      @at494949 Před 4 lety

      Can you explain how can you use source code by correction way please
      My email
      At494949@gmail.com

    • @niraja1994
      @niraja1994 Před 4 lety +1

      how its working whhen i click on submit nothing happened

    • @akilankabilan2929
      @akilankabilan2929 Před 4 lety +3

      I click submit button it shows the full php code..what I do?

    • @GAYATHRINBIT
      @GAYATHRINBIT Před 2 lety

      @@akilankabilan2929 ss same problem what can I do for that to get the correct format of o/p

    • @skysthelimit3553
      @skysthelimit3553 Před měsícem

      @@niraja1994 if it is showing the code that means you haven't started the apache server

  • @hnao2153
    @hnao2153 Před 3 lety +9

    Thank you so much for this video. Finally found a solution of what I was struggling!!

  • @graybab
    @graybab Před rokem +2

    Short and sweet and worked perfectly, thank you for this!

  • @feifortisvids3508
    @feifortisvids3508 Před rokem +1

    You explained it very well and with clear HTML codes

  • @zuhdifad
    @zuhdifad Před 11 měsíci +8

    After stuck for 4 months find out why my form can't stored data, finally I found you. Thank you dude!

    • @ShaanxFlame
      @ShaanxFlame Před měsícem

      im also not able to help me bro i got no 4months

  • @daseg
    @daseg Před rokem +4

    Thanks man, I always wanted this kind of explanation. Great video.

  • @epicgamer-ec8vi
    @epicgamer-ec8vi Před 11 měsíci

    Amazing explanation...finally found a detailed video explaining this ...very grateful 👍👍👍👍👍

  • @nurainazafirah5121
    @nurainazafirah5121 Před 3 lety

    thanks to you, i finally did my first website following your guidance

  • @respectthedripkaren4515
    @respectthedripkaren4515 Před rokem +6

    Fast, easy, working. Nothing to criticize.

  • @tusharraovlogs6705
    @tusharraovlogs6705 Před 4 lety +18

    the perfect video I am searching for...

  • @kamaraemmanuelf6409
    @kamaraemmanuelf6409 Před 2 lety

    you are mentor ever, you really make me understand how to create and connect registration forms ........am now just not a genius but am trying to be like that.... bravo sir...i don't want to missed out non of your tutorials please alert me

  • @CodingWithDilip
    @CodingWithDilip Před 3 lety +1

    You are awesome man I understand everything about database connection php and free hosting. Thanks a lot

  • @ericzou4301
    @ericzou4301 Před 3 lety +11

    Woohoooo! that worked! finally, a tutorial that actually does it! +1 subscriber for you!

  • @chidinmaogbazi5687
    @chidinmaogbazi5687 Před rokem +5

    Thank you very much for solving a problem most developers face. I noticed in the video, a line Gender should be label for "gender" instead. I have successfully ran your code using that correction. Thank you very much. I also noticed the option for the database you used wasn't the default for mine: so i changed it to what you had which is "latin1_swedish_ci"

    • @RWC-Ichigo
      @RWC-Ichigo Před rokem

      sorry can you write it out please,I still very much confused

    • @chidinmaogbazi5687
      @chidinmaogbazi5687 Před rokem +2

      ​@@RWC-Ichigo at time 1:17 of the video on line 25. This is wrong
      Gender. It should be
      Gender.

    • @RWC-Ichigo
      @RWC-Ichigo Před rokem

      @@chidinmaogbazi5687 thank you so much💖

    • @chidinmaogbazi5687
      @chidinmaogbazi5687 Před rokem +3

      ​@@RWC-Ichigo at the time 4:13 of the video, the collation reads "latin1_swedish_ci", my default was not that. So i changed my default to what he stated.

    • @chidinmaogbazi5687
      @chidinmaogbazi5687 Před rokem +2

      You change it at the time of the video 3:02 Server connection collation, change to the "latin1_swedish_ci" and not your system's default

  • @PAULMICHAEL-ig4ps
    @PAULMICHAEL-ig4ps Před 4 měsíci +1

    How wonderful 💯! After a whole day of struggle to create a client side database, it's finally remedied in just seven minutes. Many thanks bro😂👍

  • @muhammadzafar2470
    @muhammadzafar2470 Před 3 lety

    really helpful tutorial . thank you. its help me in my univ project . i'm beginner level in programming field .

  • @keshav2136
    @keshav2136 Před 4 lety +23

    This is what I was looking for 😀

  • @TECLOVENIA
    @TECLOVENIA Před 4 lety +4

    Always love watching your videos bro👍💝 Would you please add a file upload too and save into db.

  • @neha_suresh
    @neha_suresh Před 3 lety +1

    Hey!!!
    Thank You so much bruh!
    It's working fine and I'm glad I came across this channel! ❤🌌

  • @KUNDANKUMAR-ch1km
    @KUNDANKUMAR-ch1km Před 3 lety +2

    Resolved my issue which i was facing for last 8 - 10 days . Liked ! Subscribed !

  • @michaelangelolucido5006
    @michaelangelolucido5006 Před 3 lety +8

    simple, effective and efficient execution

  • @nidhijangra7888
    @nidhijangra7888 Před 3 lety +3

    This is amazing VDO and really helpful for me thank you so much !

  • @SachinKumar-fb7id
    @SachinKumar-fb7id Před 3 lety +1

    Really bro, just loved ur way of explanation ❤️

  • @devines5171
    @devines5171 Před rokem +1

    I am so grateful for this. I'm speechless. Thank you.

  • @mosesimmanuelsharma
    @mosesimmanuelsharma Před 4 lety +49

    Balaji, the video was helpful. Can you help us with another video where the stored values are shown in a table with an edit and update option?

  • @TechnicalBabaji1
    @TechnicalBabaji1  Před 4 lety +31

    Source code Link: github.com/Tariqu/database_connection_php
    Join my WhatsApp group
    chat.whatsapp.com/GsuvlYqwHFT0E27pUikeY0
    Support this
    czcams.com/channels/1Sc4ubMjbJAllewXHgfl-g.html

    • @MsIjazahmad
      @MsIjazahmad Před 4 lety +1

      nice and Great work in sampe way

    • @mohit2942
      @mohit2942 Před 4 lety +2

      kya phpmyadmin hmesha open rkhna hoga jb bhi website access krege ya registration krege pls tell me

    • @sajidhassan5260
      @sajidhassan5260 Před 4 lety

      @@mohit2942 yes dude.

    • @techgamermonu8902
      @techgamermonu8902 Před 4 lety +1

      One problem hai returned show kar raha hai

    • @codeityourself7481
      @codeityourself7481 Před 4 lety

      @@techgamermonu8902 brother please support me
      N solution to your question is on github read it's documentation
      Aur jyada support ke liye mere channel pe aawo🤗
      Subscribe kar dena please

  • @hacum6832
    @hacum6832 Před rokem

    so clear and straight forward information. Thanks

  • @aniketkumar967
    @aniketkumar967 Před 3 lety +1

    thankyou bhaiya for you awesome content❤❤. i just connect my registration form through you php code in a few trial. Thanks a lot bhaiya 🤗❤

  • @luucdejongh4397
    @luucdejongh4397 Před 4 lety +11

    thank you for the tutorial! you saved my school project

    • @animeforyou3645
      @animeforyou3645 Před 3 lety

      hhhhh

    • @Ms.Kim02
      @Ms.Kim02 Před 2 lety

      Wow, can you send it over? I'm struggling rn...lol

    • @eaglearmy8
      @eaglearmy8 Před 2 lety

      @@Ms.Kim02 which type of developer are you?

    • @dewman7477
      @dewman7477 Před rokem

      @@eaglearmy8 can you help me on a project?

    • @eaglearmy8
      @eaglearmy8 Před rokem

      @@dewman7477 which type of project bruh?

  • @gyandevkhanduri331
    @gyandevkhanduri331 Před rokem +3

    You literally saved me. I have to show my project tomorrow. Thanks a lot

    • @thecentury1200
      @thecentury1200 Před rokem

      My project will be presented the day after tomorrow

  • @vegasjohnson7821
    @vegasjohnson7821 Před 12 dny

    Ive watched a lot of videos and tried many ways and this way finally worked. Thanks

  • @oliviam830
    @oliviam830 Před rokem +2

    Thank you, such a good video! and concise!

  • @kumaranandraj269
    @kumaranandraj269 Před 3 lety +5

    It can be done in a very simple way, but you made it more complex

    • @saimirbunjaku7031
      @saimirbunjaku7031 Před 2 lety +1

      tell us how master

    • @sidd8087
      @sidd8087 Před 2 lety +3

      pls make a tutorial XD

    • @kumaranandraj269
      @kumaranandraj269 Před 2 lety +2

      @@sidd8087 Ok.. I will make soon.. Stay connected

    • @sidd8087
      @sidd8087 Před 2 lety +1

      @@kumaranandraj269 sure man

    • @eattheprogrammingcookie3957
      @eattheprogrammingcookie3957 Před 11 měsíci

      @@kumaranandraj269 your channel is fucking blank i didn't see any tutorial you lazy asss 1 year has been past what have you done in this

  • @tahuislam
    @tahuislam Před 4 lety +3

    thank you very much brother. Most of the tutorials are very complicated. They are not begginer friendly. But I enjoyed your tutorial as a php begginer.

    • @TechnicalBabaji1
      @TechnicalBabaji1  Před 4 lety +2

      Most welcome please subscribe my channel

    • @aminatsallum7354
      @aminatsallum7354 Před 4 lety +1

      @@TechnicalBabaji1
      Please can i have your whatsapp contact? I need to ask you something please :

  • @him1019
    @him1019 Před 2 lety +2

    This video is absolutely amazing. Thank you!

  • @emadhassan708
    @emadhassan708 Před rokem

    يا سلاااااام عليك شرحك واضح وجميل ....مشكور دكتور

  • @codingacumen4536
    @codingacumen4536 Před 2 lety +125

    0:00 - 0:15 Demo
    0:15 - 0:33 Channel Intro
    0:33 - 0:55 Editing Form Code
    0:55 - 1:04 Making PHP file
    3:00 Creating Database

  • @chuksannoyxx-kt6ox
    @chuksannoyxx-kt6ox Před 4 lety +11

    Hey thank you for this information. what single code of line can i use to connect php database to an html page?

  • @softwareengineering9541

    You are the Best Bro. Thanks for this information. This is what I have been looking for it.

  • @ganggaming8571
    @ganggaming8571 Před 4 lety

    Sir main aapko bata nhi sakta ki aapki video mere liye kitne helpful rayi hai Thanks sir 100times

  • @abtonix
    @abtonix Před rokem +5

    If you have error like "cant find the address" or something..1)Try to put your folder with work files in localhost folder, which appears when your database provider active (XAMPP, OpenServer). 2) Make sure that your work folder have same name as your database (in this case "Test") 3) And the last, check that you authorizing without password (only login "root"). Otherwise, you need to change php code in column 10: $conn new mysqli ('localhost' 'root', '', 'Test'); Explanation: $connection type (server/folder name, login, password, file and database name);
    According to the comments, I think author made this tutorial for those who is a little worked with DBs🤔

    • @killy_hoffman2698
      @killy_hoffman2698 Před rokem +2

      Done the same but am still getting my php codes when i click my "sign in" button

    • @Mico166
      @Mico166 Před rokem +1

      I got a Fatal error: Uncaught mysqli_sql_exeption can you help me?

    • @Bianca-mx7cd
      @Bianca-mx7cd Před 10 měsíci

      i got the same problem. Did you find the solution? @@killy_hoffman2698

    • @supakaioshin
      @supakaioshin Před 9 měsíci

      @@Mico166 did u you get it to work?

    • @yashvyas7196
      @yashvyas7196 Před 9 měsíci

      I have a little different program and I have this error
      Fatal error: Uncaught Error: Call to a member function bind_param() on bool in C:\xampp\htdocs\form\conn.php:22 Stack trace: #0 {main} thrown in C:\xampp\htdocs\form\conn.php on line 22

  • @showbiztime7006
    @showbiztime7006 Před 3 lety +16

    it's not working...when I clicked on submit button it show connect.php file

    • @mdhamidrazzaansari2887
      @mdhamidrazzaansari2887 Před 21 dnem

      Bro i have the same problem what you did to solve it?

    • @harshanalakmal218
      @harshanalakmal218 Před 18 dny

      @@mdhamidrazzaansari2887 I had the same problem and I tried this method and it worked for me. czcams.com/video/GQIjKpoi2zQ/video.html

    • @falzeq
      @falzeq Před 13 dny

      @@mdhamidrazzaansari2887 you added method="post" in form? it fixed problem for me

  • @barto8598
    @barto8598 Před 2 lety

    Thank brother! the video was super helpful, God bless you man, keep update a great video

  • @wmiru8294
    @wmiru8294 Před 2 lety

    Even it's really hard to understand your word but good job this make me clear about php now. Thanks.

  • @danidan2235
    @danidan2235 Před 2 lety +3

    In which folder is the database stored? Is it in the same folder where you store your php files, or do you create a subfolder like when you do to put CSS, JS or images for example, or is it somewhere else?

    • @yudishbeeharry8849
      @yudishbeeharry8849 Před rokem

      by using phpmyadmin on a local or remote server

    • @muuktoi
      @muuktoi Před rokem

      @@yudishbeeharry8849 yeah but where

  • @anjcastillo7405
    @anjcastillo7405 Před 3 lety +11

    help. i did every single code you made and i received no errors which is a good thing but my problem is that i can't see it in my database? what should i do? please reply :( this is for my school project :(

  • @shamavlogsnepal
    @shamavlogsnepal Před 2 lety +2

    Thank you so much for this informative video

  • @godwinvillanueva4190
    @godwinvillanueva4190 Před rokem

    Thanks for this kind of video ❣️
    It really helps me to learn more and more

  • @Shreyanshi2605
    @Shreyanshi2605 Před 3 lety +6

    Thanx for sharing the code with us..Getting error uncaught error:call to a member function bind_param()on boolean plz help me reslove this..

  • @mohansinghrajawat3387
    @mohansinghrajawat3387 Před 4 lety +7

    not working.
    their is an error in bind_param(), i also google it but it still not working

  • @malikwaqar4655
    @malikwaqar4655 Před 2 lety

    great work and very helpfull respected sir

  • @GAYATHRINBIT
    @GAYATHRINBIT Před 2 lety +1

    Thank you so much for this informative video . It's very helpful and understandable.

  • @haroldgar12
    @haroldgar12 Před 4 lety +4

    I keep getting this error, when I submit my form, and don't know how to solve it:
    Fatal error: Uncaught Error: Call to a member function bind_param() on bool in /opt/lampp/htdocs/dbconnect.php:38 Stack trace: #0 {main} thrown in /opt/lampp/htdocs/dbconnect.php on line 38

    • @aimssofttechnologies945
      @aimssofttechnologies945 Před 4 lety

      Same error

    • @mirenterprises6924
      @mirenterprises6924 Před 4 lety

      Same error

    • @aimssofttechnologies945
      @aimssofttechnologies945 Před 4 lety

      @@mirenterprises6924 bhai apna database name ya table name check karo waha par koi galati ha tab ye error ata ha

    • @spanditabanerjee5819
      @spanditabanerjee5819 Před 4 lety

      Do exactly what is written by him.. Don't change anything... Then only it will work perfectly... Database name and column name should be exact as he has written... I also had this problem..

    • @NitinKhetawat
      @NitinKhetawat Před 3 lety

      Save your data in test database
      Like :- $conn=new mysqli('localhost','root',' ','test');

  • @sikretongmalupet441
    @sikretongmalupet441 Před 4 lety +6

    Hi, do you have a video about displaying a data from a MySQL database in an HTML webpage? Thank you!

  • @siddharthsingh2859
    @siddharthsingh2859 Před 2 lety

    Thankyou Ahmed Bhai, your video is very helpful for us and you are quite popular in our college

  • @proplayer2472
    @proplayer2472 Před 2 lety +1

    Very good tutorial, thank you very much

  • @chinninani1526
    @chinninani1526 Před 4 lety +87

    After clicking submit button am getting php code and I have done exactly what you said then were is mistake taking place

  • @mr_lj
    @mr_lj Před 6 měsíci +7

    I am still not able to connect to server.

  • @isackmikosi-th3wv
    @isackmikosi-th3wv Před 8 měsíci

    Thanks so much, Babaji. what i was asking is what you have presented, its so far so good!!!!!!

  • @aryaadhari.p5653
    @aryaadhari.p5653 Před 3 lety

    What a great tutorial brother...

  • @ashishsharma3214
    @ashishsharma3214 Před 3 lety +3

    Access denied for user error.
    How can i solve this?

  • @prudhvicharanmallampati1651

    Hey, Hello. First of all, thanks for such a great video. I followed all your steps. When I clicked submit in the form, I did not get any error nor successful message.I just got a blank page. What should I do now? Can any one please tell me?

    • @kalpeshbari2936
      @kalpeshbari2936 Před 4 lety +1

      plz i have same issue... in case your problem solved then call me on this number 9552828136

    • @vandanmehta9432
      @vandanmehta9432 Před 3 lety

      @@kalpeshbari2936 broo chill haha

    • @strafeyosef
      @strafeyosef Před 2 lety

      Happens to me as well right now, if you ever fixed it - do you remember the solution?

  • @bachelorsguruwa4800
    @bachelorsguruwa4800 Před 3 lety

    Nice usefull video brother 👍👍👍👌👌👌🤗

  • @gojamoja6719
    @gojamoja6719 Před 4 lety

    Thanks man was really helpful !!!
    ps : just subscribed

  • @sanushihaidara4049
    @sanushihaidara4049 Před 5 lety +19

    HTTP ERROR 405...... Can you please help me solve this problem. when i send the form it says HTTP ERROR 405.

    • @nazakatalitechno5556
      @nazakatalitechno5556 Před 4 lety

      czcams.com/video/8gAqgVrTLr8/video.html
      plz sub my channel

    • @dhruvseth
      @dhruvseth Před 3 lety +1

      Make sure to add these html and php under htdocs/test folder directory and open it as localhost/test bhai ji

    • @OG_Rajput
      @OG_Rajput Před 3 lety

      Same problem to me

    • @Jacob0246810
      @Jacob0246810 Před 2 lety

      Place the project folder in the right place. In my case, I work on Ubuntu and by default, Ubuntu does not allow access through the web browser to any file apart of those located in /var/www. So I moved the project folder to the specified directory and then, it was possible to open up the index.html by referring to the project folder just as shown in the video (that is localhost/Test) Also such solution allowed me to write to the database correctly. Respond to this comment, if something is unclear.

    • @zeniothh
      @zeniothh Před rokem

      @@OG_Rajput did you solve?

  • @timcruz8666
    @timcruz8666 Před 4 lety +6

    Hello! I wanted to test out your code on my own and it seems like i'm getting the problem of "Uncaught Error: Call to a member function bind_param() on boolean" on line 16 in connect.php . If you could offer any help that would be amazing!

    • @kuzeymertkuzey
      @kuzeymertkuzey Před 4 lety

      same

    • @drewnixon6905
      @drewnixon6905 Před 4 lety +1

      Had the same issue. For me it was because I did not change the name of the table from "registrations" to what my table is called within the database.

    • @aanandsoni6980
      @aanandsoni6980 Před 4 lety

      for this issue whatsapp on 9413372284

    • @aanandsoni6980
      @aanandsoni6980 Před 4 lety

      contact on 9413372284

    • @aanandsoni6980
      @aanandsoni6980 Před 4 lety

      @@drewnixon6905 contact

  • @tamilane342
    @tamilane342 Před 2 lety

    Hi...am watching ur channel very lately but it helps for beginners much...thank yo...

  • @GutaBatelu
    @GutaBatelu Před 9 dny

    wow that is wonderful explanation !

  • @adharshravi9441
    @adharshravi9441 Před 5 lety +3

    what data type can i put for date?
    $stmt = $conn->prepare("insert into employee(name,age,salary,date_of_birth,date_of_join,qualificationq) values (?,?,?,?,?,?)");
    $stmt-> bind_param("")

  • @MrRajan-vh9bd
    @MrRajan-vh9bd Před 5 lety +4

    In my pc
    When I click on submit the browser display automatically php coding on display
    Please help me to resolv

    • @TechnicalBabaji1
      @TechnicalBabaji1  Před 5 lety

      It means you are not running php on server please run php on local server.. sometimes people forget to start local server either of these mistakes or both your doing

    • @laurentiu3965
      @laurentiu3965 Před 4 lety

      I got the exact same problem. How to i fix it? What to do exactly

    • @Karthik-man
      @Karthik-man Před 4 lety

      Yaa me 2

    • @Amcynthia
      @Amcynthia Před rokem

      Make sure you add your php file to htdocs in xampp folder

  • @Falcon-if4cs
    @Falcon-if4cs Před 2 lety

    useful and this was what i was looking for.

  • @jonasgrimm4749
    @jonasgrimm4749 Před rokem

    You are my hero of the day, great Video that helps me a lot

  • @OrestiTutorials
    @OrestiTutorials Před 4 lety +3

    Bro you have a great video but I don't know how to go in this website: localhost/phpmyadmin.
    I can't go in. Please help me...

  • @SAGskills
    @SAGskills Před 3 lety +3

    An error coming
    Uncaught fatal error call to a member function bind_param()on bool in C: xampp/htdoc....,

  • @saurabhtapkir433
    @saurabhtapkir433 Před 3 lety +2

    bro you save my life i cometely understand this💯

  • @rosemondtindow8300
    @rosemondtindow8300 Před 3 lety

    Thanks Technical Babaji, my weeks of sleepless nights are over because of this video. Thanks a lot!

  • @sara_arts5617
    @sara_arts5617 Před 4 lety +3

    fatal error: uncaught error: call to a member function bind_param() on boolean in c:\xampp\htdocs\test\connect.php:22 stack trace: #0 {main} thrown in c:\xampp\htdocs\test\connect.php on line 22

    • @forensisch360
      @forensisch360 Před 4 lety +1

      Reshma kind of the same error here! Did you found a solution?

    • @billwilde8725
      @billwilde8725 Před 4 lety +2

      I had got this same error and realized I forgot to setup the database according to his video. After I setup the database it worked just fine.

    • @billwilde8725
      @billwilde8725 Před 4 lety +2

      @@forensisch360 Don't forget to setup the database part according to his video...

    • @sabarishsanjeevi2219
      @sabarishsanjeevi2219 Před 4 lety

      @@billwilde8725 can you please explain

  • @kiransarasambi3392
    @kiransarasambi3392 Před 4 lety +3

    kindly shear the HTML code...

  • @laliice7154
    @laliice7154 Před 2 lety

    Really helpful, Thank you so much

  • @JaiShriiiiRam
    @JaiShriiiiRam Před rokem

    Thank you very much sir... Really hats off to you , you explained such complex things in such a easy and clear way....

    • @JaiShriiiiRam
      @JaiShriiiiRam Před rokem

      @Tech Minati just cross check the database name and your table name .... still if you have issues i will give m mail id just send he files I'll check them :)

  • @adeeshasankalana2943
    @adeeshasankalana2943 Před 3 lety +7

    please help me with this
    Fatal error: Uncaught Error: Call to a member function bind_param() on boolean in C:\xampp\htdocs\selection\connect.php:16 Stack trace: #0 {main} thrown in C:\xampp\htdocs\selection\connect.php on line 16

  • @SAGskills
    @SAGskills Před 4 lety +5

    My form is connected to data base
    If use form action="index.php"
    So after submit the data not showing in data table
    If i remove index.php from action="#"
    So data is showing well
    Where is the problem
    Please tell
    Thx

    • @RapidCodePHP
      @RapidCodePHP Před 3 lety

      Nice video but you can try this one too y2u.be/Hf8bJiRBPio

  • @laovoyage
    @laovoyage Před 2 lety

    Nice Job MR.

  • @dhruvseth
    @dhruvseth Před 3 lety

    Thank you Babaji, tusi great ho!

  • @ajeynaik6361
    @ajeynaik6361 Před 4 lety +4

    I am getting fatal error:call to a non member function bind_param()
    Please help

  • @ahmedabas1852
    @ahmedabas1852 Před 3 lety +5

    Fatal error: Uncaught Error: Call to a member function bind_param() on boolean in C:\xampp\htdocs\w\connect.php:15 Stack trace: #0 {main} thrown in C:\xampp\htdocs\w\connect.php on line 15

    • @sunandashengal883
      @sunandashengal883 Před 3 lety

      Same error bro kuch idea kese slove kare

    • @charlesbabbage6786
      @charlesbabbage6786 Před 2 lety

      Same error! Did you find a fix yet?

    • @rohanmore5103
      @rohanmore5103 Před 2 lety

      @@charlesbabbage6786 I was getting the same error. make sure the database column name and name attribute value in your HTML are same.

  • @Awards714
    @Awards714 Před 7 měsíci

    this was perfect man this Chatgpt driving me nuts when it came to me got me doing configurations and idk what else when I was wanting to test a user registration I was downloading php file huh? but this made it clear and simple thank you

  • @sam4457
    @sam4457 Před 3 měsíci +1

    wow!nice video and I hope you got to the Interview

  • @janoskarika4690
    @janoskarika4690 Před 4 lety +5

    Don't work :( Uncaught Error: Call to a member function bind_param()

  • @luxorens
    @luxorens Před 6 měsíci +4

    Doesn't work

  • @nqobilek
    @nqobilek Před 8 měsíci

    this man saved my life
    im subscribing

  • @josephjohn4679
    @josephjohn4679 Před 3 lety

    Very informative..Keep going man

  • @sudheernara4671
    @sudheernara4671 Před 4 lety +1

    This video Very Usefully Nice

  • @zeyamustafa9786
    @zeyamustafa9786 Před rokem

    Loved Your Video !! Thank You So Much Brother !!!! Keep it up

  • @tumiguy6418
    @tumiguy6418 Před 2 lety

    Love the work👌

  • @raheembowen6696
    @raheembowen6696 Před 3 lety

    It worked. Thanks a lot man!