Forum Moderators: mack
<TEXTAREA NAME="myTextArea" ROWS=20 COLS=80>$myTextArea</TEXTAREA>
In the database it is defined as "text", but since nothing happens when submit is clicked, I would think that the database has not even been accessed at that point.
Any suggestions?
<edit>misspelled a word</edit>
[edited by: coopster at 8:12 pm (utc) on Oct. 15, 2003]
Yes, the link earlier is about file uploads but it has some useful information to help determine whether or not you have a file size issue or a timeout issue. Create a phpinfo script and run it:
<?php
phpinfo();
?>
Find a couple configuration directives on the page that is displayed and let us know what their values are on your server: