Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
これを検索しましたが、何も見つからないか、盲目です。
更新を使用するすべてのユーザーにポイントを追加しようとしていますが、ポイントを変更し続けます: for exp:
$sql = mysql_query("UPDATE users SET points='20' WHERE username='".$_SESSION['username']."'")
20ポイントが加算されますが、再度送信しても同じままです。
どんな助けでも素晴らしいでしょう。
おそらくあるはずですpoints=points+20
points=points+20