|
I am having a brain F@rt this morning and cannot come up with a reasonable way to do this.
I have a table populated with various results from a mySQL query. For one of the result columns I simply want to show a link that can be clicked to take the user to to a page showing the full $row['....'] result.
Column name: Ordered than Bool Y/N click on the Y and go to a new page with the full results.
Much like you would click on an event on a calendar for full details.
I have no problem with the code to create the table/ query it is only the link than I'm completely dumbstruck by.
Thanks a ton
|