Posts by Leo3102 • 1 point
2 posts
-
0
votes3
answers1405
viewsA: How to pass a PHP variable that is inside an "a" tag to be used inside a Modal?
I managed to solve in a very grotesque way using Java Script, follows the modified code: If someone knows a way to compress this code I appreciate and also make clicking on the image feel like…
-
0
votes3
answers1405
viewsQ: How to pass a PHP variable that is inside an "a" tag to be used inside a Modal?
Hello, I’m new in PHP and I came across a problem: How to pass a PHP variable ($id) that is inside an "a" tag into a Modal? Here is the code: <?php require '../SisCellCenter/autoloader.php'; use…