I want to combine these:
header("Location: index.php?msg=1");
header("Location: index.php#go-hear");
To look something like this:
header("Location: index.php#go-hear?msg=1");
これは可能ですか?つまり、_GET を使用し、switch ステートメントを介してフィルター処理するケースを送信しています。しかし、アンカータグを使用してページをページの上部ではなく下部にリダイレクトすることも必要です。