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

 

版权声明:本文为91allan原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。
本文链接:https://www.cnblogs.com/91allan/p/6074135.html