i have some code that i need to link to a php script. but i cannot write php. i would take me weeks to learn to do this but if some really nice php guy/gal could just write me a php which would make this send to the email adress in the code. it would be very much appreciated. thankssss <3
i know enough to type the name of what i call the php into 'yourformmailhere' looool. i can do css, html and javascript but no php. it boggles me.

<div id="subscribe">
<form action="yourformmailhere" enctype="multipart/form-data" method="post">
<input type="hidden" name="sendtoemail" value="[email protected]" />
<input type="hidden" name="redirect" value="http://www.99inrs.com/index.html" />
<input type="hidden" name="subject" value="Newsletter subscription from your website" />
<input name="name" type="text" value="YOUR NAME" class="inputstyle" />
<input name="email" type="text" value="YOUR EMAIL ADDRESS" class="inputstyle" />
<input type="submit" value="subscribe" class="button" />
</form>
</div>