Hello,
When I have a link, how do I transmit the url-parameter for example "code" in the line. I tried this, but this does not work:
—
$col["link"] = "link.php?list1_columname={columname}&($_GET["code"])";
—
— In a usual Link it works like this:
—
<a href="link.php?<?php echo $_SERVER["QUERY_STRING"]?>"> link</a>
—
— And in phpgrid :-)?
1 Answers
Your Answer