I am working on a PHP program that allows the user to paste in code and then will run it and spit out an answer (at least that's the short description). Anyway, the textarea will only allow a certain amount of information to be submitted!
How do I get around this limit? I can paste in as much as I want, but if there's too much, the form just won't submit. I am running Apache w/ PHP on OS X.
Thanks
[ 08-02-2001: Message edited by: AlphaQuam ]