GKChesterton
Programmer
I have got a PHP page that returns MySQL query results as a table:
[tt]
Item A Description of Item A
Item B Description of Item B
Item C Description of Item C
Item D Description of Item D
... dozens of records
[/tt]
Now I want the user to be able to select any Item and see a page with all the details on that Item. I can't figure out how to pass the Item identifier as a variable. Can I make each field in the left column a link and pass it in the href URL, using header() maybe? Or set a $_SESSION variable? Or is a Form somehow invoked? And why is this so hard to figure out with the whole Internet and two fat books available?!
[purple]If we knew what it was we were doing, it would not be called
research [blue]database development[/blue], would it? [tab]-- Albert Einstein[/purple]