Re: 2nd Pair of eyes please

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

 



On 26 January 2011 23:52, Donovan Brooke <lists@xxxxxxx> wrote:
> [snip]
>>
>> print = "<!-- problem -->";
>
> Â Â Â Â^
> Never mind, found it. :-/
>
> Donovan
>
>
> --
> D Brooke
>
> --
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>

Considering that the error is a parse error, I'm guessing you've
turned off all your error reporting.

If you are in development, then I'd turn on ALL the errors and warnings.

error_reporting=-1
display_startup_errors=1
display_errors=1

at least.

Look through php.ini-development to see what choices you have and
decide what would be useful.



-- 
Richard Quadling
Twitter : EE : Zend
@RQuadling : e-e.com/M_248814.html : bit.ly/9O8vFY

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




[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux