POST limit?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • bigoxygen@gmail.com

    POST limit?

    Hi...

    Is there a $_POST limit in PHP?

    Thanks.

  • Guest's Avatar

    #2
    Re: POST limit?

    > Is there a $_POST limit in PHP?

    In PHP.INI -- (near line 400)

    ; Maximum size of POST data that PHP will accept.
    post_max_size = 8M

    The above is the default... you can change it.

    -Wil Moore III, MCP



    Comment

    • ZeldorBlat

      #3
      Re: POST limit?

      Didn't you already ask this question?

      Comment

      Working...