Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试通过 PHP 了解数据库管理和 MySQL。问题是我见过的所有 教程都在 使用,并且根据文档是不好的。使用函数有什么问题,有什么替代方法?如果有任何免费的在线教程,请发布链接。mysql_connectmysql_*
mysql_connect
mysql_*
您可以尝试使用“改进mysqli”的i代表来访问您的数据库,它提供了比连接器更多的功能,或者您也可以使用PHP 数据对象的wich 代表,这是我更喜欢的一种,因为它可以让您使用更多只是MySQL作为数据库。mysqlPDO
mysqli
i
mysql
PDO
PDO 链接 mysqli 链接