database records problem

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
dude81
Forum Regular
Posts: 509
Joined: Mon Aug 29, 2005 6:26 am
Location: Pearls City

database records problem

Post by dude81 »

Hi
When the number of records increases my html dislplay shows a problem i.e it goes down the page with a scrolling bar
and leaving a white space in between. Can anyone say why does this happen?
my friend says to use strip_slashes?? I dont think that is right one
User avatar
Jenk
DevNet Master
Posts: 3587
Joined: Mon Sep 19, 2005 6:24 am
Location: London

Post by Jenk »

Post your code please.
User avatar
dude81
Forum Regular
Posts: 509
Joined: Mon Aug 29, 2005 6:26 am
Location: Pearls City

Post by dude81 »

there is nothing wrong with the code
It is working fine on firefox, but when I open in IE, the number if records are more so the screen scrolls down leaving a huge white space in between while it is not showing any blank space for less number of records
ruchit
Forum Commoner
Posts: 53
Joined: Mon Sep 26, 2005 6:03 am

Post by ruchit »

if its really a PHP issue, it would not discriminate between browsers, the problem may well be somewhere else.
User avatar
n00b Saibot
DevNet Resident
Posts: 1452
Joined: Fri Dec 24, 2004 2:59 am
Location: Lucknow, UP, India
Contact:

Post by n00b Saibot »

ruchit wrote:if its really a PHP issue, it would not discriminate between browsers, the problem may well be somewhere else.
that somewhere is HTML, my friend...
Post Reply