I want to store these submitted values. Can it be possible without database? using just array. I don’t want to store values for a session. Just for long time unless deleted.
<form id="form1" name="form1" method="post" action=""><form id="form1" name="form1" method="post" action=""><p><label for="num1">Some text</label><input type="text" name="num1" id="num1" /></p><p><label for="num2">some text</label><input type="text" name="num2" id="num2" /></p><p><input type="radio" name="r" id="add" value="add" /><label for="add">Addition</label></p><p><input type="radio" name="r" id="sub" value="sub" /><label for="sub">Subtraction</label></p><p><input type="radio" name="r" id="mul" value="mul" /><label for="mul">Multiplication</label></p><p><input type="radio" name="r" id="div" value="div" /><label for="div">Division</label></p><p><label for="select">select</label><select><option value="volvo">Volvo</option><option value="saab">Saab</option><option value="opel">Opel</option><option value="audi">Audi</option></select></p></form>























