|  | Posted by Rik on 06/16/42 11:52 
yawnmoth wrote:> I have two servers that have had PHP installed on them and...
 >
 > <?php
 > echo 'hello, world!
 >>
 
 <?php
 echo 'hello, world!';
 ?>
 
 > ...displays a parse error on server A and doesn't display anything on
 > server B.
 
 Run:
 <?php
 ini_set('display_errors', 1);
 error_reporting(E_ALL);
 echo 'hello, world!
 ?>
 
 Grtz,
 --
 Rik Wasmus
  Navigation: [Reply to this message] |