<?php session_start(); if(isset($_REQUEST['textLogin'])) { $_SESSION['user_name'] = $_REQUEST['textLogin']; } ?> <html> <head> <title> tabatha Cannon-Final Assignment </title> <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" /> <link rel="stylesheet" href="stylesheet.css" type="text/css" /> <?php /*Programmer:Tabatha Cannon; Assignment Number:5; Date:May 2, 2009; Program Description:Final Project; Known Bugs:None; Assignment web location:http://tabc.awardspace.com/09.hw.assignment5/aboutus.php; */ ?> </head> <body> <?php echo "<img src='graphics/LOGO.jpg' width='700px' height='200px' alt='JeanSkirts.com Logo' /><br/>"; echo "<br/>".$_SESSION['user_name'].", here is a little bit of information about our company."; ?> <form name="sess_page" method="get"> <table width="700px"> <tr> <td width="15%" align="center" bgcolor="#d0cfa2"><br/> <input type="text" name="textLogin" value"" size="10"><br/> <a href="javascript:doSubmit();">Login</a><br/><br/> <a href="session_page2.php"><img src="graphics/homebutton.jpg" id="buttons" width="180px" height="100px" /></a><br/><br/> <a href="aboutus.php"><img src="graphics/aboutusbutton.jpg" id="buttons" width="180px" height="100px" /></a><br/><br/> <a href="products.php"><img src="graphics/productsbutton.jpg" id="buttons" width="180px" height="100px" /></a><br/><br/> <a href="shopping.php"><img src="graphics/shoppingbutton.jpg" id="buttons" width="180px" height="100px" /></a> </td> <td width="75%"><br/><br/><br/><br/> <h3>Mission Statement</h3> <p> JeanSkirts.com is a newly founded company dedicated to providing old fashion customer service. In the founding of this company we wanted to combine the person to person customer service that is so hard to find with the convenience of shopping from your own home. <br/><br/>We are also dedicated to providing the highest quality skirts to our customers. With these honesty and these values we hope to build a lasting friendship with our customers that will last through the years. Thank you for making us the company we are. </p> <br/><br/><br/><br/><h3>Contact Information</h3> <p>You can contact us by email at: JeanSkirts@yahoo.com <br/> or by phone at: 1-800555-1234</p> </td> </tr> <tr> <td colspan="2"> <hr/> <table align="center"> <tr> <td><b><i>JeanSkirts.com</i></b> </td> </tr> <tr> <td><b>1-800-555-1234</b> </td> </tr> <tr> <td><b><a href='mailto:JeanSkirts@yahoo.com'>JeanSkirts@yahoo.com</a></b> </td> </tr> </table> </td> </tr> </table> </form> </body> </html>