ross@rds
24-02-2007, 11:07 PM
Hi everyone need help here this is a code for people to contact you from you site but i dont know where to put my e-mail address so it will be sent to my e-mail account any one help ?
<input type="hidden" name="ip" value="<?php echo $ipi ?>" />
<input type="hidden" name="httpref" value="<?php echo $httprefi ?>" />
<input type="hidden" name="httpagent" value="<?php echo $httpagenti ?>" />
Your Name: <br />
<input type="text" name="visitor" size="35" />
<br />
Your Email:<br />
<input type="text" name="visitormail" size="35" />
<br /> <br />
<br />
Attention:<br />
<select name="attn" size="1">
<option value=" Boss Man Ross ">Boss Man Ross </option>
<option value=" Dj On Air ">Dj On Air </option>
<option value=" General Support ">General Support </option>
<option value=" Technical Support ">Technical Support </option>
<option value=" Sales ">Sales </option>
</select>
<br /><br />
Message:
<br />
<TEXTAAREA name="notes" rows="4" cols="40"></TEXTAAREA>
<br />
<input type="submit" value="Send"> <form method="post" action="[email protected]">
<br /></form>
<input type="hidden" name="ip" value="<?php echo $ipi ?>" />
<input type="hidden" name="httpref" value="<?php echo $httprefi ?>" />
<input type="hidden" name="httpagent" value="<?php echo $httpagenti ?>" />
Your Name: <br />
<input type="text" name="visitor" size="35" />
<br />
Your Email:<br />
<input type="text" name="visitormail" size="35" />
<br /> <br />
<br />
Attention:<br />
<select name="attn" size="1">
<option value=" Boss Man Ross ">Boss Man Ross </option>
<option value=" Dj On Air ">Dj On Air </option>
<option value=" General Support ">General Support </option>
<option value=" Technical Support ">Technical Support </option>
<option value=" Sales ">Sales </option>
</select>
<br /><br />
Message:
<br />
<TEXTAAREA name="notes" rows="4" cols="40"></TEXTAAREA>
<br />
<input type="submit" value="Send"> <form method="post" action="[email protected]">
<br /></form>