On Jan 27, 2011, at 4:00 AM, Richard Quadling wrote:
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
I think it actually was working, because he had printed a html
comment. nothing would show.
Karl DeSaulniers
Design Drumm
http://designdrumm.com
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php