Because I have several page1´s with pics, insted of making one page2 for each page1 with html, I would like to use php. I want each pic on page1´s to have its individual pic-id and pass it on to page2 and be added to a link url here. So it then can be pased on correctly to page3.
How do you say in PHP: "when user clicks on pic1-page1 pass id to page2 and add it to url.
Meaby something like...
PAGE1: <a href="page2.php?id=1"><img src="pic_1.png" /></a>
PAGE2: <a href=" the id from page1%>">click here</a>
Thanks
How do you say in PHP: "when user clicks on pic1-page1 pass id to page2 and add it to url.
Meaby something like...
PAGE1: <a href="page2.php?id=1"><img src="pic_1.png" /></a>
PAGE2: <a href=" the id from page1%>">click here</a>
Thanks