Good morning my dear ones, I'm new here ...
First of all, I want to point out that I already read the topics that exist in this forum and I could not solve my problem!
My problem is to send only the id of the bank from one PHP page to another that will do the select through that id and show all the data of the bank related to the sent id. I want to do this through a link, and I'm not getting it.
<h2>
<font size="5">
<a href="mostrar.php" target="_blanck">
<?=$linha['titulo']?>
</a>
</font>
</h2>
The idea is to send the id through this line of code there.