Which is better: mysql_connect or mysql_pconnect

后端 未结 3 2043
臣服心动
臣服心动 2020-12-14 12:18

I\'m a PHP newbie working a some scripts to display some news articles from a databse and wanted to find out a couple of things.

  • For opening a connection to a
3条回答
  •  暖寄归人
    2020-12-14 12:36

    You should also look at mysqli and pdo. mysql-extension is pretty old and does not support prepared statements mysqli does. And pdo supports multiple databases without changing queries.

提交回复
热议问题