display data from db
Posted: Wed Aug 20, 2003 2:55 am
i do a select to get some datas from mysql.
say on the web page i print this:
name address email pic
ok now the point is in the db there is another field i want to be displayed only on mouseover.
so when a user does mouseover (or click) one of those fields(name, address,...) in the bottom of the page is displayed another field(description).
how can i do the trick.
tnx, pacho
say on the web page i print this:
name address email pic
ok now the point is in the db there is another field i want to be displayed only on mouseover.
so when a user does mouseover (or click) one of those fields(name, address,...) in the bottom of the page is displayed another field(description).
how can i do the trick.
tnx, pacho