classe BDB et sa methode listTables()
[bazdig.git] / bazdig / console / index.php
blobe0f8bb54e0e5679ab79480940b7f1fe89f2bf9d2
1 <?php
2 session_start();
3 ?>
4 <html>
5 <head>
6 <title>bazdig</title>
7 <script src="../codepress/codepress.js" type="text/javascript"></script>
8 <link rel="stylesheet" type="text/css" href="../bazdig.css" />
9 </head>
10 <body>
11 <p><a class="button" href="../history/" accesskey="h" title="(h)">history</a><a class="button" href="../db/">database</a> </p>
12 <form method="get" action="../sql/exec/" target="_new">
13 <textarea id="input" name="input" class="codepress sql linenumbers-off" style="width:70%;height:350px;" wrap="off" tabindex="1">
14 <?php echo stripslashes($_GET['q']); ?>
15 </textarea><span id="browser"><?php echo $_SESSION['db'] ?></span><button id="ok" accesskey="k" title="(k)" onclick="q.value=input.getCode(); submit();">OK</button>
16 <input type="hidden" name="q" id="q"/>
17 </form>
18 </body>
19 </html>