ᐧ

On Mon, Feb 24, 2014 at 7:34 PM, David Krings <ram...@gmx.net> wrote:

> Regular MySQL depricated? Can anyone elaborate on this? Is that to be
> understood as that the drivers for MySQL in PHP will go away eventually?
>

The "regular" MySQL library has been deprecated, meaning all of the
functions that start with mysql_*

That's these guys:

    http://us2.php.net/manual/en/book.mysql.php

They've been replaced by one of two things: the MySQL PDO driver, or the
mysqli_* functions:

    http://us2.php.net/manual/en/ref.pdo-mysql.php
    http://us2.php.net/manual/en/book.mysqli.php

--justin
_______________________________________________
New York PHP User Group Community Talk Mailing List
http://lists.nyphp.org/mailman/listinfo/talk

http://www.nyphp.org/show-participation

Reply via email to