Thank… but the question is “how” and not “what”... “what” I must do... I
know... dont know “how”

Thanks anyway

 

+                                                                          _
   // Emiliano Boragina _
   // Diseño & Comunicación //////////////////
+                                                                          _
   // [email protected]  /
   // 15 40 58 60 02 ///////////////////////////
+                                                                          _

  _____  

De: Vinay Kannan [mailto:[email protected]] 
Enviado el: Miércoles, 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
<[email protected]> wrote:

Hello…



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ño & Comunicación //////////////////
+                                                                          _
  // [email protected]  /
  // 15 40 58 60 02 ///////////////////////////
+                                                                          _




 

Reply via email to