<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><?php
$con=mysql_connect("localhost", "root", "");if(!$con){  die('Could not connect:'.mysql_error());}mysql_select_db("tcems",$con);$check="DELETE FROM tblcurrentuser";mysql_query($check);mysql_close($con);  ?><html xmlns="http://www.w3.org/1999/xhtml">
<head>     <link rel="STYLESHEET" type="text/css" href="css/style.css" />  <title>TCEMS</title></head>
<body>
        <a href=Login.php><img src="images/splash.jpg" width=1000px height=475px align=center /></a>


</body>
</html>