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

RE: [PHP] Prefilled forms

2003-11-18 Thread b b
I haven't found a more elegant solution, > so if there is another > out there, I'd appreciate hearing about it. > > good luck, > > Warren Vail > > -Original Message- > From: Jay Blanchard > [mailto:[EMAIL PROTECTED] > Sent: Tuesday, November 18,

Re: [PHP] Prefilled forms

2003-11-18 Thread Eugene Lee
On Tue, Nov 18, 2003 at 01:24:23PM -0800, b b wrote: : : The Problem again: : I have a form, I fill it, click submit and then hit : back. Usually in other sites I see the data that I : attempted to submit. Forms originating from my site : are coming up blank. So what do you see if you put a pr

RE: [PHP] Prefilled forms

2003-11-18 Thread Vail, Warren
ay Blanchard [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 18, 2003 1:09 PM To: b b; [EMAIL PROTECTED] Subject: RE: [PHP] Prefilled forms [snip] I don't think you understood my question. Off course you have to store data in a database or a session var if you want to retrieve them later on.

RE: [PHP] Prefilled forms

2003-11-18 Thread Jay Blanchard
[snip] I am suspecting a php.ini setting that I have set or set off or an apache conf detail that is causing this. Bowser setting is a possibility but why then is it not behaving this way with other sites? [/snip] PHP, being a server side language, probably has nothing to do with this. Have you c

Re: [PHP] Prefilled forms

2003-11-18 Thread Nathan Taylor
This shouldn't have anything to do with your server config, but rather the forms themselves. What method are you sending the form(s) with? Nathan - Original Message - From: b b To: Jay Blanchard ; [EMAIL PROTECTED] Sent: Tuesday, November 18, 2003 4:24 PM Subject: RE:

RE: [PHP] Prefilled forms

2003-11-18 Thread b b
The Problem again: I have a form, I fill it, click submit and then hit back. Usually in other sites I see the data that I attempted to submit. Forms originating from my site are coming up blank. In respnonse to your reply: I am using mozilla 5 or netscape 7. Same result in both. However, thi

RE: [PHP] Prefilled forms

2003-11-18 Thread Jay Blanchard
[snip] I don't think you understood my question. Off course you have to store data in a database or a session var if you want to retrieve them later on. My problem is not there. I hava a form, I click submit and right after that I hit back. Usually in most cases the form will be prefilled with

RE: [PHP] Prefilled forms

2003-11-18 Thread b b
I don't think you understood my question. Off course you have to store data in a database or a session var if you want to retrieve them later on. My problem is not there. I hava a form, I click submit and right after that I hit back. Usually in most cases the form will be prefilled with what I

RE: [PHP] Prefilled forms

2003-11-18 Thread Jay Blanchard
[snip] I have installed linux/apache/php (again) recently on my machine. When I run an application off my server, fill out a form, submit it and then click back to edit some entries, the form comes up blank. This happen for apps running off my server only. Is it something with my php.ini, or is it