Re: help with multi dimensional arrays

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

 



On 5/23/07, James Lockie <bjlockie@xxxxxxxxx> 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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux