Insert Update Delete In Php With Ajax Jquery

Insert Update Delete In Php With Ajax Jquery

OnlineITtuts Tutorials

5 лет назад

80,250 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

riadh coding
riadh coding - 08.10.2023 22:28

you have one problem in your code brother your code for delete it's just delete the first item only try to click last item or before you can't remove it

Ответить
RenrevZ
RenrevZ - 28.06.2022 05:25

Finally someone explain the ajax perfectly thank you so much sir

Ответить
Burkert Medina Bob
Burkert Medina Bob - 23.06.2022 09:04

Bro u have made me a good developer... Thanks for this, u really knows how to teach... Keep it up bro

Ответить
MuhendisGokhan
MuhendisGokhan - 21.06.2022 13:53

in functions.php
function get_record()

$User_data = ""; should be like this --> $User_data = array();

Ответить
Pardeep Kumar
Pardeep Kumar - 23.01.2022 05:00

Sir ajax ke code se bnana ek vedio please 🙏

Ответить
Amha Tesfaye
Amha Tesfaye - 16.01.2022 02:42

Thanks for the great work.
When using myjs.js file; creating the view_record function, on the data=$.parseJSON(data). Am receiving this message error.
Uncaught snytaxError:JSON.parse: unexpected character at line 1column 1 of the JSON data. Could you and anyone else here please help me out?!

Ответить
Lara
Lara - 13.09.2021 05:42

Execlant, Thanks :)

Ответить
divyarani sutar
divyarani sutar - 22.07.2021 21:17

hello sir how to upload image along with this

Ответить
Kojak Eugenio
Kojak Eugenio - 28.05.2021 21:13

For those who are having data=$.parseJSON(data) error replace that with this
data = JSON.parse(data);

Ответить
Mishen Thakshana
Mishen Thakshana - 28.05.2021 21:10

Thankyou verymuch Sir this is the best tutorial for Ajax in the whole universe.Thankyou so much

Ответить
Phạm Ngọc Thắng
Phạm Ngọc Thắng - 09.04.2021 13:29

nice! bro

Ответить
Ogundele Babatunde
Ogundele Babatunde - 02.03.2021 01:18

very detailed explanation, thanks

Ответить
Limf Film
Limf Film - 21.12.2020 05:30

Thank you very much its really helpfull

Ответить
MULTIMAN
MULTIMAN - 29.10.2020 23:16

so clean and very easy to understand, thank you

Ответить
ShortVideos
ShortVideos - 19.09.2020 05:40

good job

Ответить
Seleman Mw
Seleman Mw - 30.08.2020 22:59

how retrieve the specific id of the user for example when i click on user id 1 and display the only one records of user 1??

Ответить
POLYCARP OKOT
POLYCARP OKOT - 06.07.2020 14:10

Thanks for the great work.
When using myjs.js file; creating the view_record function, on the data=$.parseJSON(data). Am receiving this message error.
Uncaught snytaxError:JSON.parse: unexpected character at line 1column 1 of the JSON data. Could you and anyone else here please help me out?!

Ответить
Yadvender Sharma
Yadvender Sharma - 04.07.2020 07:04

This is really great and useful content

Ответить
Eduard Koshkelyan
Eduard Koshkelyan - 30.06.2020 21:47

Pls help author
syntax error ...console log -- ' Uncaught SyntaxError: Unexpected token < in JSON at position 4
at Function.parse [as parseJSON] (<anonymous>)
at Object.success (myjs.js:43) '

Ответить