Jump to content

More than 100 posts


sseeley

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.