Jump to content

Form losing data


tallberg

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.