Re: [PHP] Dynamic input fields in Form

2003-02-08 Thread Frank Keessen
Hi, Thanks guys for helping me out! Regards, Frank Original Message - From: "1LT John W. Holmes" <[EMAIL PROTECTED]> To: "Frank Keessen" <[EMAIL PROTECTED]>; "Jon Haworth" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, Febr

Re: [PHP] Dynamic input fields in Form

2003-02-07 Thread 1LT John W. Holmes
> Thanks for the answer; but there is nobody who can show me an example in > code??? You mean do the work for you? Do you want the PHP or Javascript solution? Only one can be posted on this list... The PHP one is simple. Assuming $_POST['num'] is the number from your drop down... for($x=0;$x<$_P

Re: [PHP] Dynamic input fields in Form

2003-02-07 Thread Kevin Stone
? "; } ?> - Kevin - Original Message - From: "Frank Keessen" <[EMAIL PROTECTED]> To: "Jon Haworth" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, February 07, 2003 10:54 AM Subject: Re: [PHP] Dynamic input fields in Form > Hi, > &g

Re: [PHP] Dynamic input fields in Form

2003-02-07 Thread Frank Keessen
Hi, Thanks for the answer; but there is nobody who can show me an example in code??? Regards, Frank - Original Message - From: "Jon Haworth" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, February 07, 2003 1:45 PM Subject: RE

RE: [PHP] Dynamic input fields in Form

2003-02-07 Thread Jon Haworth
Hi Frank, > I have a form where the user selects for example; how many cars > you have: 4. Then it most dynamicly create 4 input fields [...] Using only PHP, you'll have to make this a two-step process where page 1 collects the number of cars and posts to page 2, which generates the form accor

[PHP] Dynamic input fields in Form

2003-02-07 Thread fkeessen
Hi, Does anyone have a working example or a hint in the right direction for the following; I have a form where the user selects for example; how many cars you have: 4. Then it most dynamicly create 4 input fields (with different names) in the form where they can fill in the car brand and also