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.
以下のコードを使用して、PHP でメールの本文に HTML コンテンツを表示できます。
$body = file_get_contents('yourfile.html');
しかし、データベースに保存されているメールの本文にあるユーザーパスワードを取得して表示したかったのです。
いくつかの提案をしてください。