Buying $20 for Http Form Post FIXING

Discussion in 'Services' started by bunbunx2, May 20, 2012.

  1. #1
    
    http://pastebin.com/ERxJ8bu7
    
    Code (markup):
    Above is my form post (please see pastebin), there this bug, i not sure why that any entry from "Zan Sayonara Zetsubou Sensei" to "Zone of the Enders" will not be posted.
    Tried on different server, same issue, is there a limit to form posting? how do i resolve this.

    Will paid $20 usd for such solution
    Mode: Paypal.
     
    bunbunx2, May 20, 2012 IP
  2. bunbunx2

    bunbunx2 Peon

    Messages:
    613
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #2
    P.S:

    If i try delete some category or rename them as ZZxxxxxxxxx, the other will work, so its not a naming issue. Sort of max amount of object a form can post or something, however i dont know. The issue is also not with the php code as what i print_r is the $_POST value, its just post an limit amount
     
    bunbunx2, May 20, 2012 IP
  3. Cucumba123

    Cucumba123 Well-Known Member

    Messages:
    1,403
    Likes Received:
    34
    Best Answers:
    3
    Trophy Points:
    150
    As Seller:
    100% - 1
    As Buyer:
    100% - 1
    #3
    Worst formatting ever, you won't be able to find the error easily.
     
    Cucumba123, May 21, 2012 IP
  4. JMDomains

    JMDomains Well-Known Member

    Messages:
    775
    Likes Received:
    15
    Best Answers:
    1
    Trophy Points:
    175
    As Seller:
    100% - 6
    As Buyer:
    100% - 0
    #4
    Agreed. Terrible formatting.

    What is the form for? Would it be possible to create a new one?

    John
     
    JMDomains, May 21, 2012 IP
  5. stephen0493

    stephen0493 Peon

    Messages:
    15
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #5
    It might be your MAX_POST_SIZE value that you need to change. This is the only thing that could limit the data sent to the server. If you are grabbing the info in PHP try var_dump($_REQUEST); to see all the data on the other side of the form, and that will show you exactly what is needing changed or whatever.

    Give me an email if non of those things work:
     
    stephen0493, May 22, 2012 IP