Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
2
Answers
make a loop on string ("")
Dwi Hyuga
8y
340
1
Reply
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
= "
";
Post
Reset
Cancel
Answers (
2
)
Next Recommended Forum
Send SMS using PHP
sending multiple recipients email using smtp on PHP