php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #26031 <textarea> bug
Submitted: 2003-10-29 16:33 UTC Modified: 2006-08-24 07:27 UTC
From: dario at designitup dot com Assigned:
Status: Not a bug Package: *General Issues
PHP Version: 4.3.3 OS: IIS6.0
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: dario at designitup dot com
New email:
PHP Version: OS:

 

 [2003-10-29 16:33 UTC] dario at designitup dot com
Description:
------------
i can't get php to process a <textarea> variable.
see code below. it seems that php can't process it beyond ~1500 characters.  the code below is very simple.  after clicking "submit" the <textarea> will echo back to the screen.... 

Reproduce code:
---------------
<? 
if(isset($submit)){
	echo $box;
}
?>

<html>
<head>
<title>textarea</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body>
<form action="<? echo $PHP_SELF; ?>" method="get">
<textarea name="box" cols="75" rows="15">
test, test, test, test, test, test, test, test, test, test, test, test,
test, test, test, test, test, test, test, test, test, test, test, test,
test, test, test, test, test, test, test, test, test, test, test, test,
test, test, test, test, test, test, test, test, test, test, test, test,
test, test, test, test, test, test, test, test, test, test, test, test,
test, test, test, test, test, test, test, test, test, test, test, test,
test, test, test, test, test, test, test, test, test, test, test, test,
test, test, test, test, test, test, test, test, test, test, test, test,
test, test, test, test, test, test, test, test, test, test, test, test,
test, test, test, test, test, test, test, test, test, test, test, test,
test, test, test, test, test, test, test, test, test, test, test, test,
test, test, test, test, test, test, test, test, test, test, test, test,
test, test, test, test, test, test, test, test, test, test, test, test,
test, test, test, test, test, test, test, test, test, test, test, test,
test, test, test, test, test, test, test, test, test, test, test, test,
test, test, test, test, test, test, test, test, test, test, test, test,
test, test, test, test, test, test, test, test, test, test, test, test,
test, test, test, test, test, test, test, test, test, test, test, test,
test, test, test, test, test, test, test, test, test, test, test, test,
test, test, test, test, test, test, test, test, test, test, test, test,
test, test, test, test, test, test, test, test, test, test, test, test,
test, test, test, test, test, test, test, test, test, test, test, test,
test, test, test, test, test, test, test, test, test, test, test, test,
test, test, test, test, test, test, test, test, test, test, test, test,
test, test, test, test, test, test, test, test, test, test, test, test,
test, test, test, test, test, test, test, test, test, test, test, test,
test, test, test, test, test, test, test, test, test, test, test, test,
test, test, test, test, test, test, test, test, test, test, test, test,
test, test, test, test, test, test, test, test, test, test, test, test,
test, test, test, test, test, test, test, test, test, test, test, test,
test, test, test, test, test, test, test, test, test, test, test, test,
test, test, test, test, test, test, test, test, test, test, test, test,
test, test, test, test, test, test, test, test, test, test, test, test,
</textarea>
<br>
<input name="submit" type="submit">
</form>
</body>
</html>



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-10-29 17:37 UTC] elmicha@php.net
Works fine here (Linux, Apache, Galeon). Most probably this is a limitation in your browser or your webserver.
 [2003-10-29 18:53 UTC] fmk@php.net
Try switching to the POST method. This will allow you to send more data from the browser to the web server.
 [2003-10-29 19:50 UTC] sniper@php.net
If it was a bug, would you think the message you sent had got here? Guess if the box you put that message is a <textbox>..

 [2021-05-15 03:21 UTC] cosmotheory at gmail dot com
https://www.dmtransfer.com/
 [2022-01-30 18:43 UTC] linquistic at gmail dot com
https://sohotransfers.com/
 [2023-04-30 19:46 UTC] info at holidayexpresstransfers dot com
www.korunaklivillam.com
 [2023-04-30 19:47 UTC] info at holidayexpresstransfers dot com
www.holidayexpresstransfers.com
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Jun 13 06:01:32 2024 UTC