|
I wrote a php program that calls itself many times. That's not my problem. The first pass thru it requests the user to select a program from a selection list. Not a problem works like a charm. The second pass requests the user to select a game (the program is for a hockey league administrator to be able to enter goals for a game). The third pass thru the program gives the user a form to enter max of 10 goals.
In my test I enter 4 goals indicating team, period, time, scorer, and 2 assists. This works fine. When I hit submit after completing the form the program re-calls itself but does not generate the entire html code. It produces part of the header and stops abruptly.
Is there a limitation to the size of a php program? What could possibly be causing this problem?
Any assistance would be appreciated.
|