A table, some content, and links that change content how-to?
Posted: Thu Nov 27, 2003 2:09 am
Hi, I'm new to this forum as well as to PHP. So I'll say my problem right away:
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.
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.