> I am running into a strange problem. I have a script that parses a > database > for results. It cycles through the data one record at a time looking for > matches to the query. Up til now I haven't had any problems as the > results > have been limited in length. Now I have one that has a significant length > and the bottom is cut off on IE6. I haven't tried any earlier versions of > IE but Mozilla loads the entire page without this problem. Has anyone run > across this? Is there a way around it?
> Just as an additional note: the page has one continuous table so another > potential problem would be a limit to the length of a table? Probably and IE "feature" of only being able to handle a certain table size. The "way around" it would be to end the table and start another every so many rows... or split your rows up into Prev/Next pages... Did I read correctly that you're selecting an entire database and then using PHP to match criteria? Are you using a WHERE clause to do the sorting? Sounds like you may be going about this the wrong way... if not, carry on. ---John W. Holmes... Amazon Wishlist: http://www.amazon.com/o/registry/3BEXC84AB3A5E PHP Architect - A monthly magazine for PHP Professionals. Get your copy today. http://www.phparch.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php