1
so I’m having doubts on how to make this link in php:
<a href="DepoimentosPT-BR.php?id=<?php echo $_SESSION['idusuario']; ?>">Depoimentos</a></li>
as you can see this link is in html and then is called php to send the $ with and the ? id.
I want to know how I do this way in php same type:
echo "...";
Thanks my brother, help me ;;)
– Pedro Lukas
+1 for
sprintf
– Wallace Maxters
@Pedrolukas you should mark the answer as the correct one for your question.
– cHida