Hi :)
Hi
ocibindbyname() example says, that this syntax should be used: ...
OCIBindByName($stmt,":empno",&$empno,32);
etc. etc.
...
But it's time to mention, that to use &$empno here you MUST
set allow_call_time_pass_reference to true in your php.ini.
And/or maybe it would be better just to rewri
On 16 October 2003 13:48, Antony Dovgal wrote:
> Hi
>
> ocibindbyname() example says, that this syntax should be used: ...
> OCIBindByName($stmt,":empno",&$empno,32);
> etc. etc.
> ...
> But it's time to mention, that to use &$empno here you MUST
> set allow_call_time_pass_reference to true in yo
Hi
ocibindbyname() example says, that this syntax should be used:
...
OCIBindByName($stmt,":empno",&$empno,32);
etc. etc.
...
But it's time to mention, that to use &$empno here you MUST set
allow_call_time_pass_reference to true in your php.ini.
And/or maybe it would be better just to rewrite thi