php oracle sql injection

A

Anonymous

Guest
use

mysql_real_escape_string()

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
14 Year Old Programmer & Graphic Artist, Confident and Courageous
 
Just a guess. Are you sure that, in this case, you need to use only single oci_fetch_array() mode option?
Did you give a try to
Code:
OCI_RETURN_NULLS + OCI_ASSOC
istead of just
Code:
OCI_RETURN_NULLS
?
 
Back
Top