Dear All
I have 2 Pages
smtpAuth.php
contents.php
When I use this code
$body = file_get_contents('contents.php');
$body = eregi_replace("[\]",'',$body);
It cannot show PHP variables values in Send email.
Content.php file attached as contentsphpfile
Whole HTML working fine but PHP DataBase values are not showing in Email.