Processing large strings...
Moderator: General Moderators
Processing large strings...
If I have a textarea which could have a few kilobytes of information, whats the best way to process it? Just have it stored in the $_POST variable, or is there a better way to do it?