buildTables(); if (isset($_GET['id'])) { $id = $_GET['id']; if (!$db->isCloud($id)) { echo L::cloud_noId; return; } $nbWords = $db->getCloudSize($id); echo sprintf('

%s

', $db->getCloudText($id)); ?>
', $name, $name, L::save_word($i + 1) ); } ?>