this lady, my friends, is a genius! I tried a few other tutorials and they always failed. I felt a strange sense of confidence in this lady a few minutes in. She knows what she's doing!
I was just watching too many tutorials but literally didn't get anything cause the way other youtubers explain is just so tough to understand as bignner but when God blesses me he made me to come across this video 😊😊😊anyways thank you for good explanation God bless your day and life 😊😊😊
🚀Registration system using PHP and MySQL www.udemy.com/course/registration-and-login-system-using-php-and-mysql/?referralCode=F96D572ED43994DAD56F 🚀Get access to full PHP CRUD project. www.udemy.com/course/learn-php-crud-operation-create-read-update-and-delete/?referralCode=4C91E67AB34784662E54 ******************************* 👉Instagram: @khaiserkhanam instagram.com/khaiserkhanam/
As far as my knowlegde i don't think github supports dynamic page content,as it supports only static pages to deploy,but if u want to embed it that code, install xampp and create ur own database and change their names accordingly and host it and embed using s in github.
@@KhanamCoding I have created a local database using php. It works as it should. The form date is submitted and stored in database. But everytime i have to run the xampp. I have upload it on github, you can check. But from there, i do not get any submitted form data. btw it is my college project, so i won't mind if i dont get it working properly. Thank you for your help. Your videos are parallel to my curriculum. Big thanks ❤️. Here is my project : finsource.github.io/webapp
@@keshav6480 you won't be getting databse info ,according to github guidelines it wont support dynamic sites,as you know PHP is dynamic programming language ,github will not allow u to deploy websites which are dynamic..Firstly what you can do is you can host your PHP in some other PHP hosting website along with ur database,there are plenty of options available for php hosting and later you can embed that website as your project...And yes Your project is very beautiful and Thank you soo much for your kind words :).. Hope this helps you
@@keshav6480 and one more suggestion ,your projects is very good,but please try to make responsive beause in your professional carrier you always have to care your website looks perfect in all different screen devices...Just try to add media queries with necessary break points for mobile and tablets..
@@KhanamCoding Thank you 🙏🙏. My doubts have been cleared. I'll do those steps. Pretty sure they'll work. And regarding the project, it's not done yet 😅. I'm working on it. I still got time. Many things to do. And for sure I'm making it responsive as soon as I finish for desktop. 🙏 You videos are really helping me. I'll start your SQL lectures soon. Thanks for the help. 🙏
$con = mysqli_connect($HOSTNAME, $USERNAME, $PASSWORD, $DATABASE); if ($con) { echo "Connect to dddde successfully!"; $sql = "insert into `formdata`(name, email, password, phone, gender) values('$name', '$email', '$password', '$phone', '$gender')"; $result = mysqli_query($con, $sql); if ($result) { echo "Data inserted successfully!"; } else { die(mysqli_error($con)); } } else { die(mysqli_error($con)); } In this tutor. You create new connection. But I create new table "formdata". I can connect "signup" table ok. But cannot connect to second table "formdata". Can u explained to me? Tks so much!
this lady, my friends, is a genius! I tried a few other tutorials and they always failed. I felt a strange sense of confidence in this lady a few minutes in. She knows what she's doing!
The same here
I was just watching too many tutorials but literally didn't get anything cause the way other youtubers explain is just so tough to understand as bignner but when God blesses me he made me to come across this video 😊😊😊anyways thank you for good explanation God bless your day and life 😊😊😊
This is the best tutorial here on UA-cam period!
This the best video I think I will learn what have taken 2 years learning
I'm very thankful to you sister.....really it can working......
waaaouh, brilliant is an understatement, you made this look interesting.well done.
I love the way you teach concepts thank you so much god bless you .thanks to you i understood php.I recommend it to beginners
love this. Thank you so much!
Wow, you saved my life❤
Nice explanation ma'am 👍👍👍
😇thank you
@@KhanamCoding can you just share source code
@@vaibhavacharya7507 sure if u r comfortable sharing ur email,then pls send ur email ..i will mail source code of this. :)
The best one. It helps me alot.!!!!!!!!!!
Great video
Thanks dear ur the best ❤❤❤❤❤❤❤❤❤❤
why am i getting plain white interface instead of data sucessfully inserted ?
Good explanation❣❣
THANK YOU SO MUCH, YOU HELPED ME A LOT
thanks api or kesi sa samaj nai aye ap sa a gaye❤❤
😜 You are really amazing , you sure know what you are doing. you have a gift. thank you, thank you, thank you. you've helped me a lot.
Thank you very much......................💗💗💗💗
Perfect madam
In connect file .. why did you use $_server ??
Can we use ( issset($_post(btn)) or No ?
🚀Registration system using PHP and MySQL
www.udemy.com/course/registration-and-login-system-using-php-and-mysql/?referralCode=F96D572ED43994DAD56F
🚀Get access to full PHP CRUD project.
www.udemy.com/course/learn-php-crud-operation-create-read-update-and-delete/?referralCode=4C91E67AB34784662E54
*******************************
👉Instagram: @khaiserkhanam
instagram.com/khaiserkhanam/
Mam edit enum/set value k upar click karne par kuchh v ni ho rha aisa kyo????
the values from the form in my case is not getting inserted. I don't know why?
thank you very much
I have one such page live on github. I wanted to connect it with my php database. Any idea on how can i do that ?
As far as my knowlegde i don't think github supports dynamic page content,as it supports only static pages to deploy,but if u want to embed it that code, install xampp and create ur own database and change their names accordingly and host it and embed using s in github.
@@KhanamCoding I have created a local database using php. It works as it should. The form date is submitted and stored in database. But everytime i have to run the xampp. I have upload it on github, you can check. But from there, i do not get any submitted form data. btw it is my college project, so i won't mind if i dont get it working properly. Thank you for your help. Your videos are parallel to my curriculum. Big thanks ❤️. Here is my project : finsource.github.io/webapp
@@keshav6480 you won't be getting databse info ,according to github guidelines it wont support dynamic sites,as you know PHP is dynamic programming language ,github will not allow u to deploy websites which are dynamic..Firstly what you can do is you can host your PHP in some other PHP hosting website along with ur database,there are plenty of options available for php hosting and later you can embed that website as your project...And yes Your project is very beautiful and Thank you soo much for your kind words :).. Hope this helps you
@@keshav6480 and one more suggestion ,your projects is very good,but please try to make responsive beause in your professional carrier you always have to care your website looks perfect in all different screen devices...Just try to add media queries with necessary break points for mobile and tablets..
@@KhanamCoding Thank you 🙏🙏. My doubts have been cleared. I'll do those steps. Pretty sure they'll work.
And regarding the project, it's not done yet 😅. I'm working on it. I still got time. Many things to do. And for sure I'm making it responsive as soon as I finish for desktop. 🙏 You videos are really helping me. I'll start your SQL lectures soon. Thanks for the help. 🙏
Excellent - but slow down, I wore my mouse button out :-)
mine runs successful but it does not show in the database, please help
One error no show anything in my browser any one tell me how to resolve that 😮
Thank you
Thank you!
nice tutorials, but how do you correct multiple lines at same time?
video sound is too low
What we give you server name, username, password in php?
It is giving an error can anyone is here to help
hey can you help me aanyone
In 19:42 I am getting error
Yaa same please someone help us
ma'am may you share the code🙄🙄
$con = mysqli_connect($HOSTNAME, $USERNAME, $PASSWORD, $DATABASE);
if ($con) {
echo "Connect to dddde successfully!";
$sql = "insert into `formdata`(name, email, password, phone, gender)
values('$name', '$email', '$password', '$phone', '$gender')";
$result = mysqli_query($con, $sql);
if ($result) {
echo "Data inserted successfully!";
} else {
die(mysqli_error($con));
}
} else {
die(mysqli_error($con));
}
In this tutor. You create new connection. But I create new table "formdata". I can connect "signup" table ok. But cannot connect to second table "formdata". Can u explained to me? Tks so much!
Good job but where is the source code
it would realy help
24/08/2023 Love Cyprus house home economics 2003
@
Thank you so much
You're most welcome
Thank you so much