ホームページ >バックエンド開発 >PHPチュートリアル >$up が 1 にしか達しないのはなぜですか?
即ち何$up只能到1
$up=0;
while(@$_GET['action']=='up'){
$up++;
$up_sql= "update message set up='$up' where id=$_GET[id]";
if(mysql_query($up_sql)){
echo $up;
exit('');
}
}
-- ----解決案--------------------
$up_sql="更新メッセージ セットアップ = up+1 where id=$_GET[id]";