Current Message Text Area Increasing Characters Please :)
Posted: Fri Aug 21, 2009 8:33 am
Script URL:
Version of script:
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:
Write your message below:
Love this updated version. Thank-you!
I was wondering is there a way to have the current message box to be able to accept more characters. I found this part of the code in the index.php file:
I tried to increase the rows="125" cols="260" to no avail. If at all possible I'm trying to set it around 9,000 characters. Any help would be greatly appreciated.
TIA
Version of script:
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:
Write your message below:
Love this updated version. Thank-you!
I was wondering is there a way to have the current message box to be able to accept more characters. I found this part of the code in the index.php file:
Code: Select all
<tr>
<td style="text-align:right" width="150" valign="top"><?php echo $hesklang['message']; ?>: <font class="important">*</font></td>
<td width="80%"><textarea name="message" rows="12" cols="60"><?php if (isset($_SESSION['c_subject'])) {echo stripslashes(hesk_input($_SESSION['c_message']));} ?></textarea></td>
TIA
