1. I have a table with 2 cells
2. one cell has links, the other should have some content
3. links call something like "put content in the other cell"
I manage to make something in the way of putting
<?php $content; ?>
into the second cell, and link is
<a href="index.php?content="something.htm""> link </a>
Can you help me? I don't know how to code this.