Lid |
|
Wat wil je erin hebben?
Als je er onzin in wil hebben:
Even in php:
<?php
for($i=1; $i<50; $i++)
{
$insert=mysql_query("INSERT INTO troep (iets, stom, dom) VALUES ('blabla', 'baldgal', 'alkjba')") or die(mysql_error());
}
?>
<?php for($i=1; $i<50; $i++) { } ?>
En als je die velden ook nog allemaal verschillend wil hebben, moet je gwn zo'n randomstring script gebruiken
Beetje appart, tabel met troep |