My html file, test.htm, looks like this: <html> <head> <title>Example</title> </head> <body>
<?php print( "Hello" ); ?> </body> </html> It doesn't print anything while the php file, test.php, print Hello on the screen. The test.php looks like this: <?php print( "Hello" ); ?> In this case, do I need to change my php.int file as you said? Thank you for the help. -Cho -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]