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
entered. In my case I am getting a totally blank form.
This is only hapenning with forms from my server. 

 

Cheers,
R.
--- Jay Blanchard
<[EMAIL PROTECTED]> wrote:
> [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 an apache setting ... It is making debugging
> very hard. Anybody
> seen this problem before?
> [/snip]
> 
> Yes, several of us have seen it, many times in fact.
> Imagine that.
> Browsers, being the stateless wonders that they are,
> do not 'maintain'
> the information. You have some choices through.
> Retrieve the variables
> from the database, save them in a session variable
> and retrieve them
> from there, or do some other imaginative method of
> 'maintaining' the
> variables until you are done with this particular
> group of variables.
> 
> I invite you to STFW and STFA for the answers to
> your dilemna. Have a
> pleasant day and happy coding!!
> 
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 


__________________________________
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
http://antispam.yahoo.com/whatsnewfree

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to