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.
ユーザーのIDが変更されると動的ページ(profile.php)が変更されるユーザープロファイルシステムがあります。profile.php?id=2 は、id=2 を持つユーザーのプロファイルを表示します。しかし、アドレスを user/user_name.php にしたいのです。そのため、各ユーザーに固有のプロファイル ページ アドレスを提供します。ユーザーごとに個別のページを作成しなくても可能ですか? thnx