Home / Questions / Other PHP SQL injection से बचने का सही तरीका क्या है? में error आए तो solution क्या है? Other 0 Views Verified PHP SQL injection से बचने का सही तरीका क्या है? में error आए तो solution क्या है? सही विकल्प चुनें और code/solution को समझें। #php #core php #php programming #php tutorial #php error #php solution #backend #developer Sarkari Result QA Bank Editorially reviewed exam information Share
Verified Correct Answer PDO prepared statements with bound parameters PDO prepared statements with bound parameters Additional Explanation Prepared statements SQL और user input को अलग रखते हैं। पहले exact error message, line number और input value check करें।
Verified केवल trim() करना केवल trim() करना Additional Explanation यह विकल्प सही Core PHP solution नहीं है।
Verified SQL string concatenate करना SQL string concatenate करना Additional Explanation यह विकल्प सही Core PHP solution नहीं है।
Verified password को query में जोड़ना password को query में जोड़ना Additional Explanation यह विकल्प सही Core PHP solution नहीं है।