Forum Moderators: coopster

Message Too Old, No Replies

ask idea

ask idea

         

xbl01234

9:19 am on Dec 19, 2006 (gmt 0)

10+ Year Member



Hello; :confused: :tntworth: :p
i'd like to you some ideas plaese.

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:

eelixduppy

11:48 am on Dec 19, 2006 (gmt 0)



What kind of database is it?

If it's mysql, then there's a nice thread in our library on The Basics on Extracting Data from MySQL [webmasterworld.com].

xbl01234

11:50 am on Dec 19, 2006 (gmt 0)

10+ Year Member



Thanks a lot, yes, it is in mysql.