[PHP] Two forms on one page - THE ANSWER

2011-01-04 Thread Ethan Rosenberg
Jim - Much thanks to you for solving a problem with which I have been struggling for the last two weeks. Here is the code: === http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";> Enter your date of birth, in mm/dd/ format: FORM

Re: [PHP] Two forms on one page

2011-01-04 Thread Jim Lucas
On 1/4/2011 12:53 PM, Paul M Foster wrote: > On Tue, Jan 04, 2011 at 10:08:47AM -0800, Jim Lucas wrote: > > [snip] > >> If this isn't it, I think you should explain (in sudo code) exactly the steps >> you are expecting things to. >> >> Example sudo code >> > > [snip] > > Normally I wouldn't co

Re: [PHP] Two forms on one page

2011-01-04 Thread Paul M Foster
On Tue, Jan 04, 2011 at 10:08:47AM -0800, Jim Lucas wrote: [snip] > If this isn't it, I think you should explain (in sudo code) exactly the steps > you are expecting things to. > > Example sudo code > [snip] Normally I wouldn't comment on this (sorry, Jim), but for the foreigners on the list

Re: [PHP] Two forms on one page

2011-01-04 Thread Jim Lucas
Sorry for top posting! FYI: You might want to check the math in your calculations. It says that I am 41 when my birthday is tomorrow and I will be 36... On 1/4/2011 10:08 AM, Jim Lucas wrote: > On 1/4/2011 7:53 AM, Ethan Rosenberg wrote: >> At 03:45 AM 1/4/2011, you wrote: >>> Ethan, >>> >>> Ok,

Re: [PHP] Two forms on one page

2011-01-04 Thread Jim Lucas
On 1/4/2011 7:53 AM, Ethan Rosenberg wrote: > At 03:45 AM 1/4/2011, you wrote: >> Ethan, >> >> Ok, I would do this with what I would call wizard steps... >> >> On 1/3/2011 3:17 PM, Ethan Rosenberg wrote: >>> Oooops - left out the text that was supposed to be in the quotes. >>> >>> Dear List - >>> >

Re: [PHP] Two forms on one page

2011-01-04 Thread Jim Lucas
Ethan, Ok, I would do this with what I would call wizard steps... On 1/3/2011 3:17 PM, Ethan Rosenberg wrote: Oooops - left out the text that was supposed to be in the quotes. Dear List - I would like to have two(2) forms in one PHP script. I would like to have the forms appear sequentially;

Re: [PHP] Two forms on one page

2011-01-03 Thread Govinda
..meanwhile... I had imagined you starting over with something coherent and bare- bones.. like: (upload this and try it out... then fill it out with your real code... if you like.) ..but now that I read Toby's reply on the php-db list I realize that maybe you meant for the second form to

Re: [PHP] Two forms on one page

2011-01-03 Thread Govinda
Dear List - I would like to have two(2) forms in one PHP script. I would like to have the forms appear sequentially; ie, that the first form would appear, the data would be entered, and then the second form would appear, the data would be entered, and the script would exit. The code belo

[PHP] Two forms on one page

2011-01-03 Thread Ethan Rosenberg
Oooops - left out the text that was supposed to be in the quotes. Dear List - I would like to have two(2) forms in one PHP script. I would like to have the forms appear sequentially; ie, that the first form would appear, the data would be entered, and then the second form would appear, the d

[PHP] Two forms on one page

2011-01-03 Thread Ethan Rosenberg
Dear List - I would like to have two(2) forms in one PHP script. I would like to have the forms appear sequentially; ie, that the first form would appear, the data would be entered, and then the second form would appear, the data would be entered, and the script would exit. The code below d