This is a discussion on Limit to $_GET and $_POST method within the PHP Programming forums, part of the Web Development category; hi, How much data can we send through POST and GET methods while sending data from one page to others ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| |||
| hi, How much data can we send through POST and GET methods while sending data from one page to others in PHP?
__________________ With, J. Jeyaseelan Everything Possible |
| Sponsored Links |
| |||
| hi, As we get the information from Microsoft site, Microsoft Internet Explorer has a maximum uniform resource locator (URL) length of 2,083 characters. Internet Explorer also has a maximum path length of 2,048 characters. This limit applies to both POST request and GET request URLs. If you are using the GET method, you are limited to a maximum of 2,048 characters, minus the number of characters in the actual path. However, the POST method is not limited by the size of the URL for submitting name/value pairs. These pairs are transferred in the header and not in the URL. If anybody is having any different things for this mostly welcome
__________________ With, J. Jeyaseelan Everything Possible |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Limit on Sub-folders / Files in Linux | bluesky | Operating Systems | 5 | 03-31-2008 11:03 PM |
| Max User Connection, can limit be increased? | senraj | PHP Programming | 2 | 12-03-2007 01:59 AM |
| File Upload Size Limit | KiruthikaSambandam | ASP and ASP.NET Programming | 9 | 09-27-2007 03:16 AM |
| How do I limit the number of rows I get out of my database | sans | PHP Programming | 1 | 09-12-2007 12:20 AM |
| why limit wont work for updats statement | vivekanandan | Database Support | 2 | 08-06-2007 06:09 AM |