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.
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
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: