Search found 1 match

by Iswald
Thu Mar 03, 2011 3:55 pm
Forum: PHP - Code
Topic: Submit Button Click
Replies: 4
Views: 260

Re: Submit Button Click

Hi everyone! <form name="form1" method="post" action="practice1.php"> <?php for($x=0;$x<3;$x++){ echo '<input name="txtVal[]" type="text">'; echo '<input name="sub[]" value="Add" type="Submit">'; echo "<br>"; ...