Simple and short... just what I was searching for... if I had found this video before I could have saved hours 😭 but atleast I found a video like this and was successful on following it as well. Truly excellent
I don't know how to thank you 💓. I was struggling for this for 3 weeks and by god's grace, I found this wonderful video tutorial. Thank you so much, bro.
OMG! Honestly, there are a bunch of videos out there that teach the same. The major advantage you have is that your video is perfectly short! Just above 6 mins and forwarding most of it I watched it in just 2. Love the that you have given the source code as well. Check I'll definitely like, share and subscribe!
thank you very much ...... with the help of videos like this .....i am much more confident to face my teacher now who always think students are wrong and dont know shit.
Been looking for a tutorial on this all over RUclips and yours was the only one that answered my question directly. You did a very thorough job good work!
@@usamanadeem2258 Please help me I have to submit my project on time please help🙏 . I am getting php code after clicking on submit button instead of echo 🤯🥴
Thanku very much, You saved my day, I was struggling alot, gone through many long long video's nothing worked, but this video worked short n sweet. May Allah bless you with healthy and happy life 🥰
I needed a review of PHP's syntax. Thank you. The only thing I'd mention is around 4:03. Your verification logic isn't quite right. You'd want to make sure that "username" AND "password" AND gender, etc... are all entered. Your logic allows for only one of those things to be entered; you have a bunch of OR checks. Like "their username OR their password should be entered". Basically, in logical terms, you have a bunch of disjunction checks where there should be conjunction checks.
@@jahnavirainlover I have tried in three different codes. I have also tried the code in this video purely copied code but same result inspite of showing registration successfully it is showing me the php code. I think the problem is not there in the code the problem is in connecting localhost server it's not connecting I don't know why
OMG i cant express my feelings in words thankyou very much boss u just saved my project after one month of trying to connect to my DB and watching morethan a fucking 50 youtube videos finally i can see the registered user in my Dabatase i swear to God am in tears right now u know the struggle of coding when u on like 18 fucking hours eachday and a same problem "FatalError about Connection" thank you again and again and million times Sir all my prayers and love towards you
Hey bro im finished and put all script on site and im register on site and get error -> Connect Error(1045)Access denied for user 'root'@'localhost' (using password: NO) Please bro Help me :)
@@luckyygaba it means that your website hasn't been accessed via the link, its being access through your computer. make sure you're using WAMP to broadcast your website so you can access it from localhost instead of opening the html file.
@@anmolmittal4763 hi.. i already run xampp and connected to localhost, but still not worked after i click the submit button.. please advice... thank you
The video was informative, I am making a html js quiz in which you can score points and you can keep your personal best in a high score tab. I want to show the scores of each and every people who took my quiz in that tab. Pls help if possible.
Thank you so much sir my register form it work atleast i learn somthing from you sir...once again thank you so much sir... and now i know and understand how to connect database also.
Thanks for your teachings, below is the error i keep getting after i used your codes, i even copied the source codes but when i feel the form, this is error keeps coming...please help Fatal error: Uncaught Error: Call to a member function bind_param() on bool in C:\xampp\htdocs\test\test.php:22 Stack trace: #0 {main} thrown in C:\xampp\htdocs\test\test.php on line 22
i got the same problem, i fixed it by changing the name of the table of the data base, in the video he used "register" you should change it to the name of the table in your database, change "register" in these commands : $SELECT = "SELECT email From register Where email = ? Limit 1"; $INSERT = "INSERT Into register (username, password, gender, email, phoneCode, phone) values(?, ?, ?, ?, ?, ?)";
what to do if there is a problem when I click submit form it asks me to open php file why?? and there is no record saved on database...………. how can I correct my mistakes......
sir i am have this error Fatal error: Uncaught Error: Call to a member function bind_param() on bool in E:\xampp\htdocs\test\insert.php:22 Stack trace: #0 {main} thrown in E:\xampp\htdocs\test\insert.php on line 22 plz help me
It says New records entered successfully every time I do it no matter what, I've tried solving it for hours but I don't know where it's going wrong. Please help
You get this error is due to your table in phpMyAdmin doesn't connect to your coding. Here is my solution: I) Change your web server. ii) Try this →line 17: $conn = new MySQLI($host,$dbUsername,$dbPassword,$dbname);
Yasemin Yıldız our Dr first time teach us this course I don’t have idea. I used this one it worked for me codewithawa.com/posts/complete-user-registration-system-using-php-and-mysql-database But u need to create database in php my admin to work. there was a problem with these code it didn’t submit so the instructor fix it and it work to me
thanks for the tut, the trouble I'm having is that when i run the webpage the click on the submit button it opens the php file as a text file within the browser.
THANK YOU ! IT WORKING , if someone have error: "Errors There were errors while saving the data." "prepare($SELECT); $stmt->bind_param("s", $email); ...." - you must check your xampp working - files must be in htdocs
Simple and short... just what I was searching for... if I had found this video before I could have saved hours 😭 but atleast I found a video like this and was successful on following it as well. Truly excellent
You're welcome!
@@mnbvcxx same problem for me also how can I overcome this problem bro
I don't know how to thank you 💓. I was struggling for this for 3 weeks and by god's grace, I found this wonderful video tutorial. Thank you so much, bro.
You are Welcome
ruclips.net/video/9DnCCkosNcc/видео.html
OMG! Honestly, there are a bunch of videos out there that teach the same. The major advantage you have is that your video is perfectly short! Just above 6 mins and forwarding most of it I watched it in just 2. Love the that you have given the source code as well. Check I'll definitely like, share and subscribe!
Doesnt your program takes to u to php code and if your this code work help me
The only tutorial that actually worked for me after spending hours on RUclips. Excellent explanation and very useful video, thank you!
Great to hear!
Same here after long suffering googlering everythi watch many video now i can go to sleep
😅
thank you very much ...... with the help of videos like this .....i am much more confident to face my teacher now who always think students are wrong and dont know shit.
Been looking for a tutorial on this all over RUclips and yours was the only one that answered my question directly. You did a very thorough job good work!
Glad I could help!
@@CodeAndCourse i click on insert button then show php file file why????
@@usamanadeem2258 Please help me I have to submit my project on time please help🙏 .
I am getting php code after clicking on submit button instead of echo 🤯🥴
Please help me I have to submit my project on time please help🙏 .
I am getting php code after clicking on submit button instead of echo 🤯🥴
This guy has better english than half the comment section.
Thanku very much,
You saved my day, I was struggling alot, gone through many long long video's nothing worked, but this video worked short n sweet.
May Allah bless you with healthy and happy life 🥰
Glad to hear that 😀
I needed a review of PHP's syntax. Thank you.
The only thing I'd mention is around 4:03.
Your verification logic isn't quite right.
You'd want to make sure that "username" AND "password" AND gender, etc... are all entered. Your logic allows for only one of those things to be entered; you have a bunch of OR checks.
Like "their username OR their password should be entered". Basically, in logical terms, you have a bunch of disjunction checks where there should be conjunction checks.
Very good observation 🙂
didn't even know pipeline can be used as OR thanks for pointing out
@@hershey6171 pipelines as or is actually a common in languages like cpp js etc… mist of those languages that uses curly bracets and semicolon
This guy gave me all I needed!!
vai tum bohot gr8 ho. Hamara Semester bacha liya tamne toh.
Thank you so much! This helped me give a good start to my project! I was so clueless before.
Glad I could help!
Please help me I have to submit my project on time please help🙏 .
I am getting php code after clicking on submit button instead of echo 🤯🥴
@@virenderkumar9002 What's your code?
@@jahnavirainlover I have tried in three different codes. I have also tried the code in this video purely copied code but same result inspite of showing registration successfully it is showing me the php code. I think the problem is not there in the code the problem is in connecting localhost server it's not connecting I don't know why
If u know something about connecting server then please tell me
Thanks a lot man.... I went through multiple videos but nah couldn't any proper video. Thanks again man.
No problem 👍
thanks a lot. your video helped me a lot and finally i understood it after months of hardwork
OMG i cant express my feelings in words thankyou very much boss u just saved my project after one month of trying to connect to my DB and watching morethan a fucking 50 youtube videos finally i can see the registered user in my Dabatase i swear to God am in tears right now u know the struggle of coding when u on like 18 fucking hours eachday and a same problem "FatalError about Connection" thank you again and again and million times Sir all my prayers and love towards you
Thank you for this wonderful content! We can pass the defense because of this!
Thanks a lot sir.I am trying this since some months,but finally this video helped me a lot.
Thanks a lot...will be implementing it in the project tomorrow.
succeed!
Please help me I have to submit my project on time please help🙏 .
I am getting php code after clicking on submit button instead of echo 🤯🥴
@@virenderkumar9002 yup me too need help
@@virenderkumar9002bro I am also getting like that. What you done after that
Thank you I was searching how to save submitted data and except your video I didn't find any video helpful.
Glad it helped
Sir can you tell how to make bacground of a bigger
I'm really thankful to u I'm been search for so long
Super bro I watched many they won't work but it was worked.. Thanks a lotttt🤩😊😇
Welcome 👍
Hey bro im finished and put all script on site and im register on site and get error -> Connect Error(1045)Access denied for user 'root'@'localhost' (using password: NO) Please bro Help me :)
kya baat hai aapne ek hi bar me btadiya thx brother
Thanks for the tutorial but when I click Submit it shows all of my PHP code in a page and nothing happens... HELP, please!
Damn. Same :(
@@luckyygaba it means that your website hasn't been accessed via the link, its being access through your computer. make sure you're using WAMP to broadcast your website so you can access it from localhost instead of opening the html file.
it means you are not using any server for running your code, you can use xampp for the same.
@@anmolmittal4763 hi.. i already run xampp and connected to localhost, but still not worked after i click the submit button.. please advice... thank you
@@murniyatiho6320 you have to put your file in xampp folder in order to run the code on the local server.
Gotta respect Indian programmers they really have some decent skills even tho the bad reputation
But i am a Nepali
@@CodeAndCourse but you sound indian
That's awesome,
I just learned to store data from HTML from my database
Thank you so much.
Thanks man I understood now how php and sql works linked with html form.
Thanks Bro your tutorial helped me a lot
Thank you brother.Love from India
Welcome
Damn you can make a great tutorial you should really be bigger
thank you
Happiness is getting the exact thing you were looking for 😍🤩...thanks
thank you, wonderful tutorial.
Thank you so much. I was struggling for this really!!!!!!!!!!!!!!!!!!
finally, it works!!!!!!!
Glad it helped!
Please help me I have to submit my project on time please help🙏 .
I am getting php code after clicking on submit button instead of echo 🤯🥴
Please help me I have to submit my project on time please help🙏 .
I am getting php code after clicking on submit button instead of echo 🤯🥴
Simply great job. Thanks so much.
thanks mehn this really helped me out
String ="s"
Int="i"
Date=? Please guide
String
Thank s for this useful tutorial. It took me a little to deal with the code but it worked at last. Thumbs up
When i click submit.. it shows me my php code.. what thehell
same i don't know what to do
Yes.. same
Do you have php installed and configured?
Open your code using localhost
Save both pageb. Php and put in localhost
I tried it and it was successful
I also made my another form and was also successful
euta Nepali le arko Nepali lai voice le chinxa haha!
keep up the hard work dai
thank you
Thanks a lot for sharing this knowledge and source code.😊😊 I will definitely donate when I completely learn this course..
Thanks once again..😊😊
So nice of you
Easy,Realable and thankfull video💯....thankz bro...keep it up😊👍
Welcome
@@CodeAndCourse 😇
You made a very good, simple and easy to understand video. Thank you
Thanku thanku sir successful create ho gya thanku sir🙏👍
100% successfully working thanks bro!
Please help me I have to submit my project on time please help🙏 .
I am getting php code after clicking on submit button instead of echo 🤯🥴
your teaching is best teaching sir....
Bus trickiting system
I need help.
Fatal error: Uncaught Error: Call to a member function bind_param() on bool
I checked multiple times but nothing worked.
same
Thanks a lot, i was seraching for the same for very long time, to clarify my doubts. .
The video was informative, I am making a html js quiz in which you can score points and you can keep your personal best in a high score tab. I want to show the scores of each and every people who took my quiz in that tab. Pls help if possible.
Such a nice Video with all that extra documentation made available I just had to send you 20.00 US.. thank you again..Bob
what extra documentation you mean?
@@CodeAndCoursethe code you provided and all links to various docs
@@bbulliard i already provide the like to the code in the description
@@CodeAndCourse Thank you
Tutorial is gud but please use better mic and don't hurry tutorial.Tq
thank you for your suggestion
Thank you so much sir my register form it work atleast i learn somthing from you sir...once again thank you so much sir... and now i know and understand how to connect database also.
After getting "new record successfully” how can we direct to next page or next slide
header('location: index.html');
can u please tell ,me why i m getting php code after pressing submit button
ruclips.net/video/xHRlr8XccUc/видео.html
it has worked man. Thanks a ton !
You're welcome!
Thanks for your teachings, below is the error i keep getting after i used your codes, i even copied the source codes but when i feel the form, this is error keeps coming...please help
Fatal error: Uncaught Error: Call to a member function bind_param() on bool in C:\xampp\htdocs\test\test.php:22 Stack trace: #0 {main} thrown in C:\xampp\htdocs\test\test.php on line 22
i am getting the same error
i got the same problem, i fixed it by changing the name of the table of the data base, in the video he used "register" you should change it to the name of the table in your database, change "register" in these commands :
$SELECT = "SELECT email From register Where email = ? Limit 1";
$INSERT = "INSERT Into register (username, password, gender, email, phoneCode, phone) values(?, ?, ?, ?, ?, ?)";
@@fernandodharmaraja6465 even if i change the table name it's showing the same error.🤷
Thank you so much for introducing me this amazing tutorial and phpMyAdmin. It saves me so much work!
You're very welcome!
what to do if there is a problem when I click submit form it asks me to open php file why??
and there is no record saved on database...……….
how can I correct my mistakes......
Can you show me your code.
And here I make another video, which may be helpfull for you. ruclips.net/video/we5IDfvjtVs/видео.html
@@CodeAndCourse help! mine also does the same thing
did you turn on the xampp apache & mysql ?
same problem
plz reply
@@matthewtang5638 yes i have, but it not reflecting on my db
hi! Thank you for this code! I was able to run it with my login html file. Thumbs up for you!
Glad it helped!
Please help me I have to submit my project on time please help🙏 .
I am getting php code after clicking on submit button instead of echo 🤯🥴
sir i am have this error
Fatal error: Uncaught Error: Call to a member function bind_param() on bool in E:\xampp\htdocs\test\insert.php:22 Stack trace: #0 {main} thrown in E:\xampp\htdocs\test\insert.php on line 22
plz help me
same problem with me
have you find any solution Rehab Ramzan
Are Bhai Katai zeher hai Bhai...I will learn SQL and PHP soon
Muito obrigada, funcionou perfeitamente ❤️🙌
Welcome
Big thanks for this tutorial sir.....
You are most welcome
sir, how to connect sql server with Visual Studio software please make this one video or if you already made that video than send me link. thanks!
thankyouu!
Thank you so much much your source code made me shout
Wow nice work
Great
You're welcome!
You did just excellent work bro..
Bruh you save my life! THANK YOU!
It says New records entered successfully every time I do it no matter what, I've tried solving it for hours but I don't know where it's going wrong. Please help
same error
Same error
same problem any one know about this problem
plz reply
Same here
Same here bro
Contains exactly what i was searching for
Fatal. Errors: call to a member function bind_param() on bool please help me to solve this problem??
Here is a solution forum.codeandcourse.com/viewtopic.php?f=4&t=4
you can try this if it works
$stmt->bind_param("s", $email);
You get this error is due to your table in phpMyAdmin doesn't connect to your coding.
Here is my solution:
I) Change your web server.
ii) Try this →line 17: $conn = new MySQLI($host,$dbUsername,$dbPassword,$dbname);
@@CodeAndCourse where we have to save these files pls help me in xampp or wamp and how to execute
@@acltearjerker you use which web server?? For mine is Xampp (recommended)
Thanks for this - going to look at your vids now!
Hope you enjoy!
why it didnt work for me?
when i click submit button, insert.php source code appear.
btw im using wamp server.
same error
Thank for new begginers God Bless
Our pleasure!
This tutorial waste my time after an hour of typing it shows error at least share all the code
Yasemin Yıldız thanks I submitted my project before a week but thanks for sharing it will help someone else :)
You're welcome. mine also did not work. I click submit button, it shows the .php file codes. Any idea why?
Yasemin Yıldız our Dr first time teach us this course I don’t have idea. I used this one it worked for me codewithawa.com/posts/complete-user-registration-system-using-php-and-mysql-database
But u need to create database in php my admin to work. there was a problem with these code it didn’t submit so the instructor fix it and it work to me
Yasemin Yıldız my project: drive.google.com/file/d/1rC1BkY42wzmm1HHnlOTCvcdraJ3WZMJp/view?usp=drivesdk
Bro thanks this tutorial helped me lot during my project. Very nice video. Keep up.
thanks for the tut, the trouble I'm having is that when i run the webpage the click on the submit button it opens the php file as a text file within the browser.
it looks like first you need to know how to run php code
@@CodeAndCourse instead you could have just told us how to fix it.. hours of copying your code but it doesnt run just opens the ext file of php code
ruclips.net/video/soJOBrePwzQ/видео.html you are welcome
ruclips.net/video/YsmMVwz1rlo/видео.html im xampp
Thanks man! Helped me and a lot of other people
bro kahaa kahaa khojina, last maa hajurko paaye, it really helped a lot 😌🖤
Thank you very much, you are the best.😍😍😍
Great video. Very helpful. Thanks a lot!
Thanks a lot bro....
Now I can complete my project..
Great 👍
thank yyoooooooouu sooooooo much
You are my lord and savior
your video description is superbb, awesome video....
Coudn't understand a word but hey the math checks out, thank you
Short and sweet video ❤️
Glad you liked it!!
It worked for me, thank you a lot!
THANK YOU ! IT WORKING ,
if someone have error:
"Errors There were errors while saving the data."
"prepare($SELECT); $stmt->bind_param("s", $email); ...."
- you must check your xampp working - files must be in htdocs
thank you my dear brother. your video is very very informative thanks
Merci, le format de votre vidéo est excellent !
successfully connected with database thank u
Help.me
May God bless you thanks alot. Useful video
Thank you, it really works
Welcome 👍
man...you r good!
thank you sir ,it is really helpful❤❤❤❤❤❤❤❤
I so much love this, very instructive.. Thumbs UP Man...
Thanks Paaal,, you saved my lyf :-)
Thanks for quick, informative and very useful video 🔥🙏
No problem 👍
Awesome sir 👍 ji 👌👌👌👌👌👌👌👌👌👌👌👌👌👌👌
hello programmer, thank you for the video :)
Best video ever. Straight to the point! Thanks!
Very accurate source code
you're the coolest!
you make programming look like a walk in the park brother.
Thank you Mohsen