Maximum number of parameters to pass?
Posted: Mon Apr 27, 2009 3:13 am
I have a script needs to pass parameters to itself after user clicks a button in order to add more records. However, the number parameters to pass will getting bigger if the user trys to add more records.
Ex. http://www.abc.com/record.php?a1=xxx&b1 ... b2=yxy&a3=........
My script works when the number of the parameters is under 68 but it doesn't work when it is 72.
It will show the error message: "Internet Explorer cannot display the webpage"
Can anyone please tell me why and how to overcome this problem?
Thanks,
Roger
Ex. http://www.abc.com/record.php?a1=xxx&b1 ... b2=yxy&a3=........
My script works when the number of the parameters is under 68 but it doesn't work when it is 72.
It will show the error message: "Internet Explorer cannot display the webpage"
Can anyone please tell me why and how to overcome this problem?
Thanks,
Roger