PHP mailing list using mysql
am 22.11.2009 22:58:19 von Baboucarr Sanneh
--_85caa822-6d56-4f45-954f-78632717688d_
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
hi guys=20
i want to develop a mailing list and the email addresses would be stored on=
a database..I want to kno how i can do this using php and mysql..
any help ?thnx
Regards=2C
bsanneh
$LIM $H@DY
=20
____________________________________________________________ _____
Windows Live: Keep your friends up to date with what you do online.
http://www.microsoft.com/middleeast/windows/windowslive/see- it-in-action/so=
cial-network-basics.aspx?ocid=3DPID23461::T:WLMTAGL:ON:WL:en -xm:SI_SB_1:092=
010=
--_85caa822-6d56-4f45-954f-78632717688d_--
Re: PHP mailing list using mysql
am 23.11.2009 08:55:49 von harlequin2
Hi baboucarr,
baboucarr sanneh schrieb:
> hi guys
> i want to develop a mailing list and the email addresses would be stored on a database..I want to kno how i can do this using php and mysql..
> any help ?thnx
If you don't want to start from scratch, have a look at the PHP
addressbook [1] and the demo installation of it [2]. The system offers
all the functionality needed for a mailing list system + address book
functionality, but it is lacking the ability of self-registration, which
you could implement by yourself and contribute the modification to the
project.
Regards, Sascha
[1] http://sourceforge.net/projects/php-addressbook/
[2] http://php-addressbook.sourceforge.net/demo
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
RE: PHP mailing list using mysql
am 03.12.2009 23:23:36 von Jacob.Bednarz
Bsanneh,
The quickest and easiest way of doing this would be to have a form where
the user enters their email address and it gets directly entered into a
database (trimmed and cleaned up of course so no nasties mess up your
system). Then all you would need to do would be a simple PHP mail()
script where the "to" header would be read from the database instead of
one address.
If you are still stuck with this, please do not hesitate to ask.
Jacob. =20
Save on overseas calls and SMS direct from your mobile. gotalk mobile =
lets you "Share the Moment" with family and friends overseas when and =
where you like. Call rates on our Straight Talk Plus plan start from =
just 1/2c per min (plus flagfall). Find out more at =
www.gotalkmobile.com.au
-----Original Message-----
From: baboucarr sanneh [mailto:sanneh27@hotmail.com]=20
Sent: Monday, 23 November 2009 7:58 AM
To: php-windows@lists.php.net
Subject: [PHP-WIN] PHP mailing list using mysql
hi guys
i want to develop a mailing list and the email addresses would be stored
on a database..I want to kno how i can do this using php and mysql..
any help ?thnx
Regards,
bsanneh
$LIM $H@DY
=20
____________________________________________________________ _____
Windows Live: Keep your friends up to date with what you do online.
http://www.microsoft.com/middleeast/windows/windowslive/see- it-in-action
/social-network-basics.aspx?ocid=3DPID23461::T:WLMTAGL:ON:WL :en-xm:SI_SB_=
1
:092010
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php