Re: Test.php loads, but nothing in Browser

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



"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



[Index of Archives]     [PHP Home]     [PHP Users]     [PHP Database Programming]     [PHP Install]     [Kernel Newbies]     [Yosemite Forum]     [PHP Books]

  Powered by Linux