more than one mail separate with comma or space insert one register for each mail

------=_NextPart_000_0031_01CA3C4C.8A63D560
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Hello=85



I must do a form with only one input text.

In this the client want to write more than one mail, separte with comma =
or
white space.

But each mail must be a register in the table in the data base.

How do I do this?



+ =
_
// Emiliano Boragina _
// Dise=F1o & Comunicaci=F3n //////////////////
+ =
_
// emiliano.boragina [at] gmail.com /
// 15 40 58 60 02 ///////////////////////////
+ =
_




------=_NextPart_000_0031_01CA3C4C.8A63D560--
Emiliano Boragina [ Mi, 23 September 2009 17:51 ] [ ID #2016941 ]

RE: more than one mail separate with comma or space insert one register for each mail

------=_NextPart_000_0010_01CA3C60.33B6B7A0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Thank=85 but the question is =93how=94 and not =93what=94... =93what=94 =
I must do... I
know... dont know =93how=94

Thanks anyway



+ =
_
// Emiliano Boragina _
// Dise=F1o & Comunicaci=F3n //////////////////
+ =
_
// emiliano.boragina [at] gmail.com /
// 15 40 58 60 02 ///////////////////////////
+ =
_

_____

De: Vinay Kannan [mailto:vinykan [at] gmail.com]
Enviado el: Mi=E9rcoles, 23 de Septiembre de 2009 01:02 p.m.
Para: Emiliano Boragina
Asunto: Re: [PHP-DB] more than one mail separate with comma or space =
insert
one register for each mail



use php explode to explode the single string that has either the comma =
or
white space, save them into variables and update them into the database
table simultaneously.



This should work, try looking up the net for PHP explode, I think that
should do it for you.



Thanks,

Vinay Kannan.

On Wed, Sep 23, 2009 at 9:21 PM, Emiliano Boragina
<emiliano.boragina [at] gmail.com> wrote:

Hello=85



I must do a form with only one input text.

In this the client want to write more than one mail, separte with comma =
or
white space.

But each mail must be a register in the table in the data base.

How do I do this?



+ =
_
// Emiliano Boragina _
// Dise=F1o & Comunicaci=F3n //////////////////
+ =
_
// emiliano.boragina [at] gmail.com /
// 15 40 58 60 02 ///////////////////////////
+ =
_







------=_NextPart_000_0010_01CA3C60.33B6B7A0--
Emiliano Boragina [ Mi, 23 September 2009 20:11 ] [ ID #2016944 ]

RE: more than one mail separate with comma or space insert one register for each mail

------=_NextPart_000_0015_01CA3C63.0A0180E0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Sorry Vinay=85 I dont read right your answer... sorry a lot...

Thank you!

+ =
_
// Emiliano Boragina _
// Dise=F1o & Comunicaci=F3n //////////////////
+ =
_
// emiliano.boragina [at] gmail.com /
// 15 40 58 60 02 ///////////////////////////
+ =
_

_____

De: Vinay Kannan [mailto:vinykan [at] gmail.com]
Enviado el: Mi=E9rcoles, 23 de Septiembre de 2009 01:02 p.m.
Para: Emiliano Boragina
Asunto: Re: [PHP-DB] more than one mail separate with comma or space =
insert
one register for each mail



use php explode to explode the single string that has either the comma =
or
white space, save them into variables and update them into the database
table simultaneously.



This should work, try looking up the net for PHP explode, I think that
should do it for you.



Thanks,

Vinay Kannan.

On Wed, Sep 23, 2009 at 9:21 PM, Emiliano Boragina
<emiliano.boragina [at] gmail.com> wrote:

Hello=85



I must do a form with only one input text.

In this the client want to write more than one mail, separte with comma =
or
white space.

But each mail must be a register in the table in the data base.

How do I do this?



+ =
_
// Emiliano Boragina _
// Dise=F1o & Comunicaci=F3n //////////////////
+ =
_
// emiliano.boragina [at] gmail.com /
// 15 40 58 60 02 ///////////////////////////
+ =
_







------=_NextPart_000_0015_01CA3C63.0A0180E0--
Emiliano Boragina [ Mi, 23 September 2009 20:32 ] [ ID #2016945 ]
PHP » gmane.comp.php.database » more than one mail separate with comma or space insert one register for each mail

Vorheriges Thema: one input, much mails, insert in db
Nächstes Thema: Need help in PHP file Management System