/ Published in: JavaScript
Expand |
Embed | Plain Text
<?php include "config.php"; include INCLUDES."engine.class.php"; for($i=0; $i<100; ++$i){ echo x::push("INSERT INTO `test` VALUES (NULL, 'Temat numer %1')", $conf['sql'])->attributes($i)->sql()->is(); } ?>
You need to login to post a comment.
