Re: [PHP] Prefilled forms (solved)

2003-11-19 Thread Eugene Lee
On Tue, Nov 18, 2003 at 06:00:12PM -0800, b b wrote: : : No I am saying that if you have: : : : : and you click submit then if you click back to see : the form the value you set w2 will be blank. If you : reverse the order however then you will see what you : entered in w2 This is a client c

Re: [PHP] Prefilled forms (solved)

2003-11-18 Thread John W. Holmes
b b wrote: No I am saying that if you have: and you click submit then if you click back to see the form the value you set w2 will be blank. If you reverse the order however then you will see what you entered in w2 odd, yes, but completely client dependent, so PHP isn't going to help. The only

Re: [PHP] Prefilled forms (solved)

2003-11-18 Thread b b
No I am saying that if you have: and you click submit then if you click back to see the form the value you set w2 will be blank. If you reverse the order however then you will see what you entered in w2 --- "John W. Holmes" <[EMAIL PROTECTED]> wrote: > b b wrote: > > > Problem: > > I am r

Re: [PHP] Prefilled forms (solved)

2003-11-18 Thread John W. Holmes
b b wrote: Problem: I am running apache/php server. If I populate a form, send it and then click back I see a blank form. Solution: I had some prefilled form elements where I set the value of such form element. For example I had input type = "hidden" VALUE="whatever" ... at the beginning of th

[PHP] Prefilled forms (solved)

2003-11-18 Thread b b
Alright lets clean the slate here. I think we all mean well and that is what counts. I apologize if I offended anybody. Incidentally I can't quite explain the solution to my dillemma. The following is a description of the Problem and the Solution: Problem: I am running apache/php server. If