<form action="<?php $_SERVER['PHP_SELF']; ?>" method="post">
<fieldset>
<legend>
<h1>Registration Form</h1>
</legend>
<table>
<tr>
<td><label for="c_l">Your Email</label></td>
<td><input type="email" name="c_l" /></td>
</tr>
<tr>
<td><label for="c_p">Password</label></td>
<td><input type="password" name="c_p" /></td>
<td><label for="c_pa">... again</label></td>
<td><input type="password" name="c_pa" /></td>
</tr>
<tr>
<td><input type="submit" name="c_s" value="Register!" /></td>
</tr>
</table>
</fieldset>
</form>