$_GET
値に文字「#」が含まれているパラメータを取得できません。
私は次のコードを持っています:
<iframe src="http://localhost/wp352/wp-content/plugins/heloworld/templates/options-rte.php?text_content=<span style="color: #ff0000;">Empty content.</span>">
文字を変更または削除すると、「#」はすべて正常に機能します。例えば:
<iframe src="http://localhost/wp352/wp-content/plugins/heloworld/templates/options-rte.php?text_content=<span style="color: ff0000;">Empty content.</span>">
パラメータ (text_content) の値を完全に取得するにはどうすればよいですか?
注: 私はPHPでこのパラメーター/値を取得してテストしています$_GET['text_content']
。
ありがとう