i've been looking for a way to send a php variable from one page to another, normally with a simple link like (in a UDT):
Code: Select all
echo "<a href=\"/index.php/popcarte.php?id=$id\">Afficher sur la carte</a>";
otherwise is there a way to use POST to send the variable without using a form ?


