Hi! I'm a newbie in web designing. i learned front page from book and i have a question now. i want to create an enzine for my website but i wonder how to create a code for my web so when somebody subscribe to my enzine, he or she can be instantly added to my data base. can you tell me how? second problem is how to delete somebody account if he/she want to unsubscribe? what is the code so he/she can instantly deleted? thanks
That requires PHP and is quite hard to do. No-one can really tell you how to do it unless you know PHP or some other Server-Side language. There may be custom scripts or software for this out there though...
Front page will only allow you to build static web pages. You need to learn php to do what you want to do. Here is a tutorial to get started WWW.TIZAG.COM And I suggest you learn html and not front page as that will allow you to integrate php with html. And like blue parukia said, buidling an ezine like the one you want is hard work.
If you are interested to play with database, you have to learn at least one server side programming language; like ASP, PHP, JSP. w3schools.com would be a good intro for any language beginners.