Re: [PHP] Re: 2 forms, same page, 1st is file upload - works in IE, 'dies' in non-IE browsers

2009-03-19 Thread scubak1w1
"haliphax" wrote in message news:952625160903130640l7c1a2f0bh8af2b6ffc447b...@mail.gmail.com... > On Fri, Mar 13, 2009 at 3:18 AM, 9el wrote: >>> It sounds like a script error rather than a PHP error. Use Firebug which >>> will show you the HTML as it is updated by Javascript, so you can see >>

Re: [PHP] Re: 2 forms, same page, 1st is file upload - works in IE, 'dies' in non-IE browsers

2009-03-13 Thread haliphax
On Fri, Mar 13, 2009 at 3:18 AM, 9el wrote: >> It sounds like a script error rather than a PHP error. Use Firebug which >> will show you the HTML as it is updated by Javascript, so you can see >> where the problem is. I'm willing to bet that the Javascript code you >> are using is IE only. >> >> Y

Re: [PHP] Re: 2 forms, same page, 1st is file upload - works in IE, 'dies' in non-IE browsers

2009-03-13 Thread 9el
> It sounds like a script error rather than a PHP error. Use Firebug which > will show you the HTML as it is updated by Javascript, so you can see > where the problem is. I'm willing to bet that the Javascript code you > are using is IE only. > > Yeah, php is never browser specific. It is rendered

Re: [PHP] Re: 2 forms, same page, 1st is file upload - works in IE, 'dies' in non-IE browsers

2009-03-13 Thread Ashley Sheridan
On Fri, 2009-03-13 at 02:06 -0500, Micah Gersten wrote: > scubak1w1 wrote: > > Hello, > > > > Banging my head against this one... > > > > Briefly: > > - I have two forms on the same page > > - both forms are: action="" > > method="post" > > - both forms gave unique ids > > - both forms have