create e-newsletter using php

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
shankari
Forum Newbie
Posts: 9
Joined: Mon Oct 03, 2011 9:37 am

create e-newsletter using php

Post by shankari »

I want to create a e-newsletter using php in which

1. Load the newsletter template (created using MS-Word)
2. create a html form wherein the users can enter the text, upload the images
3. On submit, place the tex and images in the newsletter and save in a different name.
4. email the newsltter

Am I making it clear,


sankari
User avatar
Celauran
Moderator
Posts: 6427
Joined: Tue Nov 09, 2010 2:39 pm
Location: Montreal, Canada

Re: create e-newsletter using php

Post by Celauran »

You've made clear what you want to do. What you haven't made clear is a.) what you've done so far, or 2.) where you're running into problems.
Post Reply