Lists To Maintain Values On Self Processing Page
Posted: Tue Dec 14, 2004 7:27 pm
Hi,
I don't even know how to properly descrbe this. but here goes.
I have a page with a form on it including multiple selection capable lists. Theses lists values are being pulled from an sql database. Once submitted the page will self process and continue if error free yada yada yada... But if not we are back at square one..
how do i get the selected values from the list to stay when the page reloads when there was an entry error?
In text fields I just <?php echo $_POST['value']; ?> in the value attribute.
Thanks a million,
I don't even know how to properly descrbe this. but here goes.
I have a page with a form on it including multiple selection capable lists. Theses lists values are being pulled from an sql database. Once submitted the page will self process and continue if error free yada yada yada... But if not we are back at square one..
how do i get the selected values from the list to stay when the page reloads when there was an entry error?
In text fields I just <?php echo $_POST['value']; ?> in the value attribute.
Thanks a million,