On 26 January 2011 23:52, Donovan Brooke <li...@euca.us> 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

Reply via email to