Forum Moderators: coopster
i got a table in database, and their structure as following;
table name: Book
Cid Topic Content
1 ss ss
2 ss ss
I want to display all the topic from the database into a table.
if i click on a topic, then i can known the correspondence's Cid, and base on that, i will
display the correspondence Content.
And the table should like the link has
a table picture [java.sun.com]
The problem for me, in website, what kind of knowledge can help me to has a table like i say? :eek:
If it's mysql, then there's a nice thread in our library on The Basics on Extracting Data from MySQL [webmasterworld.com].