How to delete row table using ajax in php?

How to delete row table using ajax in php ?

You can’t use AJAX in PHP.

Scott

Actually it is possible, there are PHP AJAX frameworks that allow you to write AJAX without a single line of javascript. But of course, these AJAX frameworks still use javascript internally, but for the client coders its totally possible to write AJAX with PHP. Below is an AJAX framework called CJAX, I use it in my projects:

I think OP meant “and php”, not “in” :smile:

@gopalan, you can send an AJAX request with javascript, receive it with PHP (as a regular GET or POST request) and do whatever you want with your database. I can google “simple ajax php tutorial” for you, but I think you’re able to do it by yourself.

Ok. I sort of stand corrected. :blush: LOL! Interesting framework for sure though.

Scott

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.