It looks simple to do but for some reason I am struggling to make it work.
I have this link which opens a page with a form to edit the selected line of a table:
echo '<td><a href="include/editar.php?id=' . $row['id'] . '">Edit</a></td>';
Tried a lot of different ways, now I am not sure which kind of popup I should use nor do I know how to do it.
I've done harder things with Magnific Popup, I feel ashamed lol...
It looks simple to do but for some reason I am struggling to make it work.
I have this link which opens a page with a form to edit the selected line of a table:
echo '<td><a href="include/editar.php?id=' . $row['id'] . '">Edit</a></td>';
Tried a lot of different ways, now I am not sure which kind of popup I should use nor do I know how to do it.
I've done harder things with Magnific Popup, I feel ashamed lol...
Anyone could help? Thank you!