I setup Apache 2.2.3.0 and PHP 5.1.6.6. When I run this PHP file: ---------------- <html> <head> <title>PHP Test</title> </head> <body> <?php echo '<p>Hello World</p>'; ?> </body> </html> ---------------- Any ideas why I get this for output? ---------------- Hello World '; ?> ---------------- srdaniel -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php