Page 1 of 1

A table, some content, and links that change content how-to?

Posted: Thu Nov 27, 2003 2:09 am
by Anorgan
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. :cry:

Posted: Thu Nov 27, 2003 2:21 am
by infolock
this may be of some help.

viewtopic.php?t=14226&highlight=

you could use the same principals and impliment it to display the content you need.