Re: [PHP] Many forms in one php file

2005-02-23 Thread Jochem Maas
Jay Blanchard wrote: [snip] I want to create a single php file which will be able to display multiple html forms. Like this: Form1 - Form2 - Form3. After the user completes and submits Form1, the script will process it and display a different form. etc... I am new to php, I would need some

Re: [PHP] Many forms in one php file

2005-02-15 Thread Leif Gregory
Hello NSK, Tuesday, February 15, 2005, 8:21:43 AM, you wrote: N After the user completes and submits Form1, the script will process N it and display a different form. etc... There's a boatload of ways to do this, but here's a real simple one to get you rolling. I'll leave it up to you to make

RE: [PHP] Many forms in one php file

2005-02-15 Thread Jay Blanchard
[snip] I want to create a single php file which will be able to display multiple html forms. Like this: Form1 - Form2 - Form3. After the user completes and submits Form1, the script will process it and display a different form. etc... I am new to php, I would need some detailed instructions,

Re: [PHP] Many forms in one php file

2005-02-15 Thread Richard Lynch
NSK wrote: I want to create a single php file which will be able to display multiple html forms. Like this: Form1 - Form2 - Form3. After the user completes and submits Form1, the script will process it and display a different form. etc... I am new to php, I would need some detailed