Ajax Crud with JQuery Datatables by using PHP PDO

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

Very practical!
Its serverside is vulnerable to sql injection attack. When it limits query down to $_POST["id"]. You have to take advantages of prepared statements and placeholders. But it would make the tutorial unnecessarily complicated. Thank you very much for an amazing all in one tutorial.

kurshadqaya
Автор

Dear thanks for this video but I think it contains some problem when I filter second column the filter apply in first column and third column same this topic

Ayman_Hassan
Автор

Hi, this is good, but when I update the photo, the old photo in the upload file, no remove it, how can auto-remove it? thanks.

Akas
Автор

Thanks for tutorial :) But i have a question. How to make matching paging? When you search something in 48:57, you found 2 match but there is 2 page under the datatable. There should be 1 page for 2 matches?

mustafaSMNC
Автор

Author you are true professinal in your buisness !!! Thanks a lot for your job!!

mediontamginskii
Автор

How about deleting multiple rows using PDO..

nsis
Автор

how to add a color border-bottom to a <tr> depending on the type of addition ?

levielie
Автор

hello, when i click on add the data are inserted but not display on table can anyone help me

niwamicha
Автор

I have a problem, I ask you for help:
I want to display the results on a single cellute <td>.
My sub_array retrieve several information $sub_array[] = $row["process"];

How to display multiple information on a cell with the sub_array?

arcacongo
Автор

What changes to make for link instead of button on update and delete

anurodhyadav
Автор

can you make tutorial to add another feature to this PHP PDO Ajax Datatables that able to select all using checkbox and has actions to duplicate or delete according to checked, thanks

rjpatinio
Автор

Hello how can you code and talk at the same time or you make one video when you code and another video when you explain then you join them? In case you do that how can you do it?

eyter
Автор

thankyou, but what to do if i have foreign keys? :/

LoveConan
Автор

Good day! What if, if the image is too large? The website didn't read the image. Please answer my question. Thankyousomuch!

davebacay
Автор

hello sir. make a video chat system in PHP and MySQL with ajax. plz. and the last one thinks this is the best tutorial on youtube. tnx.

ahammadullahrifat
Автор

Hi, please I'm tryng to reconfiguring column 0 (photos) for another data, but I cannot filter for that column, please How can I change de code for ordering data including column 0?

logramsaingenieriaelectron
Автор

i want to remove the image column what changes i should do in all pages?

AbdulRehman-ukun
Автор

when database is empty and when i insert 1 row. it accepts my 1st insert row but when the moment that the database has 1 row and i try to insert another row it doesnt accept my insert data.

crisciabonoan
Автор

please help me guys. Why fetchAll() or rowCount are not working to me?

marvincaldea
Автор

Hi, how can I show the value inserted on a checkbox when I try to update? in fetch single.php

JIGAup