Тёмный

How to Connect HTML Form with MySQL Database using PHP 

Technical Babaji
Подписаться 52 тыс.
Просмотров 2,3 млн
50% 1

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

Опубликовано:

 

30 мар 2019

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 1,2 тыс.   
@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 5 месяцев назад
Bro you can't believe..... My teacher send me this video to me..😅😅😆😆😆😆
@fellowdom_com
@fellowdom_com 5 месяцев назад
​@@crazymarkaam😅😅😅
@Gupatik
@Gupatik 4 месяца назад
@@andypoon8176 how much are you paying to get scammed like this bruh
@TechnicalBabaji1
@TechnicalBabaji1 4 года назад
Source code Link: github.com/Tariqu/database_connection_php Join my WhatsApp group chat.whatsapp.com/GsuvlYqwHFT0E27pUikeY0 Support this ru-vid.com/show-UC1Sc4ubMjbJAllewXHgfl-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
@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.
@winnerman7262
@winnerman7262 4 года назад
Nice and precise! Thank you for this wonderful tutorial
@teterposh7042
@teterposh7042 Год назад
Exactly what i was looking for, thanks a lot! Very good and on point explaining 👍
@zuhdifad
@zuhdifad 11 месяцев назад
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!
@feifortisvids3508
@feifortisvids3508 Год назад
You explained it very well and with clear HTML codes
@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 4 года назад
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 25 дней назад
@@niraja1994 if it is showing the code that means you haven't started the apache server
@respectthedripkaren4515
@respectthedripkaren4515 Год назад
Fast, easy, working. Nothing to criticize.
@daseg
@daseg Год назад
Thanks man, I always wanted this kind of explanation. Great video.
@hnao2153
@hnao2153 3 года назад
Thank you so much for this video. Finally found a solution of what I was struggling!!
@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...
@nurainazafirah5121
@nurainazafirah5121 3 года назад
thanks to you, i finally did my first website following your guidance
@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😂👍
@ericzou4301
@ericzou4301 3 года назад
Woohoooo! that worked! finally, a tutorial that actually does it! +1 subscriber for you!
@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 ??????????????????????????
@epicgamer-ec8vi
@epicgamer-ec8vi 11 месяцев назад
Amazing explanation...finally found a detailed video explaining this ...very grateful 👍👍👍👍👍
@CodingWithDilip
@CodingWithDilip 3 года назад
You are awesome man I understand everything about database connection php and free hosting. Thanks a lot
@michaelangelolucido5006
@michaelangelolucido5006 3 года назад
simple, effective and efficient execution
@keshav2136
@keshav2136 4 года назад
This is what I was looking for 😀
@vegasjohnson7821
@vegasjohnson7821 2 дня назад
Ive watched a lot of videos and tried many ways and this way finally worked. Thanks
@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
@TECLOVENIA
@TECLOVENIA 4 года назад
Always love watching your videos bro👍💝 Would you please add a file upload too and save into db.
@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?
@neha_suresh
@neha_suresh 3 года назад
Hey!!! Thank You so much bruh! It's working fine and I'm glad I came across this channel! ❤🌌
@hacum6832
@hacum6832 Год назад
so clear and straight forward information. Thanks
@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?
@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
@KUNDANKUMAR-ch1km
@KUNDANKUMAR-ch1km 3 года назад
Resolved my issue which i was facing for last 8 - 10 days . Liked ! Subscribed !
@muhammadzafar2470
@muhammadzafar2470 3 года назад
really helpful tutorial . thank you. its help me in my univ project . i'm beginner level in programming field .
@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?
@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
@SachinKumar-fb7id
@SachinKumar-fb7id 3 года назад
Really bro, just loved ur way of explanation ❤️
@ganggaming8571
@ganggaming8571 4 года назад
Sir main aapko bata nhi sakta ki aapki video mere liye kitne helpful rayi hai Thanks sir 100times
@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 :
@showbiztime7006
@showbiztime7006 3 года назад
it's not working...when I clicked on submit button it show connect.php file
@mdhamidrazzaansari2887
@mdhamidrazzaansari2887 10 дней назад
Bro i have the same problem what you did to solve it?
@harshanalakmal218
@harshanalakmal218 7 дней назад
@@mdhamidrazzaansari2887 I had the same problem and I tried this method and it worked for me. ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-GQIjKpoi2zQ.html
@falzeq
@falzeq 3 дня назад
@@mdhamidrazzaansari2887 you added method="post" in form? it fixed problem for me
@shamavlogsnepal
@shamavlogsnepal 2 года назад
Thank you so much for this informative video
@devines5171
@devines5171 Год назад
I am so grateful for this. I'm speechless. Thank you.
@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
@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
@wmiru8294
@wmiru8294 2 года назад
Even it's really hard to understand your word but good job this make me clear about php now. Thanks.
@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 🤗❤
@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
@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?
@him1019
@him1019 2 года назад
This video is absolutely amazing. Thank you!
@malikwaqar4655
@malikwaqar4655 2 года назад
great work and very helpfull respected sir
@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 ?
@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
@oliviam830
@oliviam830 Год назад
Thank you, such a good video! and concise!
@emadhassan708
@emadhassan708 Год назад
يا سلاااااام عليك شرحك واضح وجميل ....مشكور دكتور
@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
@ashishsharma3214
@ashishsharma3214 3 года назад
Access denied for user error. How can i solve this?
@barto8598
@barto8598 2 года назад
Thank brother! the video was super helpful, God bless you man, keep update a great video
@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!
@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 3 года назад
Save your data in test database Like :- $conn=new mysqli('localhost','root',' ','test');
@siddharthsingh2859
@siddharthsingh2859 2 года назад
Thankyou Ahmed Bhai, your video is very helpful for us and you are quite popular in our college
@isackmikosi-th3wv
@isackmikosi-th3wv 8 месяцев назад
Thanks so much, Babaji. what i was asking is what you have presented, its so far so good!!!!!!
@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 4 года назад
for this issue whatsapp on 9413372284
@aanandsoni6980
@aanandsoni6980 4 года назад
contact on 9413372284
@aanandsoni6980
@aanandsoni6980 4 года назад
@@drewnixon6905 contact
@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
@softwareengineering9541
@softwareengineering9541 2 года назад
You are the Best Bro. Thanks for this information. This is what I have been looking for it.
@godwinvillanueva4190
@godwinvillanueva4190 Год назад
Thanks for this kind of video ❣️ It really helps me to learn more and more
@mr_lj
@mr_lj 6 месяцев назад
I am still not able to connect to server.
@bchbch.denya77
@bchbch.denya77 17 дней назад
Same here
@sanushihaidara4049
@sanushihaidara4049 5 лет назад
HTTP ERROR 405...... Can you please help me solve this problem. when i send the form it says HTTP ERROR 405.
@nazakatalitechno5556
@nazakatalitechno5556 4 года назад
ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-8gAqgVrTLr8.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?
@nqobilek
@nqobilek 8 месяцев назад
this man saved my life im subscribing
@dhruvseth
@dhruvseth 3 года назад
Thank you Babaji, tusi great ho!
@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
@laliice7154
@laliice7154 2 года назад
Really helpful, Thank you so much
@CodeBreakersOfficial
@CodeBreakersOfficial 3 года назад
helpful video thank you for sharing
@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?
@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.
@Falcon-if4cs
@Falcon-if4cs 2 года назад
useful and this was what i was looking for.
@tamilane342
@tamilane342 Год назад
Hi...am watching ur channel very lately but it helps for beginners much...thank yo...
@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 4 года назад
@@billwilde8725 can you please explain
@kiransarasambi3392
@kiransarasambi3392 4 года назад
kindly shear the HTML code...
@BabitaKumari-iy2zp
@BabitaKumari-iy2zp 3 года назад
Check in description
@aryaadhari.p5653
@aryaadhari.p5653 2 года назад
What a great tutorial brother...
@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
@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 23 дня назад
check variable names should be same as table rows name .
@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
@bachelorsguruwa4800
@bachelorsguruwa4800 3 года назад
Nice usefull video brother 👍👍👍👌👌👌🤗
@DanielAnordam
@DanielAnordam 17 дней назад
Wow, Thank you for this man! u helped me passing my Finals week! 💙
@ajeynaik6361
@ajeynaik6361 4 года назад
I am getting fatal error:call to a non member function bind_param() Please help
@promitra8739
@promitra8739 4 года назад
Same to same
@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.
@rosemondtindow8300
@rosemondtindow8300 3 года назад
Thanks Technical Babaji, my weeks of sleepless nights are over because of this video. Thanks a lot!
@zeyamustafa9786
@zeyamustafa9786 Год назад
Loved Your Video !! Thank You So Much Brother !!!! Keep it up
@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 6 месяцев назад
Doesn't work
@businessresearch01
@businessresearch01 3 года назад
Bhai 15 bar dekhi fir jakr smaj aya thanksss....
@saurabhtapkir433
@saurabhtapkir433 3 года назад
bro you save my life i cometely understand this💯
@GAYATHRINBIT
@GAYATHRINBIT 2 года назад
Thank you so much for this informative video . It's very helpful and understandable.
@sam4457
@sam4457 3 месяца назад
wow!nice video and I hope you got to the Interview
@jonasgrimm4749
@jonasgrimm4749 Год назад
You are my hero of the day, great Video that helps me a lot
@justbeing2662
@justbeing2662 2 года назад
Thanks so much for this informative video
@kharolvijay7305
@kharolvijay7305 2 года назад
Thank you for this video ❤️
@nipunamadusanka9912
@nipunamadusanka9912 3 года назад
thanks!!! its very helpful
@tumiguy6418
@tumiguy6418 2 года назад
Love the work👌
@JaiShriiiiRam
@JaiShriiiiRam Год назад
Thank you very much sir... Really hats off to you , you explained such complex things in such a easy and clear way....
@JaiShriiiiRam
@JaiShriiiiRam Год назад
@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 :)
Далее
ОДИН ДЕНЬ ИЗ ДЕТСТВА❤️ #shorts
00:59
How to make Login Form using PHP MySQL | Xampp
36:28
Просмотров 231 тыс.
Store HTML Form Data to MySQL Database
6:49
Просмотров 1,7 млн
How to connect HTML form to MySQL Database with PHP.
26:30
Save HTML Form Data to a MySQL Database using PHP
24:38
Login Form in HTML & CSS
11:07
Просмотров 1,2 млн
SQL Tutorial for Beginners [Full Course]
3:10:19
Просмотров 11 млн
Git MERGE vs REBASE
16:12
Просмотров 1 млн