Hi there !
i was wondering how many variables can be transmitted at once from a php file to another with GET or POST method.
Does anyone know ?
variable transmission with GET and POST method
Moderator: General Moderators
- orangeapple
- Forum Commoner
- Posts: 70
- Joined: Tue Jan 06, 2004 1:24 pm
- Location: Geneva / Switzerland
In IE, a URL can't be more than 2083 ( http://support.microsoft.com/default.as ... US;Q208427& ) characters, so that is the limit for $_GET. This is only a browser limit though, not a PHP limit
Mark
Mark
- orangeapple
- Forum Commoner
- Posts: 70
- Joined: Tue Jan 06, 2004 1:24 pm
- Location: Geneva / Switzerland
-
ilovetoast
- Forum Contributor
- Posts: 142
- Joined: Thu Jan 15, 2004 7:34 pm