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

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Anorgan
Forum Newbie
Posts: 1
Joined: Thu Nov 27, 2003 2:09 am

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

Post 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:
User avatar
infolock
DevNet Resident
Posts: 1708
Joined: Wed Sep 25, 2002 7:47 pm

Post 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.
Post Reply