Hello
Suppose that we have a simple script like test.php3
<?
echo "This is the first line<br>";
exit();
?>
Now we call it at the address box of our browse: http://www.myserver.com/test.php3
All works fine. The line "This is the first line" is show.
Now press the reload button of your browse.
We have the line and below it a dirty character.
This extra line always appears when I reload a php script that output some thing to the browser.
Reload this screen HERE and you will see the character the last line.
Why ?
Thanks in advance,
Rui Torres