$_POST["url"]
いくつかの URL 文字列を値として持つHTML フォーム フィールドがあります。
値の例は次のとおりです。
https://example.com/test/1234?email=xyz@test.com https://example.com/test/1234?basic=2&email=xyz2@test.com https://example.com/test/1234?email=xyz3@test.com https://example.com/test/1234?email=xyz4@test.com&testin=123 https://example.com/test/the-page-here/1234?someurl=key&email=xyz5@test.com
等
email
これらの URL/値からパラメーターのみを取得するにはどうすればよいですか?
ブラウザのアドレス バーからこれらの文字列を取得していないことに注意してください。