$stmt=OCIParse($conn,'SELECT *FROM USERS where USER_NAME = "USER_1");
when I want to execute this stmt , I have problem with "32" , error:
OCIStmtExecute: ORA-00904: "32": invalid identifier
maybe somebody know how to replace "" to validate character
apache 4
oracle 11