How do I do the following:
I have a search results page that displays results
eg
Name
Address
Country
Interest
Subject
Level
What I want to do is add a field called More Details which will be a hyperlink
to another page which will display more specific details of that user.
For this to happen I will have to transfer the user_id from this page
to the next one in order to display the details of this user.
How do I do this I have no idea
I am using MySQL as my database.
Hope this makes sense.
Regards
Graham
I have a search results page that displays results
eg
Name
Address
Country
Interest
Subject
Level
What I want to do is add a field called More Details which will be a hyperlink
to another page which will display more specific details of that user.
For this to happen I will have to transfer the user_id from this page
to the next one in order to display the details of this user.
How do I do this I have no idea
I am using MySQL as my database.
Hope this makes sense.
Regards
Graham