Store HTML Form Data to MySQL Database

preview_player
Показать описание
If you don't know, How to store/save data from HTML Register Form to your MySQL Database using PHP then watch this 6 minutes video.

Requirement: You should know how to run PHP code. If you don't then learn from this playlist first:

Software used: xampp for server and database, Sublime Text 3 as a code editor.

Share this Video and Subscribe to my channel

#CodeAndCoins #HTMLForm
Рекомендации по теме
Комментарии
Автор

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

bestfriendaarit
Автор

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!

jaydonekal
Автор

The only tutorial that actually worked for me after spending hours on Youtube. Excellent explanation and very useful video, thank you!

rhitvi
Автор

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.

malayanurvithahavya
Автор

thank you very much with the help of videos like this am much more confident to face my teacher now who always think students are wrong and dont know shit.

jacksonbodra
Автор

This guy has better english than half the comment section.

Orincaby
Автор

Been looking for a tutorial on this all over YouTube and yours was the only one that answered my question directly. You did a very thorough job good work!

HIGHvoltage
Автор

Thanks Bro your tutorial helped me a lot

suyashpal
Автор

thanks a lot. your video helped me a lot and finally i understood it after months of hardwork

bahmad
Автор

Thanks a lot sir.I am trying this since some months, but finally this video helped me a lot.

nisithchakrabarty
Автор

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 :)

glorixh
Автор

Thank you for this wonderful content! We can pass the defense because of this!

christianreibino
Автор

Thank s for this useful tutorial. It took me a little to deal with the code but it worked at last. Thumbs up

raynewman
Автор

I'm really thankful to u I'm been search for so long

loganadanr
Автор

Men i love you so much, i want you to make me children, tomorrow i have an exam and i have to make a login system but few days ago my computer burnt so i had to find as fast as i can something to replace what i've done and you were there ! thanks bro love you

eggcraft
Автор

Thanks man I understood now how php and sql works linked with html form.

shubhamkaudewar
Автор

Happiness is getting the exact thing you were looking for 😍🤩...thanks

vishalwankhade
Автор

Thanks a lot...will be implementing it in the project tomorrow.

likhithramesh
Автор

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.

cgme
Автор

Hi! I am using Postgress instead of MySQL. By chance, do you know the function to create connection from the code to Postgress? Like instead of mysql(..., ...) or mysqli_connect_error. Also, I need to insert what the user gives to a specific table in the database. How could I do that? Thank you

rodrigolozano