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.
私はこれにこだわってい ます。変数<a href="profile.php?u=<?php echo $uiname ?>"/> を非表示にしようとしてい$_GETますが、成功しません。私が達成しようとしているのは、www.mywebsitename.com/profile/nameまたはのようなものwww.mywebsite.com/nameです
<a href="profile.php?u=<?php echo $uiname ?>"/>
$_GET
www.mywebsitename.com/profile/name
www.mywebsite.com/name
profile.php?u=name
そうすることは可能ですか?