On 5/23/07, James Lockie <[EMAIL PROTECTED]> wrote:
Argh, that is the worst error. :-(
The error messages in PHP suck.

When I run your code it says:

Parse error: syntax error, unexpected T_VARIABLE in
/opt/local/apache2/htdocs/missing.php on line 5

If you did not get a similar error you may need to increase your error
reporting level and ensure your ability to actually see the errors as
well.  This is what I use in development:

error_reporting( E_ALL );
ini_set( 'display_errors', 1 );
ini_set( 'log_errors', 1 );


--
Greg Donald
http://destiney.com/

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to