ID: 13929
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Old Status: Feedback
Status: Open
Bug Type: Variables related
Operating System: Windows 98
PHP Version: 4.0.6
New Comment:

An example

$query="INSERT INTO cuestionario ";
$query.="(id, c1, c2, c2_7, c3, c4, c5, c6, c71, c721, c731, c741, c751, c722, c723, 
c724, c725, c8, c9a1, c9a2, c9a3, c9b1, c9b2, c9c1, c9c2, c9d1, c9d2, c9d3, c9e1, 
c9e2, c9f1, c9f2, c10, c11, c12, c13, c14, c15, c16, c17, c18, c19, csexo, cedad, 
cocupacion, cts, cemail)";
$query.="values(NULL, '$c1', '$c2', '$c2_7', '$c3', '$c4', '$c5', '$c6', '$c71', 
'$c721', '$c731', '$c741', '$c751', '$c722', '$c723', '$c724', '$c725', '$c8', 
'$c9a1', '$c9a2', '$c9a3', '$c9b1', '$c9b2', '$c9c1', '$c9c2', '$c9d1', '$c9d2', 
'$c9d3', '$c9e1', '$c9e2', '$c9f1', '$c9f2', '$c10', '$c11', '$c12', '$c13', '$c14', 
'$c15', '$c16', '$c17', '$c18', '$c19', '$csexo', '$cedad', '$cocupacion', '$cts', 
'$cemail')";}


Previous Comments:
------------------------------------------------------------------------

[2001-11-10 04:26:00] [EMAIL PROTECTED]

Could you please add the shortest possible script
here which causes this?


------------------------------------------------------------------------

[2001-11-05 01:42:43] [EMAIL PROTECTED]

When a POST is send to the script, if more than 43 variables have the same starting 
char, the engine freezes.
No modules loaded.

------------------------------------------------------------------------



Edit this bug report at http://bugs.php.net/?id=13929&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to