I need the php for it though, im not great at php and some help would be nice! no tutorials or anything seem to work so im gathering im doing it wrong.
Whoever wants to help, if u would like to, could you also explain?
Here ist the form so u no wot to use:
CODE
<form action="contact_send.php" method="post">
<table width="510" border="0">
<tr>
<td width="50">
<font size="2" face="verdana"><b>Habbo Name:
</td>
<td><input size="25" name="Name">
</td>
</tr>
<td>
<font size="2" face="verdana"><b>Email Address:
</td>
<td>
<input size="25" name="Email">
</td>
</tr>
<td>
<font size="2" face="verdana"><b>Reason:
</td>
<td><select name="Reason"><option>Feedback</option><option>Complaint</option><option>Idea</option><option>Rare Value Suggestion</option><option>Help Me</option><option>Other</option></select>
</td>
</tr>
<tr>
<td>
<font size="2" face="verdana"><b>Your Message:
</td>
<td><textarea name="Message" rows="6" cols="40"></textarea>
</td>
</tr>
<tr>
<td><input type="submit" name="Send" value="Send Message">
</td>
</tr>
</table>
<table width="510" border="0">
<tr>
<td width="50">
<font size="2" face="verdana"><b>Habbo Name:
</td>
<td><input size="25" name="Name">
</td>
</tr>
<td>
<font size="2" face="verdana"><b>Email Address:
</td>
<td>
<input size="25" name="Email">
</td>
</tr>
<td>
<font size="2" face="verdana"><b>Reason:
</td>
<td><select name="Reason"><option>Feedback</option><option>Complaint</option><option>Idea</option><option>Rare Value Suggestion</option><option>Help Me</option><option>Other</option></select>
</td>
</tr>
<tr>
<td>
<font size="2" face="verdana"><b>Your Message:
</td>
<td><textarea name="Message" rows="6" cols="40"></textarea>
</td>
</tr>
<tr>
<td><input type="submit" name="Send" value="Send Message">
</td>
</tr>
</table>
and i also just realised that i forgot to add the </form> to the end. lol. would that be y it isnt working? the cpanel isnt working at the moment to change it!
anyway, thanks in advance for any help!
i wonder if i shouldve put this in the programming section somewhere... lol


