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