Hi
I have a column with a link.
$col["link"] = "link.php?columnname={columncontent}
I want to re-use the value on next page. Is there a way to re-use it on next site in a variable like
<?php
echo $columncontent;
?>
Thanks for help,
Mario
1 Answers
Your Answer