This is the code :
$cur_aux=agl_sql_open($connexion);
$curs=$cur_aux;
ora_parse($cur_aux,"select :x,:y from dual");//$ACT);
ora_bind($cur_aux,"2",":x",5,2);
ora_bind($cur_aux,"2",":y",5,2);
This is the error :
<b>Fatal error</b>: Could not make parameter placeholder in <b>agl_sql.php.inc</b> on line <b>138</b><br>
AN IDEA ?
$cur_aux=agl_sql_open($connexion);
$curs=$cur_aux;
ora_parse($cur_aux,"select :x,:y from dual");//$ACT);
ora_bind($cur_aux,"2",":x",5,2);
ora_bind($cur_aux,"2",":y",5,2);
This is the error :
<b>Fatal error</b>: Could not make parameter placeholder in <b>agl_sql.php.inc</b> on line <b>138</b><br>
AN IDEA ?