Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.
Moderator: General Moderators
tanveer
Forum Newbie
Posts: 9 Joined: Sat Mar 27, 2004 11:07 am
Post
by tanveer » Sat Mar 27, 2004 11:07 am
hi,
I am facing a problem of showing a table containing about 100 records and wants to display it in one page.
Is it possible to add scroll bar into table or
any other simple way possible?
romeo
Forum Contributor
Posts: 138 Joined: Sun Apr 21, 2002 12:50 pm
Post
by romeo » Sat Mar 27, 2004 11:36 am
try an IFRAME for your data table, that should keep it all in 1 screen
tanveer
Forum Newbie
Posts: 9 Joined: Sat Mar 27, 2004 11:07 am
Post
by tanveer » Sat Mar 27, 2004 12:42 pm
thanks a lot.
It worked.
Another question to ask is how to transfer my database from one computer to another?