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 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] 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 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
Archived
This topic is now archived and is closed to further replies.