I am using email function of PHP, the script is look like this
i want to print $a as array inside string of body... how to make it?
- $a = array("a", "b", "c");
- $to = "[email protected]";
- $from = "[email protected]";
- $body = "
- ";
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Suthahar JegatheesanPosted Nov 21, 2016, 6:06 AM
Milan PrajapatiPosted Nov 22, 2016, 5:34 AM