Reason

From Conservapedia
This is an old revision of this page, as edited by HaRP (talk | contribs) at 03:52, April 25, 2012. It may differ significantly from current revision.
Jump to navigation Jump to search

Question-Evolution-Campaign.jpg

Question-Evolution-Campaign.jpg

abc def

$val = str_repeat('x', 359); $sql = "INSERT INTO `test` (`test`) VALUES ('$val')";

$db = Zend_Db::factory(

   'Pdo_Mysql',
   array('host' => 'localhost', 'username' => 'root', 'password' => , 'dbname' => 'testdb')

); $db->getConnection(); $db->query($sql); Database schema to reproduce:

=====================

CREATE TABLE `testdb`.`test` ( `test` TEXT NOT NULL ) ENGINE = MYISAM ;$val = str_repeat('x', 359); $sql = "INSERT INTO `test` (`test`) VALUES ('$val')";

$db = Zend_Db::factory(

   'Pdo_Mysql',
   array('host' => 'localhost', 'username' => 'root', 'password' => , 'dbname' => 'testdb')

); $db->getConnection(); $db->query($sql); Database schema to reproduce:

=====================

CREATE TABLE `testdb`.`test` ( `test` TEXT NOT NULL ) ENGINE = MYISAM ;$val = str_repeat('x', 359); $sql = "INSERT INTO `test` (`test`) VALUES ('$val')";

$db = Zend_Db::factory(

   'Pdo_Mysql',
   array('host' => 'localhost', 'username' => 'root', 'password' => , 'dbname' => 'testdb')

); $db->getConnection(); $db->query($sql); Database schema to reproduce:

=====================

CREATE TABLE `testdb`.`test` ( `test` TEXT NOT NULL ) ENGINE = MYISAM ;