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.
href='getprojmansub.php?mch_status='R&M'
クエリ文字列の & 記号の後に値を渡すことはありません.
これを試して
$status = $_POST['mch_status']; echo htmlentities($status);
var_dump(urlencode("M&M")); 文字列(5) "M%26M"