Contact Us Forum Rules Search Archive
WebProWorld Part of WebProNews.com
Page One Link To Us Edit Profile Private Messages Archives FAQ RSS Feeds  
 

Go Back   WebProWorld > Webmaster, IT and Security Discussion > Web Programming Discussion Forum
Subscribe to the Newsletter FREE!


Register FAQ Members List Calendar Arcade Chatbox Mark Forums Read

Web Programming Discussion Forum Working with an API? Developing a plugin? Writing a Mod or script for your favorite blog, Web 2.0 site or Forum? Welcome.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 04-06-2004, 07:40 AM
vitor.neves's Avatar
WebProWorld New Member
 

Join Date: Mar 2004
Location: Portugal
Posts: 18
vitor.neves RepRank 0
Default Subscribe newsletter HTML code needed

hi,
1st, sorry my english, but i think u will understand what i'm looking.
i'm creating a my new site and i'd like to create a form where anyone who wants to receive my newsletter can put her email adress and subcribe them, like the one in this site but without the zip code.
what i don't know if is possible only in html and without using php, cgi or other things or even when clicking in subscribe he/she goes to another site.

best regards
__________________
Vitor Lenine de Mesquita e Neves

Rua Coronel Pereira Pascoal, 27 - 2º F
Pousos
2410-227 Leiria
Portugal

http://www.vitorneves.com
Reply With Quote
  #2 (permalink)  
Old 04-06-2004, 10:50 AM
sijpie's Avatar
WebProWorld Pro
 

Join Date: Sep 2003
Location: Scotland
Posts: 108
sijpie RepRank 0
Default

buenos dias, Vitor. (excuse my Portuguese...)

You will need some other language then just HTML, because the address data the user gives, needs to be stored in a database. And HTML cannot access a database.

So you will need your website on a server that has either PHP or ASP (or CGI, but that is a difficult language) support, and then you need to set up your database. Lastly you need to create your PHP or ASP code together with your HTML form to store the address information.

You can then also create a page where you enter your newsletter, and send out the newsletter to everyone in the database.

There are a number of good tutorials on either ASP or PHP for you to get started. ASP is most like visual basic, PHP like C. Do a search in google.

ISPs providing ASP support are generally more expensive then those providing PHP support, as ASP requires Windows 2000 servers.
__________________
Jaap

PalmVenue
Broekhuizen Paintings
MacSijp

You've done it all
You've broken every code (Steve Harley)
Reply With Quote
  #3 (permalink)  
Old 04-06-2004, 11:37 AM
vitor.neves's Avatar
WebProWorld New Member
 

Join Date: Mar 2004
Location: Portugal
Posts: 18
vitor.neves RepRank 0
Default

Quote:
Originally Posted by sijpie
buenos dias, Vitor. (excuse my Portuguese...)

You will need some other language then just HTML, because the address data the user gives, needs to be stored in a database. And HTML cannot access a database.

So you will need your website on a server that has either PHP or ASP (or CGI, but that is a difficult language) support, and then you need to set up your database. Lastly you need to create your PHP or ASP code together with your HTML form to store the address information.

You can then also create a page where you enter your newsletter, and send out the newsletter to everyone in the database.

There are a number of good tutorials on either ASP or PHP for you to get started. ASP is most like visual basic, PHP like C. Do a search in google.

ISPs providing ASP support are generally more expensive then those providing PHP support, as ASP requires Windows 2000 servers.
hi,
thanks for your reply.
i was trying to avoid the ASP, PHP, and so on, because i don't know work with that and i think where i have my site can handle with that because it's free hosting.
i made one, but opens the email program and didn't that hapens.
i'd love to know how to work with ASP and PHP, but the time i have is so short that i can't lear everything because at this moment i'm learning 3D Max.
so it looks like that i have to really learn PHP and ASP.

best regards,

"sorry my english :)" "buenos dias" is in spanish, in portuguese is "bom dia" :))
__________________
Vitor Lenine de Mesquita e Neves

Rua Coronel Pereira Pascoal, 27 - 2º F
Pousos
2410-227 Leiria
Portugal

http://www.vitorneves.com
Reply With Quote
  #4 (permalink)  
Old 04-06-2004, 01:50 PM
Deep13's Avatar
WebProWorld Veteran
 

Join Date: Dec 2003
Location: India
Posts: 306
Deep13 RepRank 0
Default

hi there,
i dont think it will be possible to do something like newsletter thing using client side language i.e dhtml

coz all these things needs to be entered somewhere and for that you need language which can run on server side and handle these queries i.e get values from the FORM and submit it to database or anywhere you want.

and if you dont know php you can always go for free mailing list managers like PHPListhttp://phplist.com and about hosting if you want free hosting then may be you can try applying at PHPFreaks website : http://phpfreaks.com

i hope this info helps you
regards
Deep
Reply With Quote
  #5 (permalink)  
Old 04-06-2004, 05:36 PM
vitor.neves's Avatar
WebProWorld New Member
 

Join Date: Mar 2004
Location: Portugal
Posts: 18
vitor.neves RepRank 0
Default

Quote:
Originally Posted by Deep13
hi there,
i dont think it will be possible to do something like newsletter thing using client side language i.e dhtml

coz all these things needs to be entered somewhere and for that you need language which can run on server side and handle these queries i.e get values from the FORM and submit it to database or anywhere you want.

and if you dont know php you can always go for free mailing list managers like PHPListhttp://phplist.com and about hosting if you want free hosting then may be you can try applying at PHPFreaks website : http://phpfreaks.com

i hope this info helps you
regards
Deep
hi Deep,
thanksa lote for your reply.
i go check the links and see what i can do and if is what i'm looking.
i allready found one extension for dreamweaver that can do what i'm looking, but steel have one problem, it opens a page from them, instead of returning to my site :/
i'm seeing that i have to learn PHP so i cam "be free" :))

best regards,
__________________
Vitor Lenine de Mesquita e Neves

Rua Coronel Pereira Pascoal, 27 - 2º F
Pousos
2410-227 Leiria
Portugal

http://www.vitorneves.com
Reply With Quote
  #6 (permalink)  
Old 04-06-2004, 06:20 PM
WebProWorld Veteran
 

Join Date: Jul 2003
Location: Spain
Posts: 343
computergenius RepRank 1
Default PHP and ASP

You don't have to learn both PHP *and* ASP - generally, you would use PHP on a Unix based server, and ASP on a Windows based server.

Just learn PHP <G>

With only HTML, you are correct, you can only use mailto: , and open the clients email program, which is not very good, and doesn't always work.
__________________
Pete Clark
Advertise events locally in Spain for free - http://hotcosta.com/events.php
Reply With Quote
  #7 (permalink)  
Old 04-07-2004, 05:03 AM
paulhiles's Avatar
WebProWorld 1,000+ Club
 

Join Date: Jul 2003
Location: UK
Posts: 2,803
paulhiles RepRank 0
Default Free mailing list/newsletter service

Hi Vitor,

the other replies have all suggested that you should learn PHP or ASP, in order to write the scripts yourself... whilst this is good advice, and I agree that it would be in your best interests to learn a programming language... in the meantime, if you want to have a newsletter signup on your site.. why not use a third party site such as Bravenet? The service is free, there's no need for server-side scripts, and they'll help you set up the form.

Check out their mailing list service at the following address:
http://www.bravenet.com/webtools/elist/index.php

Hope that helps,

Paul
Reply With Quote
  #8 (permalink)  
Old 04-07-2004, 12:19 PM
vitor.neves's Avatar
WebProWorld New Member
 

Join Date: Mar 2004
Location: Portugal
Posts: 18
vitor.neves RepRank 0
Default Re: Free mailing list/newsletter service

Quote:
Originally Posted by paulhiles
Hi Vitor,

the other replies have all suggested that you should learn PHP or ASP, in order to write the scripts yourself... whilst this is good advice, and I agree that it would be in your best interests to learn a programming language... in the meantime, if you want to have a newsletter signup on your site.. why not use a third party site such as Bravenet? The service is free, there's no need for server-side scripts, and they'll help you set up the form.

Check out their mailing list service at the following address:
http://www.bravenet.com/webtools/elist/index.php

Hope that helps,

Paul
hi,
thank you Paul and Pete for your advices.
i will check the link that Paul give me to see if works the way i want without open a page from another site (that way i allready got an extension to dreamweaver)
so i go check and see the better way, but i allready know that i have to learn a programming language so i get free of problems and better works.
(i have to make 48hours day to learn every i want)

best regards to all,
__________________
Vitor Lenine de Mesquita e Neves

Rua Coronel Pereira Pascoal, 27 - 2º F
Pousos
2410-227 Leiria
Portugal

http://www.vitorneves.com
Reply With Quote
  #9 (permalink)  
Old 04-08-2004, 12:19 PM
vitor.neves's Avatar
WebProWorld New Member
 

Join Date: Mar 2004
Location: Portugal
Posts: 18
vitor.neves RepRank 0
Default Re: Free mailing list/newsletter service

hi, again.

Paul the link u gave me it was great, i allready put in my new site that i'm working.

but thanks to all hat reply, thank you all for helping me.

by the way u can check how it looks and make comments.

http://www.designervitorneves.no.sap...jects/home.htm

best regards,
__________________
Vitor Lenine de Mesquita e Neves

Rua Coronel Pereira Pascoal, 27 - 2º F
Pousos
2410-227 Leiria
Portugal

http://www.vitorneves.com
Reply With Quote
Reply

  WebProWorld > Webmaster, IT and Security Discussion > Web Programming Discussion Forum
Tags: , , , ,



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Search Engine Optimization by vBSEO 3.2.0