㈠ php怎么修改数据库表里的一列数据
update 表名 set 列名=值 where 条件 这是修改符合条件的列update 表名 set 列名=值 修改全部列mysql_connect(连接配置)。。。。mysql_query(sql语句);