If you want to pass data to another page, you could append to the URL in a GET fashion.
For example:
Get Details
Here, we are passing a value myimage.jpg
to the show.php
page.
So, in show.php
page, you could access this data using the $_GET
.
For example: