Also, folks,
I tried to have the reciepient the default $username. But obviously my coding is not up to snuff.
Anyone have any ideas how this would be done? A straight:
PHP Code:
<tr>
<td bgcolor="{firstaltcolor}">
<normalfont><b>Recipient:</b></normalfont><br><smallfont>Enter a valid username of the person who shall recieve this.</smallfont></td>
<td bgcolor="{firstaltcolor}"><input type="text" size="25" maxlength="15" name=($username)></td>
</tr>
Just doesn't crack it.