"Howard" <howard1291@xxxxxxxxxxx> wrote: > I wrote in Notepad the script <? phpinfo( ) ; ? >, > and saved the page as test.php Try <?php phpinfo(); ?> This should work correctly. You used the "short open tags" syntax, often disabled in your php.ini configuration; <?php script_goes_here ?> is the most correct, *common* and portable syntax. Best regards -- Massimo Lombardo -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php