
July 14th, 2000, 10:58 AM
|
|
Junior Member
|
|
Join Date: Jul 2000
Posts: 3
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
If I post data via a HTML/PHP form to a MySQL database (using POST or GET) it is posible that (if I pass a huge text block) the size of the content of a <textarea> field can exceed the maximum string length of a browser URL resulting in only a cut-down version of the content going into the database :-(
How does one get around that so that even large (64k+) text can be input into the database via PHP/HTML forms?
Thanks for the clarification.
Sincerely,
David
|