On Tue, Jan 6, 2015 at 10:29 AM, Lev <leventel...@gmail.com> wrote:

> I know what this error/warning is. I *DO* error handling in my code. I just
> don't want the message printed on the webpage.
>

PHP's general-purpose mechanism for warning squelching is to prepend the
command which is warning with an @ sign:


if( @someFuncWhichWarns() ) { ... }


-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/
http://gplus.to/sgbeal
"Freedom is sloppy. But since tyranny's the only guaranteed byproduct of
those who insist on a perfect world, freedom will have to do." -- Bigby Wolf
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to