read large table in one page

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
tanveer
Forum Newbie
Posts: 9
Joined: Sat Mar 27, 2004 11:07 am

read large table in one page

Post by tanveer »

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 »

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 »

thanks a lot.
It worked.
Another question to ask is how to transfer my database from one computer to another?
Post Reply