|
It probably has to do with the timer on when to redraw the page, it hasn't fully parsed and loaded it yet before it starts to display it, causing this issue.
__________________
PHP Code:
<?php echo "Hello World"; ?>
HTML Code:
<html><head><title>Hello World</title></head><body><p>Hello World</p></body></html>
|