ID: 13929 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Variables related Operating System: Windows 98 PHP Version: 4.0.6 New Comment:
No feedback. Closing. Previous Comments: ------------------------------------------------------------------------ [2001-11-10 04:47:12] [EMAIL PROTECTED] So what has this got to do with POSTs ? ------------------------------------------------------------------------ [2001-11-10 04:31:27] [EMAIL PROTECTED] I forgot this: mysql_query($query) or die("I can't access the database!"); On my computer works well, but when I access the page from another computer, the system freezes. When I change the name of the variables, the problem was solved ------------------------------------------------------------------------ [2001-11-10 04:29:13] [EMAIL PROTECTED] 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')";} ------------------------------------------------------------------------ [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]