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"]; } Quote Link to comment 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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.