File size: 1.23Kb
<form method="POST" action="filedb.php">
<div align="center">
<center>
<table border="1" cellpadding="4" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="600" id="AutoNumber2" bgcolor="#008080">
<tr>
<td bgcolor="#009999">
<p align="center">Send Link to Friend</td>
</tr>
</tr>
</table>
</center>
</div>
<div align="center">
<center>
<table border="1" cellpadding="4" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="600" id="AutoNumber1" bgcolor="#008080">
<tr>
<td width="150">Your Name:</td>
<td width="260">{username}</td>
</tr>
<tr>
<td width="150">Your Email:</td>
<td width="260">{email}</td>
</tr>
<tr>
<td width="150">Their Name:</td>
<td width="260"><input type="text" name="name" size="20"></td>
</tr>
<tr>
<td width="150">Their Email:</td>
<td width="260"><input type="text" name="email" size="20"></td>
</tr>
</table>
</center>
</div>
<input type="hidden" value="{file_id}" name="id">
<p align="center"><input type="submit" value="Send Email" name="send_friend"></p>
</form>