Keeping form elements in place after redirect



I have a form that is processed by a php page and then redirected by
the same php page back to the form page again.

After the page has redirected back it clears the data entered in the
form's textfield and combo selections. Is there a simple way of
mainting the user's text/selections after the form has been
redirected?

Cheers,

Chris
.



Relevant Pages

  • How to pass selected options to .php file when two scrolling lists appear at different times on page
    ... I have two database tables data_series and data_sets. ... The user will then select a subset of these, press a submit button, and be shown a scrolling list of all the child data sets of the selected data series. ... Problem is, when I code this following an example in PHP programming, the data series are displayed properly in a named 'data_series'. ... // If multiple selections are enabled the scrolling list returns an array. ...
    (php.general)
  • Retrieve array from FORM List of values?
    ... That form field is called "choices" and returns a value to the php file as ... selections on the form in to an array. ...
    (comp.lang.php)
  • Getting PHP variables to display fixed length
    ... I am coding a menu using PHP. ... Selections on the menu have code like: ...
    (comp.lang.php)
  • POST and multiple select
    ... How can I send all selections made in a multiple select box? ... the form and I display the content of the POST variable (through php), ... Bert Apperlo ...
    (alt.html)