Hi:
I'm not sure that this problem has a solution but here goes. I am retrieving a list of names from a database and displaying them on a web page. The list would have the form:
Doe, John
Smith, Harry
Jones, Dan
I want each name to be a hyperlink and when clicked, it would call a php page sending it the clicked upon name, e.g Doe, John. How do I send that information to the called page using a hyperlink? Is there a superior solution to this problem?
Sheridan :(