Some kind of PHP buffering?

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
DodgyStevieC
Forum Newbie
Posts: 1
Joined: Sat Aug 10, 2002 9:42 pm
Location: England Lowestoft Suffolk

Some kind of PHP buffering?

Post by DodgyStevieC »

OK, I've got a script, for arguments sake, let's say it was this:

<HTML>
<HEAD>
<TITLE>Blah</TITLE>
</HEAD>
*some content here*
<?php
// include("table.php");
?>
</HTML>

There's a lot more content in there, but it's all HTML! The table.php is a table of recent entries, but there's no special code in there - once again, it's a file with pure HTML. If I take away the REM, on some people's machines, the page refreshes.

I thought this was just weird, I tried to get past it.

Later on, I was writing a user management script to go with this project of mine, and as an extra user came on to the database, the table got a slight bit bigger, so the output would be a bit bigger, then it started refreshing on those machines again.

Has anybody else had this problem? I'm using the latest version of PHP (4.3.3 I think?)... I need to solve it! It's driving me nuts!
User avatar
Takuma
Forum Regular
Posts: 931
Joined: Sun Aug 04, 2002 10:24 am
Location: UK
Contact:

Post by Takuma »

What do you mean by
then it started refreshing on those machines again.
?
MattF
Forum Contributor
Posts: 225
Joined: Sun May 19, 2002 9:58 am
Location: Sussex, UK

Post by MattF »

4.2.2 is the latest PHP version... unless you have a time machine... :!:
Post Reply