Search found 3 matches

by mrb16a
Fri Apr 10, 2009 6:40 am
Forum: PHP - Code
Topic: Outputting the contents of a php array into a html email usp
Replies: 4
Views: 80

Re: Outputting the contents of a php array into a html email usp

Hi, what you wrote was very close to what i needed to write.

I was able to work my way through it with what you suggested and all is working now.

Thanks. Much appreciated.
by mrb16a
Fri Apr 10, 2009 4:24 am
Forum: PHP - Code
Topic: Outputting the contents of a php array into a html email usp
Replies: 4
Views: 80

Re: Outputting the contents of a php array into a html email usp

Hi thanks for the reply. Unfortunately your suggestion does not do what i was after. I actually need to go through my array and list out each item. Also the output that i need to do is just not from one array, it is also a combination of some mysql queries which i already have as they output to the ...
by mrb16a
Fri Apr 10, 2009 3:40 am
Forum: PHP - Code
Topic: Outputting the contents of a php array into a html email usp
Replies: 4
Views: 80

Outputting the contents of a php array into a html email usp

As the topic suggests, i am trying output the contents of a php array into a html email that i would use php code to send.

Can do everything besides get the php array data into the html email.

Any ideas?