MrVaux Posted December 8, 2010 Share Posted December 8, 2010 What I want is basicly a newspaper function. I have a table like this: name hone website email name1 hone1 website1 email1 So what i want is creating a mail link that takes the 2 mailadresses from my table. 1 email with 2 reciepts. Just like you seperate them with the ; in you mailclient mailto:email; email1 Hoping someone can help, I think it is not that hard, I am just a nOOb Quote Link to comment https://forums.phpfreaks.com/topic/221070-joining-several-cells-to-1-row-1-col/ Share on other sites More sharing options...
AE117 Posted December 9, 2010 Share Posted December 9, 2010 First let me ask you this. Do You want everyone to know who the email is sent to. When sending an email you can cc people which mean they get a copy but all recipients can see each other. I which case you would just modify your php mail header to have a cc: value. If you are want to just send emails to a list of people that looks like it was just sent to them then a do while loop is what you are looking for. Quote Link to comment https://forums.phpfreaks.com/topic/221070-joining-several-cells-to-1-row-1-col/#findComment-1144811 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.