PHP 8.5.0 Alpha 1 available for testing

Voting

: max(zero, one)?
(Example: nine)

The Note You're Voting On

Marty
20 years ago
This is an extention of Rusty's comment below:

After sitting here for hours trying to make IE6 flush data out in the middle of a page (with it working perfectly in Firefox), I finally figured out the problem. IE will not display flushed data (even if it has it) unless the table that contains it is complete.

Every new element you want IE to display must not be in ANY kind of table at all. You must end all your tables.

<< Back to user notes page

To Top