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.
WYSIWYG エディタで作成された HTML コードを PHP で印刷するにはどうすればよいですか? 「echo」で印刷すると、htmlタグとして解釈されるのではなく、ウェブサイトにのみhtmlコードが表示されます。
ご回答有難うございます。
必要なのはhtmlspecialchars_decodeです
htmlspecialchars_decode —特別なHTMLエンティティを文字に変換し直します