<h1>SQL-Data</h1> <p>Below you should enter your database connection details. If you're not sure about these, contact your host.</p> <p>Please do not use quotation marks (<b>"</b> or <b>'</b>). This inevitably leads to an error in the program.</p> <p> </p> <form> <fieldset> <ul> <li> <label for="sqldb">Database Name:</label> <input type="text" name="sqldb" id="sqldb" value="$sqldata->sqldb" /> <legend>The name of the database you want to run ezStats in.</legend> </li> <li> <label for="sqluser">User Name:</label> <input type="text" name="sqluser" id="sqluser" value="$sqldata->sqluser" /> <legend>Your MySQL username.</legend> </li> <li> <label for="sqlpwd">Password:</label> <input type="text" name="sqlpwd" id="sqlpwd" value="$sqldata->sqlpwd" /> <legend>...and MySQL password.</legend> </li> <li> <label for="sqlhost">Database Host:</label> <input type="text" name="sqlhost" id="sqlhost" value="$sqldata->sqlhost" /> <legend>You should be able to get this info from your web host, if <i>localhost</i> does not work.</legend> </li> <li> <label for="prefix">Table Prefix:</label> <input type="text" name="prefix" id="prefix" value="$sqldata->prefix" /> <legend>If you want to run multiple ezStats installations in a single database, change this.</legend> </li> </ul> </fieldset> </form>