[PHP-DEV] Bug #3071: < is desplayed when refresh button is clicked at the bottom of the page. From: ecroteau <email protected>
Date: 12/30/99

From: ecroteau <email protected>
Operating system: Win98
PHP version: 3.0.11
PHP Bug Type: Misbehaving function
Bug description: &lt; is desplayed when refresh button is clicked at the bottom of the page.

<html><head><title>PHP Test</title></head>
<body>
<?php echo "Hello World<P>"; ?>
</body></html>

This script works normal when first executed, but if the refresh button it pressed a '<' appears at the bottom of the page.

I have tried both php-3.0.11 and php-4.0b3 with apache-1.3.6 and apache-1.3.9.

When I execute php.exe <scriptname> from the dos prompt no additional '<' appears. Please email me back with what I am doing wrong or what I need to do to fix this.

Thanks, Ethan

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>