pardicity3
04-24-2003, 05:09 PM
Just how much can a textarea send using the post method? I have a page with a form on it that I use to update my log. When I try sending the information, using post, to a php script that puts it in a databse it often doesn't get put into the database. This only happens when I have a large message in the textarea. If I just type like 100 characters or something, it puts it in the databse, but if it is really large (I am not sure, but upwards of 1500 characters) it does not get put in. The even wierder thing is that php script finishes fine and gives me no errors as if it worked perfectly fine.
So, in conclusion, is there a max amount of characters that can be sent by a text area? I see that this form that I am typing in now to input my post allows 10000 characters. The messages I am sending are diffenetly not this long...oh so confusing.
P.S. I wasn't sure where to post this, I could have put this in php I suppose, or maybe mysql, or maybe pc issues since it could be me browser. I just figured that since it dealt with a textarea it would be fitting here. Mods, move if desired!
So, in conclusion, is there a max amount of characters that can be sent by a text area? I see that this form that I am typing in now to input my post allows 10000 characters. The messages I am sending are diffenetly not this long...oh so confusing.
P.S. I wasn't sure where to post this, I could have put this in php I suppose, or maybe mysql, or maybe pc issues since it could be me browser. I just figured that since it dealt with a textarea it would be fitting here. Mods, move if desired!