Delete Record Right From Table

Same as @baub here using $_GET but waiting that video @Hyperbytes :slight_smile:

Also you can use a hidden input on the modal and then, on click: set value = id and open modal then:

  1. If you use a server connect you can set the $_GET value from there.
  2. If you use a form on the modal, using that hidden input as a $_POST.

I definitely love how many ways there are for some functions :slight_smile:

Something like:

And here what @famousmag says

2 Likes