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.
特定のユーザーが特定のアイテムを変更または削除できるようにするスクリプトを作成したいと思います。
例:アイテム1-user1のみが編集できます。アイテム2-user2のみが編集できます。すべてのアイテム-管理者が編集できます
ユーザーとその権限を保存するためのデータベースが必要です。ログインしたユーザーに応じて、ユーザーの権限を確認し、特定のアクションを許可または拒否します。