Posted by peter on 10/22/06 22:06
> It works, but I have a problem.
> I submit the data through the syntax
>
> myfile.php?textbox=..........
> with myfile.php handling the database
>
> But if the text in the textarea is too long it doesn't work. There must
> be some other ways to do this.
> ideas?
do not use the get method for submitting the form. Use the post method. Post
can handle more data.
[Back to original message]
|