xvilo
Gebruiker
- Lid geworden
- 14 dec 2008
- Berichten
- 492
heey gurlzzz,
Ik heb nu een PHP array:
is het nu mogelijk om deze automatis in een tabel te zetten.
Op deze manier:
Ik had al ge-googled maar daar kwam helaas niet veel bruikbaars (voor mij) uit.
thanks in advance
//xvilo
Ik heb nu een PHP array:
PHP:
<?php
$input = array('an accessory', 'an accomodation','an accuse', 'an achievement', 'an acid', 'an acquaintance','an action movie', 'an activity', 'an actress', 'an alcohlic', 'an alert', 'an alias', 'an allignment', 'an alley', 'a monkey','an skindhead','a ghost', 'a skinny guy','like everybody else','an fixed gear hipster','an crustpunk','an steampunk','a rockabilly duo','an cybergoth','an nintendocore','an screammolster','an generic "emo" girl','an hot topiccore','an crunkcore kid','an crabcore','an apple store indie','an post rocker','an indie jesus','an myspace whore','stupid','here','an asshole','just still there','a Dangerous, Mute Lunatic','a moron', 'an combustable lemon','a potato battery','a slow-clap-processor','Useless','a N00b','a Creeper','my Slave','a random person','Nothing','Crap', 'simple solution', 'a headcrab zombie', 'mario');
$rand_keys = array_rand($input, 2);
?>
is het nu mogelijk om deze automatis in een tabel te zetten.
Op deze manier:

Ik had al ge-googled maar daar kwam helaas niet veel bruikbaars (voor mij) uit.
thanks in advance
//xvilo