PHP操作数据库
Posted 发哥要做活神仙
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了PHP操作数据库相关的知识,希望对你有一定的参考价值。
2、选择数据库
3、通过php进行insert操作
4、通过php进行delete操作
5、通过php进行update操作
6、通过php进行select操作
通过php链接mysql数据库:
mysql_connect("localhost","root","123")
选择数据库:
mysql_select_db(“set names utf8”);
通过php尽心insert操作
以上是关于PHP操作数据库的主要内容,如果未能解决你的问题,请参考以下文章