Hiya
I'm new to PHP and sorry if I'm asking a stupid question.
Right my problem...
I query a table and return a summary of each record as a row in a html table. Next to the summary I want the user to be able to select a link which loads a new page displaying the complete records details.
My problem is how do I pass which record has been selected to know which record to display in detail?
Thanks in advance
I'm new to PHP and sorry if I'm asking a stupid question.
Right my problem...
I query a table and return a summary of each record as a row in a html table. Next to the summary I want the user to be able to select a link which loads a new page displaying the complete records details.
My problem is how do I pass which record has been selected to know which record to display in detail?
Thanks in advance