PHP and MySQL with CRUD Operations: Create, Read, Update, Delete

  Рет қаралды 537,781

BoostMyTool

BoostMyTool

Күн бұрын

Пікірлер: 223
@happythrottlemotomedia5529
@happythrottlemotomedia5529 2 жыл бұрын
I just started studying Visual Studio and you my friend is the best and my favorite teacher. Thank you
@carlosjunior2108
@carlosjunior2108 11 ай бұрын
Excelent video! I'm brazilian and with my poour english i managed to do. You are very good teacher.
@alfredgithinji3166
@alfredgithinji3166 2 жыл бұрын
Wow! What an awesome video. I am already feeling confident working with PHP having come from the JavaScript world.
@Dhika653
@Dhika653 2 жыл бұрын
OMG ITS WORKED! Guys it really worked. Thank you maboy
@mayonnaise.8210
@mayonnaise.8210 Жыл бұрын
How do you fix the edit part?
@murtazausmani7004
@murtazausmani7004 2 жыл бұрын
I Love You Mate, I was doing a freelance project and I was stuck but you helped me! Thanks
@abdulhaq6060
@abdulhaq6060 2 жыл бұрын
I love your programming tutorials on KZbin.
@MrTizinator
@MrTizinator Жыл бұрын
Appreciate it that Bob also made it on the list
@fishworxify
@fishworxify 4 ай бұрын
AWESOME!!! Just what I was looking for. Beautifully explained and presented!!!!
@nicoschulz4037
@nicoschulz4037 Жыл бұрын
Nice video with good explanation. Worked for me even without the source code. Took a while, but it worked. Just one quick question: Is there a simple way to add a confirmation to the delete-button before deleting? Thanks in advance.
@Kodexx_roy
@Kodexx_roy Жыл бұрын
Hello, can you help me out
@benoittheriault2635
@benoittheriault2635 2 жыл бұрын
Since you are not binding data it’s dangerous for SQL injections. Also, data should be pas into test_input to make sure that injections is also impossible.
@ferdinardajaba2691
@ferdinardajaba2691 2 жыл бұрын
Hello. How do you bind data plz?
@A_ALI24
@A_ALI24 2 жыл бұрын
Concise course. Well prepared. Well presented. Thank you very much. Keep up. All the best.
@Mr.samomar
@Mr.samomar Жыл бұрын
I was get problem Here 24:09 When I use same Email, It's not only show the error massage It will break the code. Then I used try catch to solve the problem. try { $sql = "INSERT INTO clients (name, email, phone, address) VALUES ('$name', '$email', '$phone', '$address')"; $result = $connection->query($sql); } catch (\Exception $e) { $erorrMsg = "Invalid Query: " . $connection->error; break; }; Now it's working fine, Thank you so much for this tutorial.
@seint1044
@seint1044 Жыл бұрын
thanks brother
@Mr.samomar
@Mr.samomar Жыл бұрын
@@seint1044 Your welcome
@zekrom6537
@zekrom6537 10 ай бұрын
wow thank you was worth reading all comments to finally find a solution, my guess is that the youtuber added some extra lines somewhere that we cant see in the video thats why it doesnt work for us but does for him, but its not erorrMsg its errorMessage you made a typo there i assume but it works
@ramsuthar3473
@ramsuthar3473 2 жыл бұрын
This tutorial is amazing and you are really good at teaching !! great job sir !
@rajithadeshan2908
@rajithadeshan2908 Жыл бұрын
100% agreed
@infodiff
@infodiff 7 ай бұрын
Thank you so much. Joined u on patreon as well.
@BoostMyTool
@BoostMyTool 7 ай бұрын
Thank you for your support
@Sai-nr4tw
@Sai-nr4tw Жыл бұрын
THANK YOU MISTER THIS REALLY A BIG HELP IN MY CAPSTONE PROJECT!!! THANKS YOU VERYY MUCHHHH
@BhootFmOfficial786
@BhootFmOfficial786 2 жыл бұрын
Amazing. i have just watched this full video. easy explanation. waiting for more videos.🤚
@musadayel4673
@musadayel4673 Жыл бұрын
😊
@Kashalot24
@Kashalot24 9 ай бұрын
Thank you so much! Everything is worked. You really helped me. Thank you, teacher
@SoftwareScience
@SoftwareScience Жыл бұрын
Thanks the best CRUD video on this platform
@ryoma8801
@ryoma8801 11 ай бұрын
Nice tutorial all works fine on me i solve it in just an hour. But i would appreciate if you added some pop up text when clicking delete button.
@mineaks
@mineaks Жыл бұрын
Great video. Thanks for the effort taken to show this
@AdílioNeto-h3x
@AdílioNeto-h3x 7 ай бұрын
It was really helpful. Thank you very much!
@abovethenimbus
@abovethenimbus 5 ай бұрын
thankyou i can now graduate
@carrothed760
@carrothed760 Жыл бұрын
Good tutorial, but would have been nice If we can see the source code, following from just the screen is difficult and confusing.
@hsgaming1251
@hsgaming1251 Жыл бұрын
bro your language is fantastic
@faktahati1007
@faktahati1007 Жыл бұрын
Nice Course It's worked thank you so much
@fernavas123
@fernavas123 Жыл бұрын
Thanks! Excellent video! Really helped me. Congrats! You're amazing
@kat3586
@kat3586 7 ай бұрын
Best teacher
@ابوأحمد-ث9ت4ض
@ابوأحمد-ث9ت4ض 2 жыл бұрын
شرح اكثر من رائع شكرا لك عزيزي
@ashutoshgangwar2665
@ashutoshgangwar2665 Жыл бұрын
Thanks for this imp topic that you have covered
@djskipe
@djskipe 2 ай бұрын
Thank you bro! Very helpful
@abdumunib2417
@abdumunib2417 2 жыл бұрын
Good one , easy explanation short method thanx it helped alot in my project
@cmcotrading
@cmcotrading Жыл бұрын
You are amazing my dear... But my question is can i use the same file in a different computer
@randyortiz6151
@randyortiz6151 Жыл бұрын
This is an excellent lesson and the code works. Thank You!😊
@2007protsenko
@2007protsenko 3 ай бұрын
Very helpful, thank you👍
@AlphamanKing
@AlphamanKing 9 ай бұрын
Great tutorial, although you left out some things and I had to figure and refigure them out myself.
@HansAllende
@HansAllende Жыл бұрын
So easy explain, very helpful, thanks!
@JippiMonster
@JippiMonster Жыл бұрын
When I click edit it says: "Invalid query: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '' at line 1". Did anyone know why?
@mayonnaise.8210
@mayonnaise.8210 Жыл бұрын
This is my problem right now, I don't know what is the problem is😢
@BaukeC
@BaukeC Жыл бұрын
What if you remove the '' around the $id in the query (...... WHERE id=$id")
@Oprekode
@Oprekode 3 ай бұрын
Nice learning brother
@mervenwedaye5943
@mervenwedaye5943 2 жыл бұрын
Hello sir, thanks a lot for this good you have done , could I ask you to do the same tutorial with PDO connection to the data-base. Thanks in advance
@phc_kaodin
@phc_kaodin 2 жыл бұрын
Thank you for making such a great tutorial
@jaws21015
@jaws21015 Жыл бұрын
This is very concise but as such it was prone to errors; I spent about a month to troubleshoot this and get it to "work". I was missing end tags and syntax errors as I tried to replicate the process.
@lucasferreira8229
@lucasferreira8229 Жыл бұрын
i'm having the same issue. can you help me? in the (edit.php), $sql = "UPDATE clients "."SET nome = '$nome', email = '$email', telefone = '$telefone', endereco = '$endereco' "."WHERE id = '$id' "; if I remove the ' ' from the $id, it throws an error in this line ( $result = $conection->query($sql); ) if I let it like this ( WHERE id = $id"; ) it finishes the process, but it doesn't save the data.
@alainlado
@alainlado Жыл бұрын
​@@lucasferreira8229tbh, i find it better not to concatenate and just plain write it like echo "sql query code..." Than echo "" . " " . "";
@predestined97
@predestined97 11 ай бұрын
@@lucasferreira8229 Hi Lucas. Do you still need help?
@eurryherry1484
@eurryherry1484 Жыл бұрын
thank you sir you help me a lot.
@marcinzale
@marcinzale 10 ай бұрын
Very good tutorial.
@CodeWithAffan1
@CodeWithAffan1 Жыл бұрын
Edit and delete not working
@nimijoshy5319
@nimijoshy5319 8 ай бұрын
really very usefull...thank u
@abdelkadertalbi7063
@abdelkadertalbi7063 Жыл бұрын
that was amazing tutorial sir
@sukateknologi159
@sukateknologi159 2 жыл бұрын
Thnks a lot for your video brow, i can lerning this..
@medhabibbenyoussef9391
@medhabibbenyoussef9391 Жыл бұрын
you didn't show us how we can display the error of duplicating an email which is unique in our data base
@virginiasolomon1472
@virginiasolomon1472 2 жыл бұрын
Wonderful youtube, thank very much! I wonder how to add a dialog with 2 buttons for acknowledge to delete the client or not. Thank you!
@miguelangelperezsantiago783
@miguelangelperezsantiago783 4 ай бұрын
Thank you very much Sr.
@riya_sharma1709
@riya_sharma1709 Жыл бұрын
Thank you sir for this video 😊
@nooni213
@nooni213 11 ай бұрын
شكرا استاذ🙏🙏
@lucaabg3796
@lucaabg3796 2 жыл бұрын
Best tutorial ☺️☺️
@keepitsimple3645
@keepitsimple3645 2 жыл бұрын
awasome video thanks very much
@ISHAKBOUSHAKISaida-xf8fn
@ISHAKBOUSHAKISaida-xf8fn 5 ай бұрын
Excelent video!
@NetReklam-om3ds
@NetReklam-om3ds 6 ай бұрын
Thanks for the tutorial but on some parts it's impossible to see the code Example: at time 20:14 at time 20:49 it's impossible to see the bootstrap code I haven't finished the course for now. I hope there are no more parts where you can't see the code.
@ChandrajeetPratapSinghCJay
@ChandrajeetPratapSinghCJay 2 жыл бұрын
great tutorial for php mysqli html table !!!
@JohnMarkDue
@JohnMarkDue 6 ай бұрын
do you have a tutorial like this that not using bootstrap? thanks..
@Скофиэлд
@Скофиэлд 2 жыл бұрын
sir you make great tutorials thank you very much, do you think you could make one on how to make a chrome crypto prices extension or VS code extension? since they seem to be hot topics.
@waelzad4655
@waelzad4655 Жыл бұрын
Great Example !
@HelloWorld-so9uj
@HelloWorld-so9uj Жыл бұрын
Thank you very much❤❤.
@ayodahunsi
@ayodahunsi 2 жыл бұрын
Nice tutorial. Where can we download the source code?
@BoostMyTool
@BoostMyTool 2 жыл бұрын
When I added the download link of the source code, I noticed that the viewers download the source code and do not watch the video. As a result, youtube considers that the video is not attractive and does not suggest it frequently. So I decided to delete the source link.
@mexiko4532
@mexiko4532 2 жыл бұрын
@@BoostMyTool Without the source code this video is also not attractive for the viewers.
@Manuelx5
@Manuelx5 2 жыл бұрын
@@BoostMyTool you can hide the link to the source in the video, the people see your video and can download the source code
@TKTK-jx4np
@TKTK-jx4np 2 жыл бұрын
@@BoostMyTool man im relly sad about your code stolen bro!. BUT i relly need your code source bro. Trust my bro!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
@papeacendiaye4900
@papeacendiaye4900 Жыл бұрын
@@BoostMyTool you can create a github project et shade the link
@yahyadede9133
@yahyadede9133 2 жыл бұрын
i have error in post method " Undefined variable $_post in " he said Trying to access array offset on value of type null in C:\xampp\htdocs\xampp\update.php on line 46 can plz tell me why is that happen
@BaukeC
@BaukeC Жыл бұрын
you should use: $_POST['....'] (capitals)
@arnoldmesa2813
@arnoldmesa2813 12 күн бұрын
Hi I have a problem in my New client form when the data is not complete and you send it to delete the data of the cost the problem reaches the modify button when I press the modify button there is no data in the new customer form If you can help me with this please
@benedekszabo9121
@benedekszabo9121 Жыл бұрын
Almost everything is working correctly, but in the edit and in the delete always write that the id variable is not set to the URL. If i write the id manually to the URL (for example 'localhost/myshop/delete.php?id=1) it's working. Does anyone detected this problem?
@hocngoaingucungtrong1601
@hocngoaingucungtrong1601 3 ай бұрын
I know that
@muhammadhusaynamilaiyub6911
@muhammadhusaynamilaiyub6911 7 ай бұрын
sir what do i do if i'm using a foreign key for example each project has different multiple task and i am using foreign key so that whenever i add a task it will get the id of the project then the tasks i added in that project will display but when i edit i want a certain task i have to get the project id and task id how do i do that?
@techwithdenzel
@techwithdenzel 2 жыл бұрын
Great tutorial.
@WebCrafters-yo7ju
@WebCrafters-yo7ju 3 ай бұрын
What would I do if I had radio buttons with the value part already filled
@xcrud1.7crud13
@xcrud1.7crud13 4 ай бұрын
Nice!!
@KpegloMakafui
@KpegloMakafui 7 ай бұрын
I clicked on the resubmit form when working on this project the new client form is no longer loading or showing any help
@zekrom6537
@zekrom6537 10 ай бұрын
OMG EDIT: right after posting this comment i realize whats the error because i read my comment again 🤦‍♂ the error is that its $results not $result its just that missing s what is causing the issues omg BUT then it gives a new error saying Warning: Undefined array key "id" :| ill edit it again if i figure it out i guess so i found the solution for getting the "warning undefined array key "id" error inside the edit.php scroll down to where you have the it should look like this:
@exenion
@exenion 9 ай бұрын
Thk dude for "warning undefined array key "id"
@shreyas8534
@shreyas8534 2 жыл бұрын
thankyou for the tutorial but can i get the source code for this, its not available in the description box
@mitarzirojevic2582
@mitarzirojevic2582 2 жыл бұрын
Hello, In 87 line, if loop for executions success Message, i can't see all code for executions. Because of that i have error when i try enter a new user. Same thinks is with error message. Can you please paste code of success and error message in if loop? Thanks
@MelvinReano-t1w
@MelvinReano-t1w Жыл бұрын
excellent video... do u have any course to buy about php?
@anonymous_0717
@anonymous_0717 Жыл бұрын
Thank you so much ☺
@marisberzins4895
@marisberzins4895 Жыл бұрын
where did u lost SuccessMessage after successfull now client registration ?
@waelzad4655
@waelzad4655 Жыл бұрын
after applying your example ! , I have Lots of warning errors (Warning: Undefined array key "id") , would you plz, support ?
@trannhan1432
@trannhan1432 Жыл бұрын
Thank you!
@Oprekode
@Oprekode Жыл бұрын
nice tutorial
@hallatkordo4544
@hallatkordo4544 Жыл бұрын
Thank you god bless
@mo_zidan7259
@mo_zidan7259 2 жыл бұрын
can you do that with ajax, I will be grateful if you help with that
@raevenconsolacion2449
@raevenconsolacion2449 Жыл бұрын
i donr want to add other files i only want to put all code in one file how am i supposed to do that? please help me
@EDITVERSE37
@EDITVERSE37 Жыл бұрын
Bro In 20:49 what comes after aria-label
@meibxrry8233
@meibxrry8233 Жыл бұрын
did u get the code?
@zekrom6537
@zekrom6537 10 ай бұрын
button type='button' class='btn-close' data-bs-dismiss='alert' aria-label='Close'>
@zekrom6537
@zekrom6537 10 ай бұрын
at min 24 for some reason mine refuse to show the error message correctly with the yellow box around it and just shows a white page saying fatal error on line 34 in the create.php and that line is within these 3: $sql = "INSERT INTO clients (name, email, phone, address)" . "VALUES ('$name', '$email', '$phone', '$address')"; $result = $connection->query($sql);
@adrianromero7503
@adrianromero7503 8 ай бұрын
me pasa lo mismo
@teeyiheng4697
@teeyiheng4697 2 жыл бұрын
Thank you very much, I have learned a lot.
@shakyxd
@shakyxd 2 жыл бұрын
Thank you so much
@Beastfan_0-i3x
@Beastfan_0-i3x Жыл бұрын
i have some issue server saying THIS REQUESTED URL WAS NOT FOUND IN THIS SERVER what shoud i do
@TUBENOLOGY
@TUBENOLOGY Жыл бұрын
What if the client who add his own info and admin receive infos in admin panel
@TuniCode.24
@TuniCode.24 4 ай бұрын
I’m sure that you are Tunisian Cause we know the accent of Each other
@Myprologue
@Myprologue Жыл бұрын
it was great video, but your habit copy and paste make it hard to understand since there will be some step we will be miss
@pendragontv945
@pendragontv945 Жыл бұрын
For some reason, the edit and delete function doesn't work for me, everything else does.
@atienzaivanreint.9818
@atienzaivanreint.9818 Жыл бұрын
Can you help me, the existing data is not showing on edit page
@FranekMobile
@FranekMobile 5 ай бұрын
Hi, How can I be able to delete records, but how can I add an alert that will confirm the deletion, but I don't know how to do it, I've been looking and nothing.
@grum_pii
@grum_pii 2 ай бұрын
Give an echo " alert("message ")
@mal4797
@mal4797 5 ай бұрын
Can the website be opened properly on phones?
@Captaink_s_world
@Captaink_s_world Жыл бұрын
pls....after explanation, show us the codes and file maybe in the comment section or u will give us a link God bless you🙏
@kawshanvirantha
@kawshanvirantha Ай бұрын
completed...............oh my god only 30 min vid. my lecturer took 25 days to finish some employee module just like this🤪🤪 25 days of 2 hour video 😂😂😂😂
@Henry_Nunez
@Henry_Nunez 2 жыл бұрын
👍🔔 Very good
@AlphaNdiaye-yr4xq
@AlphaNdiaye-yr4xq 8 ай бұрын
Thank's you so much
@omarhafez9272
@omarhafez9272 9 ай бұрын
الشكر برشا
@Dewnam
@Dewnam Жыл бұрын
I entered like 5 rows in teh database but my php only shows one row
How Strong is Tin Foil? 💪
00:25
Brianna
Рет қаралды 63 МЛН
Smart Sigma Kid #funny #sigma
00:14
CRAZY GREAPA
Рет қаралды 103 МЛН
2 MAGIC SECRETS @denismagicshow @roman_magic
00:32
MasomkaMagic
Рет қаралды 30 МЛН
这是自救的好办法 #路飞#海贼王
00:43
路飞与唐舞桐
Рет қаралды 111 МЛН
JavaScript CRUD Application  - CRUD Operations With JavaScript
20:18
Dear Programmer
Рет қаралды 157 М.
PHP MYSQL CRUD Application in Tamil  || Create,Read,Update,Delete
54:48
Tutusfunny tamil
Рет қаралды 31 М.
How Strong is Tin Foil? 💪
00:25
Brianna
Рет қаралды 63 МЛН