Re: [PHP] submitting two forms on one page

2004-11-23 Thread Marek Kilimajer
Adil wrote: Hey everyone, I'm having issues with a couple of forms that exist on one page. Basically what I'm trying to do is the following: Select a client from a dropdown select box(submit inner form). Based on that, another select menu appears that retrieves a list of projects based on the cli

Re: [PHP] submitting two forms on one page

2004-11-23 Thread Greg Donald
On Tue, 23 Nov 2004 17:43:22 -0500, Adil <[EMAIL PROTECTED]> wrote: > The problem is that the outer form works fine, but the inner form that > dynamically retrieves the client project list doesn't refresh the page or > post so the project list never shows up. I've listed some code below. Looks li

[PHP] submitting two forms on one page

2004-11-23 Thread Adil
Hey everyone, I'm having issues with a couple of forms that exist on one page. Basically what I'm trying to do is the following: Select a client from a dropdown select box(submit inner form). Based on that, another select menu appears that retrieves a list of projects based on the client selecte