andyd34 Posted September 29, 2009 Share Posted September 29, 2009 Can anyone help me convert the following to jquery so i submit the results to another page $total = count($_POST['field']; for($i=1 ; $i <= $total $i++) { $var_$i = $_POST["field_$i"]; } Link to comment https://forums.phpfreaks.com/topic/175984-submitting-multiple-fields-through-jquery/ Share on other sites More sharing options...
RichardRotterdam Posted September 29, 2009 Share Posted September 29, 2009 Uh you can't convert that to jquery in that way. I'm guessing you want to check what form values are available for posting. You should prob take a look at the selectors Link to comment https://forums.phpfreaks.com/topic/175984-submitting-multiple-fields-through-jquery/#findComment-927306 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.