1 <div align="center"> 2 <h1>WebMySQL v<!--version--></h1> 3 <p>Please enter your database connection details.</p> 4 <form action="<!--self-->" method="POST"> 5 <input type="hidden" name="action" value="connect"> 6 <table class="inputtable"> 7 <tr><th>Host</th><td><input type="text" name="host"></td></tr> 8 <tr><th>Username</th><td><input type="text" name="user"></td></tr> 9 <tr><th>Password</th><td><input type="password" name="password"></td></tr> 10 <tr><th>Database</th><td><input type="text" name="database"></td></tr> 11 </table> 12 <br> 13 <table class="inputtable"> 14 <tr><th><input type="submit" value="Connect"></th></tr> 15 </table> 16 </form> 17 </div>