What Do I need for email newsletter, forms, scripts etc..... |
What Do I need for email newsletter, forms, scripts etc..... |
Aug 23 2008, 10:35 AM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 62 Joined: Aug 2008 Member No: 676,822 |
I want to set up an email newsletter but am not sure where to start or what i need to learn. I know I will need a from, but how do I set up the coding to add the new person to the list? Do I need a scritping language like php or javascript? Any help or direction on this would be greatly appreciated. Thanx.
|
|
|
|
![]() |
Aug 24 2008, 05:34 PM
Post
#2
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 41 Joined: Aug 2008 Member No: 675,652 |
I would use php and SQL. php could send the emails and add people to the send list and store them on a SQL Database.
|
|
|
|
Aug 24 2008, 06:45 PM
Post
#3
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 62 Joined: Aug 2008 Member No: 676,822 |
I am not too familiar with php or MySQL. Is it something I could learn in the next two months? At least enough to get by? I also thought about using a free newsletter service until I could learn waht is needed. Thanx
|
|
|
|
Aug 24 2008, 07:28 PM
Post
#4
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 41 Joined: Aug 2008 Member No: 675,652 |
I am not too familiar with php or MySQL. Is it something I could learn in the next two months? At least enough to get by? I also thought about using a free newsletter service until I could learn waht is needed. Thanx I think I can make one if you tell me what you would like to do with it and how to make it look. |
|
|
|
Aug 25 2008, 02:18 AM
Post
#5
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 41 Joined: Aug 2008 Member No: 675,652 |
I made a very simple script you can use in your site. I used no graphics or styles to make the code easier to read and edit.
here is a working demo of the signup page. http://meloco32.site40.net/newsletter/ and heres a demo of the send page to actualy email the people on the newsletter. http://meloco32.site40.net/newsletter/send.php Download |
|
|
|
Aug 25 2008, 09:20 AM
Post
#6
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 62 Joined: Aug 2008 Member No: 676,822 |
Thanx meloco32! I will time later today(gotta work) to look at the code and I may have few questions. Thanx again, Daniel
************************************ How does the user's info get to the database? which part of the code performs that function? Do I need info from my hosting company? And what do I need to get the newsletter to everyone? More specifically, what do I need to change in the code? |
|
|
|
Aug 25 2008, 11:08 PM
Post
#7
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 41 Joined: Aug 2008 Member No: 675,652 |
Thanx meloco32! I will time later today(gotta work) to look at the code and I may have few questions. Thanx again, Daniel ************************************ How does the user's info get to the database? which part of the code performs that function? Do I need info from my hosting company? And what do I need to get the newsletter to everyone? More specifically, what do I need to change in the code? If you re-download the files I commented all the code so you can open it with a site editor and kind of see what it does. the only things you need to change in the code is your SQL database info inside of db.php. If you don't have an SQL server from your host you can get one from 000webhost.com. after you have the settings correct just upload to your server run dbsetup.php and everything should be set up. after that index.php is the file to add people to the database. all you have to do is enter the email in the box and press 'sign up'. send.php is the file you will use to actualy send emails to the people signed up. Both of these files can be put anywhere on your site by simply adding the code to your current site and changing the file extension to .php. If you do this just make sure db.php is in the same directory. Download |
|
|
|
Aug 27 2008, 07:19 PM
Post
#8
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 62 Joined: Aug 2008 Member No: 676,822 |
Awesome, Thanx! I will be sure to credit you on our credits page.
|
|
|
|
Apr 2 2010, 01:00 PM
Post
#9
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Administrator Posts: 8,629 Joined: Jan 2007 Member No: 498,468 |
Topic Closed, and Moved to Resolved Topics. Please PM a moderator if you would like this reopened.
|
|
|
|
![]() ![]() |