tallberg Posted February 19, 2007 Share Posted February 19, 2007 Hi I have a form that I would like to remember its data. This is the code i use. <OPTION class='selector_option' value='Alpines' <?php if($_POST["The_Group"] == "Alpines") echo("Selected") ?>>Alpines</OPTION> It works fine. But the results from submitting the form include a new form for each row with an update and delete button. When submit that form with the update or delete buttons the the main form loses it data. What to do? Link to comment https://forums.phpfreaks.com/topic/39196-form-losing-data/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.