I need to pass two values from a link(created dynamically from a database) to a php page that contains a dynamic sql select statement.
I don't want the look of a button or a dropdown. I really want a link using a <a href=></a> tag.
The problem is that I can only get the link, when clicked, to pass only one value.
My tag looks like this:
<a href='rec_vars.php?tc=$tc?sc=$sc'>$sc </a>
Is it possible to do what I want to do or can only one value be passed this way?
If you know, I would appreciate your advise.
Thanks!