Max Number of Pages in Form?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
scottc
Forum Newbie
Posts: 2
Joined: Mon Jun 07, 2010 9:34 am

Max Number of Pages in Form?

Post by scottc »

Hello! What is the maximum number of pages one could have in a multi-page form? I've seen examples of 2-5, etc. What about a 30-50 page form? Is this possible? Is there a better way to handle so much input? Any advice is greatly appreciated! Thanks! Scott
User avatar
markusn00b
Forum Contributor
Posts: 298
Joined: Sat Oct 20, 2007 2:16 pm
Location: York, England

Re: Max Number of Pages in Form?

Post by markusn00b »

scottc wrote:Hello! What is the maximum number of pages one could have in a multi-page form? I've seen examples of 2-5, etc. What about a 30-50 page form? Is this possible? Is there a better way to handle so much input? Any advice is greatly appreciated! Thanks! Scott
As many as your heart desires. This isn't a limitation of PHP, or even HTML, but of the developer. However, I wouldn't recommend 30-50 pages for a form. ;)
User avatar
Jonah Bron
DevNet Master
Posts: 2764
Joined: Thu Mar 15, 2007 6:28 pm
Location: Redding, California

Re: Max Number of Pages in Form?

Post by Jonah Bron »

markusn00b wrote:As many as your heart desires...
Which, we can only hope, is less than what your server's ram and swap-space/pagefile can capacitate. :lol:
Post Reply