发哥要做活神仙

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

1、通过php连接上mysql数据库

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操作

 

posted on 2016-11-17 15:56  发哥要做活神仙(笔记)  阅读(113)  评论(0编辑  收藏  举报