Ask a Question related to PHP Development, Design and Development.
-
robert #1
Subscription mailing list
Hi All
Im building my first php site and what im looking for is a simple
tutuorial / example of a form which allows users to enter their email
address, which is stored in my Mysql db.
Also need to know how to go about mailing everyone who subscribes to
my news letter.
I know its probably quite simple, but i'd like to check for duplicate
email addresses, verify email addresses (dont know if that possible)
and allow them to un-subcribe.
Thanks in advance.
Robert, Inverness
robert Guest
-
Mailing List
Hey, I've got a site, but I'm pretty new to site design and I know NOTHING about coding...just use the software. Any idea (anyone?) on how I create... -
Mailing list set up!
Hi, Well i am looking to set up a mailing list for my new organisational web site and the way i thought to do it is to use the insert record server... -
Problems with JDBC site and Postgres mailing list subscription page
http://jdbc.postgresql.org/ seems to be down. Also I can't connect to the mailing list subscription page at: ... -
Tk mailing list
I want to deal with the Tk. Is there any relevant mailing list to gain information? -
Double Opt In Mailing List Subscription ASP, CDO, Access Example
Here's an example of using ASP, CDO and a Microsoft Access database to create a double opt in mailing list for subscribers. It lets the user... -
Alvaro G Vicario #2
Re: Subscription mailing list
*** robert wrote/escribió (6 Nov 2003 08:39:29 -0800):
You can either make e-mail database field a unique key or, simply, perform> but i'd like to check for duplicate email addresses
a SELECT query before inserting new addresses in order to check whether
user is already subscribed.
Add the address to a temporary table with a unique random id (like> verify email addresses (dont know if that possible)
kyzaxa3epada3ixy). Then send a message with instructions to activate the
account: "Visit http://www.site.com/activate.php?id=kyzaxa3epada3ixy".
In activate.php, check code exists, add data to final table and remove
temporary entry.
It's almost the same as subscribing, just replace "INSERT" with "DELETE"> and allow them to un-subcribe.
;-)
--
--
-- Álvaro G. Vicario - Burgos, Spain
--
Alvaro G Vicario Guest



Reply With Quote

