<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> <title>WESPA PHP Newsletter Installer</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <meta name="keywords" content="web site" /> <meta name="Description" content="new site" /> <meta name="author" content="elfin" /> <meta name="copyright" content="Copyright 2008 WESPA Digital. All rights reserved." /> <link href="css/install.css" rel="stylesheet" type="text/css" /> </head> <body> <h1>WESPA PHP Newsletter</h1> <p>Manage your mailing lists easily.</p> <form name="form1" method="post" action="install3.php"> <fieldset> <legend>Database settings </legend> <p>Whether you will be using a <strong>text file</strong> or <strong>MySQL</strong> for the storage of the email addresses of the subscription list...</p> <input type="hidden" name="cwebsite" value="<?php echo $_POST['cwebsite']; ?>"> <input type="hidden" name="cstring" value="<?php echo $_POST['cstring']; ?>"> <input type="hidden" name="cpath" value="<?php echo $_POST['cpath']; ?>"> <input type="hidden" name="cusername" value="<?php echo $_POST['cusername']; ?>"> <input type="hidden" name="cpassword" value="<?php echo $_POST['cpassword']; ?>"> <input type="hidden" name="cemail" value="<?php echo $_POST['cemail']; ?>"> <fieldset><legend>Use MySQL</legend> <label> <input type="radio" name="cmysql" value="yes" /> Yes</label><br /> <label> <input name="cmysql" type="radio" value="no" checked="checked" /> No</label> <br /> </fieldset> <label for="cdbhostname">Hostname </label> <input name="cdbhostname" type="text" class="textboxgray" id="cdbhostname" value="localhost" size="50"><br /> <label for="cdbusername">Database login name </label> <input name="cdbusername" type="text" class="textboxgray" id="cdbusername" size="50"><br /> <label for="cdbpassword">Datebase login password</label> <input name="cdbpassword" type="text" class="textboxgray" id="cdbpassword" size="50"><br /> <label for="cdbname">Database name </label> <input name="cdbname" type="text" class="textboxgray" id="cdbname" size="50" /> <div class="next"><input type="submit" value="Finish Install" /></div> </fieldset> </form> </body> </html>