$str = update t1 set f1=v1  where id=x;update t1 set f1=v2 where id=x2;
mysql_query($str);
为什么这里在php里面无法更新数据库,但copy到mysql又行,
到底怎么样才能在php批量更新mysql数据