smerny Posted November 15, 2009 Share Posted November 15, 2009 How is this done? to show what I want, something like (where i can set the key): <input type="text" name="in['<?php echo $i; ?>']" /> that loops through... and on the next page, how can i access them? something like: $_POST['in["2"]'] or something? hopefully thats understandable Quote Link to comment https://forums.phpfreaks.com/topic/181571-solved-array-within-post-array/ Share on other sites More sharing options...
Alex Posted November 15, 2009 Share Posted November 15, 2009 in[2] would be $_POST['in'][2] Quote Link to comment https://forums.phpfreaks.com/topic/181571-solved-array-within-post-array/#findComment-957719 Share on other sites More sharing options...
smerny Posted November 15, 2009 Author Share Posted November 15, 2009 lol thanks that was driving me nuts Quote Link to comment https://forums.phpfreaks.com/topic/181571-solved-array-within-post-array/#findComment-957720 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.