Same as @baub here using $_GET but waiting that video @Hyperbytes
Also you can use a hidden input on the modal and then, on click: set value = id
and open modal
then:
- If you use a server connect you can set the $_GET value from there.
- 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
Something like:
And here what @famousmag says
2 Likes