I need an html code to e-mail updates to a web page and have them displayed for all but

Kioku

New member
not for all to post..? I'm making a we page for someone and he wants to be able to e-mail an address and have the contents of that email show up on his page in a news section. I have never done something like this before and am looking for a little help. I use adobe dreamweaver CS5 and would really appreciate some help.

Thank you.
 
I don't believe that this is possible however I could be wrong. I don't think you can use email to submit something to a database.
Anyway here is the solution I suggest: Use an HTML web form to submit the news headline and news article. Then use PHP to put it in a database and have the database display on the news page.
If you don't know PHP, I'd be happy to tell you how you can code the web form and PHP script.
 
Back
Top