sseeley Posted May 29, 2009 Share Posted May 29, 2009 I have a list of around 115 users, each has a select box of 4 options. Onces the options are selected these post to a second page to update the database. The first 100 posts are transfered to the second page, however all the records past 100, eg 101, 102 etc do not pass their details. postID is incremented automatically dependant upon the number of users within the system. echo $_POST['postID99']; This comes through all okay, but echo $_POST['postID100']; does not come through... If anyone can explain or help me I would be grateful. Regards Stuart echo "<input type=\"hidden\" name=$postID id=$postID value=$userID>"; Link to comment https://forums.phpfreaks.com/topic/160108-more-than-100-posts/ Share on other sites More sharing options...
Alt_F4 Posted May 29, 2009 Share Posted May 29, 2009 can you post the code for the whole page? I'm not entirely sure if that line of code is the issue. Link to comment https://forums.phpfreaks.com/topic/160108-more-than-100-posts/#findComment-844733 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.