|
Posted by Tim Streater on 01/05/08 11:09
In article <1MadnWPh1avicePanZ2dnUVZ_v_inZ2d@comcast.com>,
Jerry Stuckle <jstucklex@attglobal.net> wrote:
> Jonas Werres wrote:
> >> It depends on the program. Sometimes I find the mysqli_ interface
> >> works better in the program, sometimes the mysql_ interface. It
> >> depends on a lot of factors in the scripts.
> >
> > And if mysql_ would exist alongside mysqli_, I would agree. But for
> > "sometimes, perhaps" you really can't suggest a newbie to use outdated
> > functions or even risk to write software that perhaps won't run under
> > the next version yourself.
> >
>
> They exist quite well together. All of my systems run both at the same
> time.
>
> And I've heard nothing about mysql_ functions going away. In fact, they
> are not even listed as deprecated in the PHP 5.x doc.
Has anyone even heard that they might be?
> Do you have other information?
>
> And yes, I do recommend they use when appropriate.
Prompted by this thread, I had a look at mysqli_ yesterday. Trouble is,
I have some 250 pages all using mysql_. It would be quite a lot of work
to change them, especially since there seems to be no mysqli_result
function. Once the job goes away from being a straight search/replace,
it's gonna get quite long, for me.
If I were starting from scratch, that would be a different matter.
Navigation:
[Reply to this message]
|