<form method="post" action="http://www.fullfiguredpersonals.com/templates/celebration/contact_us_send.php"> <table width="70%" cellpadding="{$config.cellpadding}" cellspacing="{$config.cellspacing}" border="0" align="center" style="text-align: center;"> <tr><td valign="top" width="30%">Name:<br /></td><td width="70%" valign="top"><input name="name" type="text"></td></tr> <tr><td valign="top" width="30%">Email Address:<br /></td><td width="70%" valign="top"><input name="email" type="text"></td></tr> <tr><td valign="top" width="30%">Message:<br /></td><td width="70%" valign="top"><textarea name="message" rows="15" cols="40"></textarea></td></tr> <tr><td valign="top" width="30%"></td><td width="70%" valign="top"><input type="submit" name="Submit" alt="Submit"></td></tr> </form>
What would the PHP look like on contact_us_send.php to send all of three of those fields to [email protected]? I have read six tutorials on how to do this but still am not getting it right, sorry and thanks!!!!