php - How to stop getting serverside errors on android app -


this question has answer here:

i have android app communicates php script database operations.my problem need prevent server echoing app server errors or warnings.i know there security issues if see sensitive data in errors.i tried lot of things wrote in posts turn off error display in php.ini,error_reporting(0),ini_set("display_errors", 0) , ini_set("log_errors", 1)`.i triger errors , keep getting "received
parse error: syntax error, unexpected ......in line...".

i don't know if miss something.i new php , serverside things if stupid forgive me.

i must again dont need solution errors....because trigger them on purpose.i need prevent use application see sensitive data errors may occure.


Comments

Popular posts from this blog

ruby - Trying to change last to "x"s to 23 -

jquery - Clone last and append item to closest class -

c - Unrecognised emulation mode: elf_i386 on MinGW32 -