Hi,
A couple of people I have set up websites for have started having problems recently wherebys, its seems that a limit has been put in place as to the amount of data that can be posted from a form.
I'll give you a typical situation and see if anybody can assist.
I do a website for a football team who can login to their site and get an updatable table for all their player stats.
i.e. player name, position, appearances, goals, etc etc
This is then all posted, using arrays, so player[], position[], goals[] etc and then retrieved with a foreach loop and strangely it appears to lose data after the 30th-ish player.
Can somebody advise if a post size limit has been imposed as this was never an issue previously and will cause me a great deal of trouble if something like that has been introduced.
Thanks in advance


Reply With Quote

