Posted by Mike P2 on 05/13/07 15:14
On May 12, 11:07 pm, Jerry Stuckle <jstuck...@attglobal.net> wrote:
> Mike,
>
> But what you're doing is even worse - mixing OO and non-OO calls to the
> database. Your mysql() calls will not update the variables in the
> mysqli objects for instance.
>
> You shouldn't try to mix and match mysql and mysqli code in the same
> page - it's just asking for trouble.
>
> --
> ==================
> Remove the "x" from my email address
> Jerry Stuckle
> JDS Computer Training Corp.
> jstuck...@attglobal.net
> ==================
I did not mix OO and non-OO calls.
-Mike PII
[Back to original message]
|