blob: 85c2fd5d764ecb44b314d177392b15c9fcf1cd97 [file] [log] [blame]
<h1>Crea nova taula</h1>
<form action="createtable.php" method="GET">
<label>Crear taula: <input type="text" name="dbname" placeholder="Nom de la base de dades" /></label>
<input type="password" name="token" placeholder="Token">
<input type="submit" />
</form>
<h1>Inserta valors</h1>
<form action="insert.php" method="POST" enctype="multipart/form-data">
<label>Insert CSV: <input type="file" name="csvname" /></label>
<input type="text" name="dbname" placeholder="Nom de la base de dades" value="<?=isset($_GET['dbname']) ? $_GET['dbname'] : ''?>" />
<input type="text" name="forcepos" placeholder="Posicions forçades (ex: [{'id': 0, 'pos': 2}])">
<input type="password" name="token" placeholder="Token">
<input type="submit" />
</form>
<h1>Mata qui no hagi matat a ningu</h1>
<form action="killnotkillers.php" method="GET">
<input type="password" name="token" placeholder="Token">
<input type="submit" />
</form>