How to get a link in a table to another page, but after setting a custom config value
I'm working on converting an old site to a new concrete5 site. the old site includes this piece of php:
while($line = mysql_fetch_array($result,MYSQL_ASSOC)) {
print "";
$ticketid = $line["SN"]."-A".$line["InfoSN"];
print ""; prin…