Using a basic query for example...
The search page asks for a name. You enter "Dan". This pulls up in a table on the results page something similar to this:
ID Name Email
17 Dan dan@email.address
35 Daniel Daniel@email.address
64 Danielle danielle@email.address
The goal here, is to have the ID fields show up as links to another results page, say, pulling activity from a log table.
I don't mind doing the research to get the syntax properly, but if anyone can point me in the right direction, that would be much appreciated.
The search page asks for a name. You enter "Dan". This pulls up in a table on the results page something similar to this:
ID Name Email
17 Dan dan@email.address
35 Daniel Daniel@email.address
64 Danielle danielle@email.address
The goal here, is to have the ID fields show up as links to another results page, say, pulling activity from a log table.
I don't mind doing the research to get the syntax properly, but if anyone can point me in the right direction, that would be much appreciated.