there is something in the php.ini file that turns the display errors in browser on and off...
 
Randy 
 
-------Original Message-------
 
From: Kris Reid
Date: Wednesday, August 13, 2003 10:36:59 PM
Subject: Re: [PHP] error problem
 
Sorry the second "echo "Hello world";" was meant to have no semi colon
 
----- Original Message -----
From: "Kris Reid" <[EMAIL PROTECTED]>
To: "PHP List" <[EMAIL PROTECTED]>
Sent: Thursday, August 14, 2003 12:37 PM
Subject: [PHP] error problem
 
 
When I have an error in my code nothing gets written to the screen.
 
If I have
 
<?
 
echo "Hello world";
 
?>
 
It will works normal.
but if I have
 
<?
 
echo "Hello world";
 
?>
 
Nothing gets written to the browser. Not even the error message.
 
When I run php on the command line I get error messages just not when
running through a browser.
Where should I start looking for the problem?
 
Thanks
 
Kris
 
 
 
 
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
 
.
____________________________________________________
  IncrediMail - Email has finally evolved - Click Here

Reply via email to