Hi all, I'm hoping that someone can help me out (again!)
The project: A PHP contacts/address book.
page 1: search for a contact, page displays basic info, inlcuding a link to page 2 that will display full results for the selected contact.
The problem: Value does not appear to be passed from page 1 to page 2.
The link on page 1 opens page 2 correctly, but there are no details shown, just table headings. The value I wish to pass is 'UID' from the selected contact, so my link code on page 1 is:
Page 2 is using the following code to get the UID value:
The SQL is a simple
If I substitute $UID in the SQl for a known UID, the page displays the correct results.
Any thoughts on this please?
Thanks in advance
:t: