PHP Ajax CRUD without page reload with Bootstrap Modal (Pop up box) using jQuery, PHP Ajax in 2022

  Рет қаралды 83,039

Funda Of Web IT

Funda Of Web IT

Күн бұрын

In this video, I have taught php crud with bootstrap modal pop up box without page reload using jquery ajax in php mysql.
Source code : www.fundaofweb...
Follow us on Instagram: / funda_of_web_it
Subscribe to my Hindi/Urdu Channel: / fundaofwebithindi

Пікірлер: 54
@joshdevofficial
@joshdevofficial Жыл бұрын
For beginners, I suggest to make your own delete function for some reason that funda just taught how to delete specific data using ajax and if you use datatable, the delete button won't work. If the table will have more than 10 data
@checkone9640
@checkone9640 Жыл бұрын
This was awesome and will change everything . thank you so much. you teach really good. 💯
@udingaming1409
@udingaming1409 Жыл бұрын
Can you be emphasizing more on this jquery + bootstrap + php? Like showing loading before an action or before submitting, like pre loaders or something
@swayammktechz9933
@swayammktechz9933 Жыл бұрын
I was following this tutorial, but in my case I'm getting the table name from another page that is posting to this page because there are multiple tables and user selects the table they want to interact with, problem is when I'm making the sql query such as $query = "SELECT * FROM $category"; ($category is the table name is coming from another page) the table on the webpage stops updating even nothing is show and if in place of $category I put a table name directly it works fine i.e. $query = "SELECT * FROM keyboard"; I have been trying for so long to solve but I'm stuck so any help....?
@royaledarkness2075
@royaledarkness2075 Жыл бұрын
This is so useful!
@An-Nur_Info-Tech
@An-Nur_Info-Tech 2 жыл бұрын
Awesome 👍 but why returning false with the response code(200) in the Ajax since code 200 is "Success/Ok" ?
@fundaofwebit
@fundaofwebit 2 жыл бұрын
Please remove that false (if not required). Can just keep return; only. bcz we are just coming out of that code. so true or false is not required. Only return;
@yakult0930
@yakult0930 Жыл бұрын
@@fundaofwebit hi
@KennethOncinian
@KennethOncinian 7 ай бұрын
Thank you for this. You explain things very well too. Can you give examples on how to edit boolean sql entries using checkboxes in the html form edit? and how to use dropboxes in the form edit too? thanks!
@asm.algerie
@asm.algerie Жыл бұрын
there is a big prblm with location.href bcz if you have for exemple barre menu when location.href executeed the ^page ocmplete reload in the table
@shraddhashinde6318
@shraddhashinde6318 2 жыл бұрын
While updating the data, getting the error as unexpected token < in jason at position 0.. please suggest about how to remove this error
@chiderathankgodobed4496
@chiderathankgodobed4496 Жыл бұрын
Im getting ' $.ajax is not a function'
@fundaofwebit
@fundaofwebit Жыл бұрын
Add the jquery cdn link before your ajax code
@chiderathankgodobed4496
@chiderathankgodobed4496 Жыл бұрын
The issue: I was using a sliml/minified file of jQuery when 'ajax" is removed . Solution: I used the compressed/uncompresed file of jQuery Thanks for your response funda
@MarkP_Fan
@MarkP_Fan 8 ай бұрын
This was well done and super helpful! Unfortunately, I tried to implement this is in a WordPress site. The Ajax url: "code.php" statements in students.php throws a 404 (Not Found) error. Ajax reforms url: "code.php" into "[site url]/[WordPress page name]/code.php" and of course, code.php is not in that folder. more googling...😪
@RaiMaxITA
@RaiMaxITA 4 ай бұрын
Well, you have explained both query and answer. Now?
@charlesfabia1290
@charlesfabia1290 7 ай бұрын
I'm receiving an error: Uncaught SyntaxError: Unexpected token '
@fannyjernaus3825
@fannyjernaus3825 6 ай бұрын
Edit modal is not getting populated with data from the database, only the student_id is displayed. Followed the same code. please help. the data is fetched but not displaying in the modal
@raselahmed2618
@raselahmed2618 4 ай бұрын
if my form has multiple chekbox in perticular data like status is an perticular data on my form it has 4 chekbox how can i use it ?
@raymytech
@raymytech 2 жыл бұрын
Can you be emphasizing more on this jquery + bootstrap + php? Like showing loading before an action or before submitting, like pre loaders or something
@SabbirAhmed-cm6hk
@SabbirAhmed-cm6hk 2 жыл бұрын
Composer detected issues in your platform: Your Composer dependencies require a PHP version ">= 7.4.0". after checking your source code
@fundaofwebit
@fundaofwebit 2 жыл бұрын
It's working fine now. There was an update on website for few minutes.
@laliice7154
@laliice7154 Жыл бұрын
Is this for beginner too ??
@salehabuhussein8175
@salehabuhussein8175 Жыл бұрын
what is the point of returning false and true if in both cases they exist the script doesn't make any sense to me
@alemagno27
@alemagno27 2 ай бұрын
hello greetings from venezuela , give me a job
@alemagno27
@alemagno27 2 ай бұрын
i
@boikimphore4707
@boikimphore4707 Жыл бұрын
I have not always been good with frontend design, but this tutorial has helped me a lot.
@yakult0930
@yakult0930 Жыл бұрын
Hi
@colynceshiwani9349
@colynceshiwani9349 24 күн бұрын
This tutorial is just amazing. Thank you
@dranzer999
@dranzer999 15 күн бұрын
50:00
@viane123456
@viane123456 2 жыл бұрын
Can we check on same page without submitting that email is exist in student table or not using ajax
@lestersantos1767
@lestersantos1767 2 жыл бұрын
Nice tutorial, very well explained! I hope you can add live search and pagination on the next tutorial. Thanks
@chrensan494
@chrensan494 2 жыл бұрын
You can search datatable for that matter
@JMRVRGS
@JMRVRGS Жыл бұрын
@@chrensan494 I've tried that one. But, is datatable better than server side pagination?
@chrensan494
@chrensan494 Жыл бұрын
@@JMRVRGS imo, yes it is better
@rajshrimule8887
@rajshrimule8887 8 ай бұрын
how to add etc gender field for this modal??????
@pinekingsoft
@pinekingsoft Жыл бұрын
would be great to know what visual studio code plugin your using to generate the code, is it emmet?
@FaiZunGaming
@FaiZunGaming Жыл бұрын
Why u didn't provide zip file of source code, Kindly provide it
@fahiyangtech
@fahiyangtech 2 жыл бұрын
Awesome ❤️
@золом-ъ6с
@золом-ъ6с 8 ай бұрын
code php and dbcon php it its model or control?
@raymytech
@raymytech 2 жыл бұрын
Thanks for this
@alfianramadhan6590
@alfianramadhan6590 4 ай бұрын
thanks alot for this
@faisal.alharbi
@faisal.alharbi Жыл бұрын
Nice tutorial ... 100%
@luzukondzuta9108
@luzukondzuta9108 2 жыл бұрын
great video. I tried running it, when I add student, it gives me an error message of 'all fields are mandatory'. I have filled all fields of the forms. thanks.
@chiderathankgodobed4496
@chiderathankgodobed4496 Жыл бұрын
Check your IF condition
@pattarab
@pattarab 2 жыл бұрын
Thank you, the tutorial is awesome and easy to understand and follow the step I have a question after I have followed the tutorial about datatable. I would like to add datatable to the code but it doesn't work somehow. | - After I watched your tutorial about datatable, you have added table id to datatable code and added to the id of the table. In that tutorial, there is no table id in the table which is obviously I can add table id to datatable code because the table id would not be conflicted. But in this tutorial, you have id=studentTable already, what should I add to datatable id? - I have found some solution for this problem in Google, some says I have to load all of the column from the database which I don't want every column, Is it true? - Some says I can not have 0 value in my table, Is it true? Could you please suggest how to integrate datatable to the code to be able to sort data and search in the table? Sorry to make such a long commment. Thank you :)
@brankoblesicjr.5792
@brankoblesicjr.5792 Жыл бұрын
Hi dude! I would say if you are a beginner, start with this video, kzbin.info/www/bejne/e6m6YZWPg7KHotE, 5:30 here you can see how the table is made from the beginning. Otherwise, this code in this video works perfectly fine.
@oobdoo2834
@oobdoo2834 2 жыл бұрын
can i use this in google app script
@muscabinhoyare2420
@muscabinhoyare2420 10 ай бұрын
thank You SO much bro
@redify1772
@redify1772 Жыл бұрын
The insert part keeps saying uncaught TypeError: Formdata is not a constructor
@Aaron-ro1ln
@Aaron-ro1ln 2 жыл бұрын
❣️
@miguelom5924
@miguelom5924 Жыл бұрын
It works! thank you!
@AntonHilman65
@AntonHilman65 2 жыл бұрын
Thank You 👍
How to generate or create app password in Gmail account - 2024
3:08
Funda Of Web IT
Рет қаралды 3,6 М.
Пришёл к другу на ночёвку 😂
01:00
Cadrol&Fatich
Рет қаралды 11 МЛН
An Unknown Ending💪
00:49
ISSEI / いっせい
Рет қаралды 56 МЛН
Ajax Live Data Search with jQuery PHP MySQL
10:20
WebsiteGeek
Рет қаралды 97 М.
AJAX Crash Course (Vanilla JavaScript)
1:09:43
Traversy Media
Рет қаралды 723 М.
PHP CRUD: Bootstrap Modal: Edit and Update Data into Database in PHP
20:49
Best Way to Add Popup Modals in React
26:19
Colby Fayock
Рет қаралды 8 М.
PHP CRUD using Bootstrap Modal || Complete Project || AJAX || JQUERY
1:56:17
Insert Update Delete In Php With Ajax Jquery
1:51:19
OnlineITtuts Tutorials
Рет қаралды 80 М.
The New dialog HTML Element Changes Modals Forever
12:09
Web Dev Simplified
Рет қаралды 588 М.