Re: [PHP] Re: unknown number of inputs

2009-04-10 Thread PJ
Michael A. Peters wrote: > Phpster wrote: >> >> >> On Apr 10, 2009, at 12:44, Al wrote: >> >>> >>> PJ wrote: I have a script with $_POST and to load data with text input. Situation: enter name of author(s) for book. I have the script set up to enter first_name, last_name for A

Re: [PHP] Re: unknown number of inputs

2009-04-10 Thread Phpster
On Apr 10, 2009, at 15:21, Al wrote: Phpster wrote: On Apr 10, 2009, at 12:44, Al wrote: PJ wrote: I have a script with $_POST and to load data with text input. Situation: enter name of author(s) for book. I have the script set up to enter first_name, last_name for Author1 and the

Re: [PHP] Re: unknown number of inputs

2009-04-10 Thread Michael A. Peters
Phpster wrote: On Apr 10, 2009, at 12:44, Al wrote: PJ wrote: I have a script with $_POST and to load data with text input. Situation: enter name of author(s) for book. I have the script set up to enter first_name, last_name for Author1 and the same for Author 2. Check if entry 1 exists t

Re: [PHP] Re: unknown number of inputs

2009-04-10 Thread Al
Phpster wrote: On Apr 10, 2009, at 12:44, Al wrote: PJ wrote: I have a script with $_POST and to load data with text input. Situation: enter name of author(s) for book. I have the script set up to enter first_name, last_name for Author1 and the same for Author 2. Check if entry 1 exists

Re: [PHP] Re: unknown number of inputs

2009-04-10 Thread Phpster
On Apr 10, 2009, at 12:44, Al wrote: PJ wrote: I have a script with $_POST and to load data with text input. Situation: enter name of author(s) for book. I have the script set up to enter first_name, last_name for Author1 and the same for Author 2. Check if entry 1 exists then proceed a

[PHP] Re: unknown number of inputs

2009-04-10 Thread Al
PJ wrote: I have a script with $_POST and to load data with text input. Situation: enter name of author(s) for book. I have the script set up to enter first_name, last_name for Author1 and the same for Author 2. Check if entry 1 exists then proceed accordingly Check if entry 2 exists then proce

Re: [PHP] Re: unknown number of inputs

2009-04-09 Thread Jim Lucas
Shawn McKenzie wrote: PJ wrote: I have a script with $_POST and to load data with text input. Situation: enter name of author(s) for book. I have the script set up to enter first_name, last_name for Author1 and the same for Author 2. Check if entry 1 exists then proceed accordingly Check if ent

[PHP] Re: unknown number of inputs

2009-04-09 Thread Shawn McKenzie
PJ wrote: > I have a script with $_POST and to load data with text input. > Situation: enter name of author(s) for book. I have the script set up to > enter first_name, last_name for Author1 and the same for Author 2. > Check if entry 1 exists then proceed accordingly > Check if entry 2 exists the