I have a newsletter template in one file and a mail script in another file which basically pulls email addresses from a database and loops through each one sending the email to them.
I am using this code to get the contents of the newsletter template:
$content = file_get_contents('attach/T_newsletter.php');
What I need to do now is send PHP variables along with this eg:
T_newsletter.php?test=hello
and then be able to pull them from the URL in the template and adjust the content accordingly.
Could someone explain how I would do this please?
Thanks for any help
JavaScript questions and answers, JavaScript questions pdf, JavaScript question bank, JavaScript questions and answers pdf, mcq on JavaScript pdf, JavaScript questions and solutions, JavaScript mcq Test , Interview JavaScript questions, JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)