Brad Worthy
New member
So say I have a value called itemID. I want to go from firstPage.php to secondPage.php as a function of itemID. I could have an <a href=secondPage.php?item=itemID> Click here </a> in first page. Then I would use $_GET. But that doesn't seem very elegant. What are some other ways of doing this?