PHP Ajax Insert Data in MySQL By Using Bootstrap Modal

  Рет қаралды 122,018

Webslesson

Webslesson

Күн бұрын

Пікірлер: 69
@michealbay2159
@michealbay2159 5 жыл бұрын
this video and the previous one saved my projet, thanks alot, it took me sometime to understand and try to adapt this concept to my projet, but it worth the time, thanks a lot, keep up the good work !
@OCTOBER71994
@OCTOBER71994 6 жыл бұрын
Your Voice Sounds Like Stephen Hawking. Thankyou For this!
@abdulkhuddus4985
@abdulkhuddus4985 5 жыл бұрын
Excellent tutorial and thanks for clear cut explanation.
@m4cdemos
@m4cdemos 4 жыл бұрын
Excellent pace and very clear.
@kitsanafreeman6812
@kitsanafreeman6812 4 жыл бұрын
Thank you for tutorial and source code.
@sZoPzYn
@sZoPzYn 7 жыл бұрын
You are the best men !!! thank you so much ... i love your videos....
@tymarina9050
@tymarina9050 7 жыл бұрын
really thank for your video that help me to solve my proble. thank you !
@webslesson
@webslesson 7 жыл бұрын
Oh, thank you Ty Marine! Always at your service.
@Chanphenghor
@Chanphenghor 8 жыл бұрын
​I really love all your VDO but the sound system very avoiding .
@webslesson
@webslesson 8 жыл бұрын
Thanks...
@gerardsegismundo8931
@gerardsegismundo8931 7 жыл бұрын
i agree.
@mickaeltessier
@mickaeltessier 7 жыл бұрын
Hello, I use another of your tutorials to 'edit' and 'delete' the data with jquery.Tabledit, it works fine. I tried to put a button 'add' with this tutorial, but I do not know how to change the code to keep only the code about the 'add' button. When I try, I have bugs and the table is not refreshed automatically. Thank you for your help.
@ngadisimo
@ngadisimo 5 жыл бұрын
best tutorial thank you million
@ameerhamza9697
@ameerhamza9697 3 жыл бұрын
thank you
@josmeldiaz21
@josmeldiaz21 8 жыл бұрын
Nice Tutorial man. Good Job. Thank You.
@webslesson
@webslesson 8 жыл бұрын
Thanks...
@odunladeoluwaseun7880
@odunladeoluwaseun7880 6 жыл бұрын
I love to have many buttons controlling a single modal form, please how do I do that? It is urgent please. thanks for your series of helpful and amazing videos
@pacoexplorer
@pacoexplorer 6 жыл бұрын
Hello thank you very much. A question. How can I make the name field, for example, unique? that does not allow to enter a new user with the same name and show a message saying that this name already exists or has to be unique.
@davidmukoro1166
@davidmukoro1166 8 жыл бұрын
This is an awesome tutorial. I have ben looking for something like this . Finally you done. it Thank you so much. But you did not validate Gender field. How can we do that . Please, I seriously need that as well???
@eieinaing574
@eieinaing574 5 жыл бұрын
So thanks!!!
@rimzarizwan3956
@rimzarizwan3956 5 жыл бұрын
where is the video which you have coded before this? I'm following only other two videos..please send me the link of before one
@mariacristinaulloagarrido1224
@mariacristinaulloagarrido1224 7 жыл бұрын
muy buen tutorial, gracias
@diamondnd4258
@diamondnd4258 8 жыл бұрын
can u give me the code for 'delete data'?? it would be great .. And amazing job Weblesson!!
@adrianlondono1740
@adrianlondono1740 5 жыл бұрын
Hey MAN!! THANKS !!!! this work really perfect!!!
@shahbazimma
@shahbazimma 6 жыл бұрын
it is very useful and helpful video but i am facing with an issue that the modal opening process become slow when the record becomes large in quantity , please suggest me to resolve this prioblem
@palashmitra7311
@palashmitra7311 8 жыл бұрын
gr8 tutorial! Thanks.
@webslesson
@webslesson 8 жыл бұрын
Thanks Palash..
@theaveragejoe89
@theaveragejoe89 8 жыл бұрын
Hey Buddy, nice tutorial. I'm having an issue. I downloaded the source codes and set everything up in my local server. The 'view' option is working just fine, however I can't add data. Whenever I submit the form, it closes the modal but never actually inserts anything into database. I didn't change any code. I even took your SQL query for database, used same DB and Table names. Not sure what I'm doing wrong. Any idea? Thanks!
@darylindoy6008
@darylindoy6008 6 жыл бұрын
same problem
@osmankilickiran5364
@osmankilickiran5364 7 жыл бұрын
eyvallah faydalı bir eğitim.
@mohamadhelaly4979
@mohamadhelaly4979 8 жыл бұрын
thnx a lot, really great videos
@webslesson
@webslesson 8 жыл бұрын
Thanks Mohamad.
@pvczity3042
@pvczity3042 7 жыл бұрын
Webslesson where's select.php file?
@ngorananohermann2053
@ngorananohermann2053 8 жыл бұрын
Good evening I hope you are fine, just know I can have a tutorial on multiple insertions in php-pdo-jquery. thanks for your understanding
@Kwizlord
@Kwizlord 7 жыл бұрын
when did u correct textare to textarea at 4:08 :)
@godwinpremkumar4995
@godwinpremkumar4995 7 жыл бұрын
Can You make a video that video will be updating every user page when a image or video is posted like faceook?
@johncarlopalaming7138
@johncarlopalaming7138 6 жыл бұрын
No delete tutorial?
@wirandhikablogs
@wirandhikablogs 7 жыл бұрын
what if i want to store and display the data in new page, not in a modal window? just like cms, where i could insert new article, and each article has it own page. please teach something like that Thank You
@webslesson
@webslesson 7 жыл бұрын
Hi Wira, If you want to do something above, then you have to create one new page and by using particular id value get from $_GET data method and by get id you have to fetch data from table based on particular id value get from get method from url. so this way you can display data on new page.
@ashutoshsrivastava8056
@ashutoshsrivastava8056 4 жыл бұрын
did I just see Insert change to Inserting at 0:39 in demo, but not implemented?
@darylindoy6008
@darylindoy6008 6 жыл бұрын
It works but i have some issues in view button especially when i refresh the page..
@wlss_
@wlss_ 4 жыл бұрын
robot reis
@1123queenie
@1123queenie 7 жыл бұрын
Sir Good day !!! I have been using your code for my program and it really works. But there is this problem like when I click the edit button first and after that I will click the add button, the datas from my database will show like how it shows in my edit button.. but when I click the add button first, no values are displayed on the input fields which are actually the right thing.. but when I click the edit button and after that the add button again, it will show the datas in the input fields just like in the edit fields.. Please I hope you can help me from this problem Please... Thanks a lot sir!
@davidgomez674
@davidgomez674 7 жыл бұрын
I had the same Issue and was able to solve it by adding the id of the field to the table and the modal. I disable the textbox with the id so the user can see it but not change it. this way the create modal will have to a a blank id on the submission. pm me if you need more help. also I'm not related to the project just trying to help.
@Zephryable
@Zephryable 7 жыл бұрын
Sir, Could you share your Sourcecode? I'm stuck this issues too.
@johnconnelly1314
@johnconnelly1314 7 жыл бұрын
Could you more thoroughly explain what you did, because I encountered the same problem. When I tried to click the add button first it would display nothing, and if I tried to click edit first it would be fine. However, after editing if I tried to add, it would simply count as an edit. I messed around with id a lot but couldn't really fix anything. If you could send me any code or go through how you were able to fix the edit/add issue that would be greatly appreciated thanks.
@janheltonyalcover7758
@janheltonyalcover7758 6 жыл бұрын
Can you please share your source-code? I'm having the same issue. Thanks in advance!
@ayobamisarumi7104
@ayobamisarumi7104 6 жыл бұрын
firstly you button type should be submit e.g ( Submit) secondly since you are using modal everything should be in a form tag e.g Submit
@chicagoboy279
@chicagoboy279 6 жыл бұрын
thanks AI
@zethembezungu5445
@zethembezungu5445 3 жыл бұрын
Hi, may you please help us with some coding
@ispisp1442
@ispisp1442 5 жыл бұрын
the link is not accessible :(
@wasss3745
@wasss3745 2 жыл бұрын
can i get source code?
@Oscarpineros
@Oscarpineros 7 жыл бұрын
"Add" option don´t work, I download the same code, same database, same table, same all and don´t work....can you help me?
@shraddhatapase9349
@shraddhatapase9349 5 жыл бұрын
delete image column from database it will work
@Mom_Ishaan
@Mom_Ishaan 5 жыл бұрын
its not connecting to db itself .....can anyone please help me .. thanks in advance
@peteratiah6538
@peteratiah6538 5 жыл бұрын
You should have deleted the code for the display dynamic data before doing the inserting, not doing that made the code so confusing.
@SeeKids
@SeeKids 6 жыл бұрын
Please Use your real voice instead of robotic voice to gain more subscribers in really short time.Or please use a better software for this purpose .Thanks
@joannamariereyes3616
@joannamariereyes3616 7 жыл бұрын
where is the "select.php" code pls..
@webslesson
@webslesson 7 жыл бұрын
Hi, From this video source code you can find source code link, in that link you can find complete source code.
@joannamariereyes3616
@joannamariereyes3616 7 жыл бұрын
thanks. i found it! Nice Tutorial though..
@benharris4008
@benharris4008 7 жыл бұрын
I would love to watch this tut with a real voice. It is just too hard to follow.
@webslesson
@webslesson 7 жыл бұрын
Thank Ben Harris for writing to us. We appreciate your valuable feedback.
@MurariKumar-de3et
@MurariKumar-de3et 4 жыл бұрын
Your voice is not good Please speak normal.
@peterbaker7963
@peterbaker7963 7 жыл бұрын
Too quick and that electronic voice..YAK! get it off
@niwamicha226
@niwamicha226 3 жыл бұрын
add and view bouttons dont work can anyone help me please
PHP Ajax Update MySQL Data Through Bootstrap Modal
16:27
Webslesson
Рет қаралды 176 М.
PHP CRUD: Bootstrap Modal: Insert Data into Database in PHP
20:21
Funda Of Web IT
Рет қаралды 131 М.
У вас там какие таланты ?😂
00:19
Карина Хафизова
Рет қаралды 22 МЛН
Walking on LEGO Be Like... #shorts #mingweirocks
00:41
mingweirocks
Рет қаралды 6 МЛН
Try Not To Laugh 😅 the Best of BoxtoxTv 👌
00:18
boxtoxtv
Рет қаралды 7 МЛН
PHP AJAX Jquery - Load Dynamic Data in Bootstrap Tooltip
15:39
Webslesson
Рет қаралды 14 М.
PHP Ajax Display Dynamic MySQL Data in Bootstrap Modal
16:07
Webslesson
Рет қаралды 84 М.
Save HTML Form Data to a MySQL Database using PHP
24:38
Dave Hollingworth
Рет қаралды 210 М.
Learn useReducer In 20 Minutes
20:12
Web Dev Simplified
Рет қаралды 514 М.
PHP AJAX Jquery - Load Dynamic Content in Bootstrap Popover
15:48
Multiple file upload inside bootstrap modal - PHP & MySQL
9:57
Adnan Afzal
Рет қаралды 12 М.
Make Login Form by Using Bootstrap Modal with PHP Ajax Jquery
16:05
У вас там какие таланты ?😂
00:19
Карина Хафизова
Рет қаралды 22 МЛН