How to Connect HTML Form with MySQL Database using PHP

  Рет қаралды 2,313,505

Technical Babaji

Technical Babaji

5 жыл бұрын

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...
~-~~-~~~-~~-~

Пікірлер: 1 200
@eightelms
@eightelms 2 жыл бұрын
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 Жыл бұрын
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 6 ай бұрын
My professor didn’t even bother explaining it. Basically told us to just go figure it out.
@crazymarkaam
@crazymarkaam 4 ай бұрын
Bro you can't believe..... My teacher send me this video to me..😅😅😆😆😆😆
@fellowdom_com
@fellowdom_com 4 ай бұрын
​@@crazymarkaam😅😅😅
@Gupatik
@Gupatik 4 ай бұрын
@@andypoon8176 how much are you paying to get scammed like this bruh
@PAULMICHAEL-ig4ps
@PAULMICHAEL-ig4ps 3 ай бұрын
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😂👍
@teterposh7042
@teterposh7042 Жыл бұрын
Exactly what i was looking for, thanks a lot! Very good and on point explaining 👍
@winnerman7262
@winnerman7262 4 жыл бұрын
Nice and precise! Thank you for this wonderful tutorial
@zuhdifad
@zuhdifad 10 ай бұрын
After stuck for 4 months find out why my form can't stored data, finally I found you. Thank you dude!
@ShaanxFlame
@ShaanxFlame Ай бұрын
im also not able to help me bro i got no 4months
@graybab
@graybab Жыл бұрын
Short and sweet and worked perfectly, thank you for this!
@hnao2153
@hnao2153 3 жыл бұрын
Thank you so much for this video. Finally found a solution of what I was struggling!!
@respectthedripkaren4515
@respectthedripkaren4515 Жыл бұрын
Fast, easy, working. Nothing to criticize.
@daseg
@daseg Жыл бұрын
Thanks man, I always wanted this kind of explanation. Great video.
@feifortisvids3508
@feifortisvids3508 Жыл бұрын
You explained it very well and with clear HTML codes
@kamaraemmanuelf6409
@kamaraemmanuelf6409 2 жыл бұрын
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
@ericzou4301
@ericzou4301 3 жыл бұрын
Woohoooo! that worked! finally, a tutorial that actually does it! +1 subscriber for you!
@abdulshaikh3465
@abdulshaikh3465 4 жыл бұрын
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 4 жыл бұрын
Can you explain how can you use source code by correction way please My email At494949@gmail.com
@niraja1994
@niraja1994 4 жыл бұрын
how its working whhen i click on submit nothing happened
@akilankabilan2929
@akilankabilan2929 3 жыл бұрын
I click submit button it shows the full php code..what I do?
@GAYATHRINBIT
@GAYATHRINBIT 2 жыл бұрын
@@akilankabilan2929 ss same problem what can I do for that to get the correct format of o/p
@skysthelimit3553
@skysthelimit3553 11 күн бұрын
@@niraja1994 if it is showing the code that means you haven't started the apache server
@nurainazafirah5121
@nurainazafirah5121 3 жыл бұрын
thanks to you, i finally did my first website following your guidance
@KUNDANKUMAR-ch1km
@KUNDANKUMAR-ch1km 3 жыл бұрын
Resolved my issue which i was facing for last 8 - 10 days . Liked ! Subscribed !
@chidinmaogbazi5687
@chidinmaogbazi5687 Жыл бұрын
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 Жыл бұрын
sorry can you write it out please,I still very much confused
@chidinmaogbazi5687
@chidinmaogbazi5687 Жыл бұрын
​@@RWC-Ichigo at time 1:17 of the video on line 25. This is wrong Gender. It should be Gender.
@RWC-Ichigo
@RWC-Ichigo Жыл бұрын
@@chidinmaogbazi5687 thank you so much💖
@chidinmaogbazi5687
@chidinmaogbazi5687 Жыл бұрын
​@@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 Жыл бұрын
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
@tusharraovlogs6705
@tusharraovlogs6705 4 жыл бұрын
the perfect video I am searching for...
@aniketkumar967
@aniketkumar967 2 жыл бұрын
thankyou bhaiya for you awesome content❤❤. i just connect my registration form through you php code in a few trial. Thanks a lot bhaiya 🤗❤
@epicgamer-ec8vi
@epicgamer-ec8vi 10 ай бұрын
Amazing explanation...finally found a detailed video explaining this ...very grateful 👍👍👍👍👍
@TechnicalBabaji1
@TechnicalBabaji1 4 жыл бұрын
Source code Link: github.com/Tariqu/database_connection_php Join my WhatsApp group chat.whatsapp.com/GsuvlYqwHFT0E27pUikeY0 Support this kzfaq.info/love/1Sc4ubMjbJAllewXHgfl-g
@MsIjazahmad
@MsIjazahmad 4 жыл бұрын
nice and Great work in sampe way
@mohit2942
@mohit2942 4 жыл бұрын
kya phpmyadmin hmesha open rkhna hoga jb bhi website access krege ya registration krege pls tell me
@sajidhassan5260
@sajidhassan5260 4 жыл бұрын
@@mohit2942 yes dude.
@techgamermonu8902
@techgamermonu8902 4 жыл бұрын
One problem hai returned show kar raha hai
@codeityourself7481
@codeityourself7481 4 жыл бұрын
@@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
@michaelangelolucido5006
@michaelangelolucido5006 3 жыл бұрын
simple, effective and efficient execution
@ganggaming8571
@ganggaming8571 4 жыл бұрын
Sir main aapko bata nhi sakta ki aapki video mere liye kitne helpful rayi hai Thanks sir 100times
@neha_suresh
@neha_suresh 3 жыл бұрын
Hey!!! Thank You so much bruh! It's working fine and I'm glad I came across this channel! ❤🌌
@TECLOVENIA
@TECLOVENIA 4 жыл бұрын
Always love watching your videos bro👍💝 Would you please add a file upload too and save into db.
@nidhijangra7888
@nidhijangra7888 3 жыл бұрын
This is amazing VDO and really helpful for me thank you so much !
@TechnicalBabaji1
@TechnicalBabaji1 3 жыл бұрын
Thank you so much
@manuuppal3696
@manuuppal3696 3 жыл бұрын
Need help please
@kushkaushik3658
@kushkaushik3658 3 жыл бұрын
@@TechnicalBabaji1 ??????????????????????????
@CodingWithDilip
@CodingWithDilip 3 жыл бұрын
You are awesome man I understand everything about database connection php and free hosting. Thanks a lot
@malikwaqar4655
@malikwaqar4655 2 жыл бұрын
great work and very helpfull respected sir
@keshav2136
@keshav2136 4 жыл бұрын
This is what I was looking for 😀
@luucdejongh4397
@luucdejongh4397 4 жыл бұрын
thank you for the tutorial! you saved my school project
@animeforyou3645
@animeforyou3645 3 жыл бұрын
hhhhh
@Ms.Kim02
@Ms.Kim02 2 жыл бұрын
Wow, can you send it over? I'm struggling rn...lol
@eaglearmy8
@eaglearmy8 2 жыл бұрын
@@Ms.Kim02 which type of developer are you?
@dewman7477
@dewman7477 Жыл бұрын
@@eaglearmy8 can you help me on a project?
@eaglearmy8
@eaglearmy8 Жыл бұрын
@@dewman7477 which type of project bruh?
@SachinKumar-fb7id
@SachinKumar-fb7id 3 жыл бұрын
Really bro, just loved ur way of explanation ❤️
@muhammadzafar2470
@muhammadzafar2470 3 жыл бұрын
really helpful tutorial . thank you. its help me in my univ project . i'm beginner level in programming field .
@mosesimmanuelsharma
@mosesimmanuelsharma 4 жыл бұрын
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?
@gyandevkhanduri331
@gyandevkhanduri331 Жыл бұрын
You literally saved me. I have to show my project tomorrow. Thanks a lot
@thecentury1200
@thecentury1200 Жыл бұрын
My project will be presented the day after tomorrow
@devines5171
@devines5171 Жыл бұрын
I am so grateful for this. I'm speechless. Thank you.
@bachelorsguruwa4800
@bachelorsguruwa4800 3 жыл бұрын
Nice usefull video brother 👍👍👍👌👌👌🤗
@showbiztime7006
@showbiztime7006 3 жыл бұрын
it's not working...when I clicked on submit button it show connect.php file
@chuksannoyxx-kt6ox
@chuksannoyxx-kt6ox 4 жыл бұрын
Hey thank you for this information. what single code of line can i use to connect php database to an html page?
@wmiru8294
@wmiru8294 2 жыл бұрын
Even it's really hard to understand your word but good job this make me clear about php now. Thanks.
@siddharthsingh2859
@siddharthsingh2859 Жыл бұрын
Thankyou Ahmed Bhai, your video is very helpful for us and you are quite popular in our college
@codingacumen4536
@codingacumen4536 2 жыл бұрын
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
@funtechtrick3911
@funtechtrick3911 Жыл бұрын
Thank you
@hakdog4118
@hakdog4118 Жыл бұрын
Help me.. why mine is not showing in database that i entered? Bt the codes is fine
@kasunkanchanamusik
@kasunkanchanamusik 7 ай бұрын
Then how can i retrieve it
@tahuislam
@tahuislam 4 жыл бұрын
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 4 жыл бұрын
Most welcome please subscribe my channel
@aminatsallum7354
@aminatsallum7354 4 жыл бұрын
@@TechnicalBabaji1 Please can i have your whatsapp contact? I need to ask you something please :
@hacum6832
@hacum6832 Жыл бұрын
so clear and straight forward information. Thanks
@sam4457
@sam4457 2 ай бұрын
wow!nice video and I hope you got to the Interview
@kumaranandraj269
@kumaranandraj269 3 жыл бұрын
It can be done in a very simple way, but you made it more complex
@saimirbunjaku7031
@saimirbunjaku7031 2 жыл бұрын
tell us how master
@sidd8087
@sidd8087 2 жыл бұрын
pls make a tutorial XD
@kumaranandraj269
@kumaranandraj269 2 жыл бұрын
@@sidd8087 Ok.. I will make soon.. Stay connected
@sidd8087
@sidd8087 2 жыл бұрын
@@kumaranandraj269 sure man
@eattheprogrammingcookie3957
@eattheprogrammingcookie3957 10 ай бұрын
@@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
@abtonix
@abtonix Жыл бұрын
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 Жыл бұрын
Done the same but am still getting my php codes when i click my "sign in" button
@Mico166
@Mico166 Жыл бұрын
I got a Fatal error: Uncaught mysqli_sql_exeption can you help me?
@Bianca-mx7cd
@Bianca-mx7cd 9 ай бұрын
i got the same problem. Did you find the solution? @@killy_hoffman2698
@supakaioshin
@supakaioshin 9 ай бұрын
@@Mico166 did u you get it to work?
@yashvyas7196
@yashvyas7196 8 ай бұрын
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
@isackmikosi-th3wv
@isackmikosi-th3wv 7 ай бұрын
Thanks so much, Babaji. what i was asking is what you have presented, its so far so good!!!!!!
@barto8598
@barto8598 2 жыл бұрын
Thank brother! the video was super helpful, God bless you man, keep update a great video
@danidan2235
@danidan2235 Жыл бұрын
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 Жыл бұрын
by using phpmyadmin on a local or remote server
@muuktoi
@muuktoi Жыл бұрын
@@yudishbeeharry8849 yeah but where
@ashishsharma3214
@ashishsharma3214 3 жыл бұрын
Access denied for user error. How can i solve this?
@tamilane342
@tamilane342 Жыл бұрын
Hi...am watching ur channel very lately but it helps for beginners much...thank yo...
@softwareengineering9541
@softwareengineering9541 2 жыл бұрын
You are the Best Bro. Thanks for this information. This is what I have been looking for it.
@Shreyanshi2605
@Shreyanshi2605 3 жыл бұрын
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..
@ShristiChourasia7
@ShristiChourasia7 3 жыл бұрын
I got same
@farrukhkhusanov5723
@farrukhkhusanov5723 3 жыл бұрын
Same thing, did you solve it ?
@anjcastillo7405
@anjcastillo7405 3 жыл бұрын
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 :(
@buttchicks3254
@buttchicks3254 2 жыл бұрын
Colgate toothpaste.
@anjcastillo7405
@anjcastillo7405 2 жыл бұрын
@@buttchicks3254 thanks
@buttchicks3254
@buttchicks3254 2 жыл бұрын
@@anjcastillo7405 🙏
@animationandstuff5511
@animationandstuff5511 2 жыл бұрын
Same here.... Does anyone have a solution
@oc5326
@oc5326 Жыл бұрын
Hello. I have the same issue at the moment. Could you figure it out?
@businessresearch01
@businessresearch01 3 жыл бұрын
Bhai 15 bar dekhi fir jakr smaj aya thanksss....
@Awards714
@Awards714 7 ай бұрын
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
@sikretongmalupet441
@sikretongmalupet441 4 жыл бұрын
Hi, do you have a video about displaying a data from a MySQL database in an HTML webpage? Thank you!
@RapidCodePHP
@RapidCodePHP 3 жыл бұрын
try this one y2u.be/Hf8bJiRBPio
@mohansinghrajawat3387
@mohansinghrajawat3387 4 жыл бұрын
not working. their is an error in bind_param(), i also google it but it still not working
@forensisch360
@forensisch360 4 жыл бұрын
Same issue here! How can I fix it?
@soumensharma8971
@soumensharma8971 4 жыл бұрын
@@forensisch360 create a database perfectly
@oliviam830
@oliviam830 Жыл бұрын
Thank you, such a good video! and concise!
@shamavlogsnepal
@shamavlogsnepal 2 жыл бұрын
Thank you so much for this informative video
@adharshravi9441
@adharshravi9441 5 жыл бұрын
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("")
@tochyegeonu4736
@tochyegeonu4736 3 жыл бұрын
I used string
@haroldgar12
@haroldgar12 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 4 жыл бұрын
Same error
@mirenterprises6924
@mirenterprises6924 4 жыл бұрын
Same error
@aimssofttechnologies945
@aimssofttechnologies945 4 жыл бұрын
@@mirenterprises6924 bhai apna database name ya table name check karo waha par koi galati ha tab ye error ata ha
@spanditabanerjee5819
@spanditabanerjee5819 4 жыл бұрын
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 2 жыл бұрын
Save your data in test database Like :- $conn=new mysqli('localhost','root',' ','test');
@godwinvillanueva4190
@godwinvillanueva4190 Жыл бұрын
Thanks for this kind of video ❣️ It really helps me to learn more and more
@proplayer2472
@proplayer2472 2 жыл бұрын
Very good tutorial, thank you very much
@chinninani1526
@chinninani1526 4 жыл бұрын
After clicking submit button am getting php code and I have done exactly what you said then were is mistake taking place
@kaustubhpunekar6187
@kaustubhpunekar6187 3 жыл бұрын
how to resolve this now ? any idea
@chinninani1526
@chinninani1526 3 жыл бұрын
@@kaustubhpunekar6187 no
@rajeshbera4799
@rajeshbera4799 3 жыл бұрын
exactly same quesry!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
@missionsharma4736
@missionsharma4736 3 жыл бұрын
@@rajeshbera4799 same here
@sakshikedar8202
@sakshikedar8202 3 жыл бұрын
@@tochyegeonu4736 what do you mean exactly? Please help!
@timcruz8666
@timcruz8666 4 жыл бұрын
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 4 жыл бұрын
same
@drewnixon6905
@drewnixon6905 4 жыл бұрын
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 3 жыл бұрын
for this issue whatsapp on 9413372284
@aanandsoni6980
@aanandsoni6980 3 жыл бұрын
contact on 9413372284
@aanandsoni6980
@aanandsoni6980 3 жыл бұрын
@@drewnixon6905 contact
@jonasgrimm4749
@jonasgrimm4749 Жыл бұрын
You are my hero of the day, great Video that helps me a lot
@josephjohn4679
@josephjohn4679 3 жыл бұрын
Very informative..Keep going man
@mr_lj
@mr_lj 6 ай бұрын
I am still not able to connect to server.
@bchbch.denya77
@bchbch.denya77 4 күн бұрын
Same here
@sanushihaidara4049
@sanushihaidara4049 4 жыл бұрын
HTTP ERROR 405...... Can you please help me solve this problem. when i send the form it says HTTP ERROR 405.
@nazakatalitechno5556
@nazakatalitechno5556 4 жыл бұрын
kzfaq.info/get/bejne/bs1xpMqH17qwomw.html plz sub my channel
@dhruvseth
@dhruvseth 3 жыл бұрын
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 3 жыл бұрын
Same problem to me
@Jacob0246810
@Jacob0246810 2 жыл бұрын
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 Жыл бұрын
@@OG_Rajput did you solve?
@sudheernara4671
@sudheernara4671 4 жыл бұрын
This video Very Usefully Nice
@aryaadhari.p5653
@aryaadhari.p5653 2 жыл бұрын
What a great tutorial brother...
@SAGskills
@SAGskills 3 жыл бұрын
An error coming Uncaught fatal error call to a member function bind_param()on bool in C: xampp/htdoc....,
@christianvhellavides1008
@christianvhellavides1008 3 жыл бұрын
same
@rayhan0075
@rayhan0075 3 жыл бұрын
@@christianvhellavides1008 same here too
@MrRajan-vh9bd
@MrRajan-vh9bd 5 жыл бұрын
In my pc When I click on submit the browser display automatically php coding on display Please help me to resolv
@TechnicalBabaji1
@TechnicalBabaji1 5 жыл бұрын
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 4 жыл бұрын
I got the exact same problem. How to i fix it? What to do exactly
@Karthik-man
@Karthik-man 4 жыл бұрын
Yaa me 2
@Amcynthia
@Amcynthia Жыл бұрын
Make sure you add your php file to htdocs in xampp folder
@gojamoja6719
@gojamoja6719 4 жыл бұрын
Thanks man was really helpful !!! ps : just subscribed
@zeyamustafa9786
@zeyamustafa9786 Жыл бұрын
Loved Your Video !! Thank You So Much Brother !!!! Keep it up
@sara_arts5617
@sara_arts5617 4 жыл бұрын
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 4 жыл бұрын
Reshma kind of the same error here! Did you found a solution?
@billwilde8725
@billwilde8725 4 жыл бұрын
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 4 жыл бұрын
@@forensisch360 Don't forget to setup the database part according to his video...
@sabarishsanjeevi2219
@sabarishsanjeevi2219 3 жыл бұрын
@@billwilde8725 can you please explain
@OrestiTutorials
@OrestiTutorials 4 жыл бұрын
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...
@TechnicalBabaji1
@TechnicalBabaji1 4 жыл бұрын
Do u have XAMPP
@OrestiTutorials
@OrestiTutorials 4 жыл бұрын
@@TechnicalBabaji1 where can I found it?
@OrestiTutorials
@OrestiTutorials 4 жыл бұрын
@@TechnicalBabaji1 Answer Please...
@OrestiTutorials
@OrestiTutorials 4 жыл бұрын
@@TechnicalBabaji1 I need it very much
@OrestiTutorials
@OrestiTutorials 4 жыл бұрын
@@TechnicalBabaji1 No, I haven't it.
@kousalyapotnuru5802
@kousalyapotnuru5802 Жыл бұрын
Very nice explanation sir👏👏👏👏
@rosemondtindow8300
@rosemondtindow8300 3 жыл бұрын
Thanks Technical Babaji, my weeks of sleepless nights are over because of this video. Thanks a lot!
@prudhvicharanmallampati1651
@prudhvicharanmallampati1651 4 жыл бұрын
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 4 жыл бұрын
plz i have same issue... in case your problem solved then call me on this number 9552828136
@vandanmehta9432
@vandanmehta9432 3 жыл бұрын
@@kalpeshbari2936 broo chill haha
@strafeyosef
@strafeyosef 2 жыл бұрын
Happens to me as well right now, if you ever fixed it - do you remember the solution?
@adeeshasankalana2943
@adeeshasankalana2943 3 жыл бұрын
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
@saurabhnaikare3487
@saurabhnaikare3487 3 жыл бұрын
Same yar
@antranigtanielian
@antranigtanielian 3 жыл бұрын
Same do you solve it ??
@affifashaukat4169
@affifashaukat4169 10 күн бұрын
check variable names should be same as table rows name .
@nqobilek
@nqobilek 7 ай бұрын
this man saved my life im subscribing
@dhruvseth
@dhruvseth 3 жыл бұрын
Thank you Babaji, tusi great ho!
@kiransarasambi3392
@kiransarasambi3392 4 жыл бұрын
kindly shear the HTML code...
@BabitaKumari-iy2zp
@BabitaKumari-iy2zp 3 жыл бұрын
Check in description
@ahmedabas1852
@ahmedabas1852 3 жыл бұрын
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 2 жыл бұрын
Same error bro kuch idea kese slove kare
@charlesbabbage6786
@charlesbabbage6786 2 жыл бұрын
Same error! Did you find a fix yet?
@rohanmore5103
@rohanmore5103 2 жыл бұрын
@@charlesbabbage6786 I was getting the same error. make sure the database column name and name attribute value in your HTML are same.
@tumiguy6418
@tumiguy6418 2 жыл бұрын
Love the work👌
@him1019
@him1019 2 жыл бұрын
This video is absolutely amazing. Thank you!
@ajeynaik6361
@ajeynaik6361 4 жыл бұрын
I am getting fatal error:call to a non member function bind_param() Please help
@promitra8739
@promitra8739 4 жыл бұрын
Same to same
@SAGskills
@SAGskills 4 жыл бұрын
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 3 жыл бұрын
Nice video but you can try this one too y2u.be/Hf8bJiRBPio
@bakareolawunmi6866
@bakareolawunmi6866 3 жыл бұрын
Best of the best. You try Boss
@emadhassan708
@emadhassan708 Жыл бұрын
يا سلاااااام عليك شرحك واضح وجميل ....مشكور دكتور
@janoskarika4690
@janoskarika4690 4 жыл бұрын
Don't work :( Uncaught Error: Call to a member function bind_param()
@TechnicalBabaji1
@TechnicalBabaji1 4 жыл бұрын
Please see bind_param() u did mistake there
@kuzeymertkuzey
@kuzeymertkuzey 4 жыл бұрын
@@TechnicalBabaji1 same not working
@luxorens
@luxorens 5 ай бұрын
Doesn't work
@GAYATHRINBIT
@GAYATHRINBIT 2 жыл бұрын
Thank you so much for this informative video . It's very helpful and understandable.
@raheembowen6696
@raheembowen6696 3 жыл бұрын
It worked. Thanks a lot man!
@Falcon-if4cs
@Falcon-if4cs 2 жыл бұрын
useful and this was what i was looking for.
@saurabhtapkir433
@saurabhtapkir433 3 жыл бұрын
bro you save my life i cometely understand this💯
@CodeBreakersOfficial
@CodeBreakersOfficial 3 жыл бұрын
helpful video thank you for sharing
@laovoyage
@laovoyage 2 жыл бұрын
Nice Job MR.
How to make Login Form using PHP MySQL | Xampp
36:28
Tech Coffee Break
Рет қаралды 226 М.
Кәріс өшін алды...| Synyptas 3 | 10 серия
24:51
kak budto
Рет қаралды 1,1 МЛН
Why You Should Always Help Others ❤️
00:40
Alan Chikin Chow
Рет қаралды 31 МЛН
MOM TURNED THE NOODLES PINK😱
00:31
JULI_PROETO
Рет қаралды 24 МЛН
How to Create a HTML Registration Form using bootstrap
10:53
Technical Babaji
Рет қаралды 166 М.
Save HTML Form Data to a MySQL Database using PHP
24:38
Dave Hollingworth
Рет қаралды 188 М.
Connect Your HTML Form to MySQL with PHP: Step-by-Step Tutorial
4:16
Code And Coins
Рет қаралды 835 М.
PHP and MySQL   How to connect #HTML #login form to #PHP and #MySQL Part 2
7:46
How to connect HTML form to MySQL Database with PHP.
26:30
Step by Step
Рет қаралды 96 М.
Кәріс өшін алды...| Synyptas 3 | 10 серия
24:51
kak budto
Рет қаралды 1,1 МЛН