isInit()) { echo 'Error db init'; return; } $db->buildTables(); if (isset($_GET['id'])) { $id = $_GET['id']; if (!$db->isCloud($id)) { echo 'NO CLOUD'; return; } $nbWords = $db->getCloudSize($id); echo sprintf('

%s

', $db->getCloudText($id)); ?>
'; echo sprintf('', $name, $i+1); echo sprintf('', $name, $name); echo ''; } ?>

Voulez-vous créer un nouveau nuage de mots?