hi there

could anyone please tell me how i would change this html to use php to email without opening microsoft outlook please?

this is my html

<FORM encType=text/plain action=mailto:recipient@mydomain.co.uk>
<TABLE border=0 cellSpacing=0 cellPadding=4 width="90%">
<TBODY>
<TR>
<TD width="30%">
<DIV align=right><B><FONT color=#ffffff 
face=Candara>Name:</FONT></B> </DIV></TD>
<TD width="70%"><INPUT name=name> </TD></TR>
<TR>
<TD>
<DIV align=right><B><FONT color=#ffffff 
face=Candara>Email:</FONT></B></DIV></TD>
<TD><INPUT name=email> </TD></TR>
<TR>
<TD>
<DIV align=right><B><FONT color=#ffffff 
face=Candara>Message:</FONT></B> </DIV></TD>
<TD><TEXTAREA wrap=virtual rows=4 cols=30 name=comment></TEXTAREA> 
</TD></TR>
<TR>
<TD>&nbsp;</TD>
<TD><INPUT value=Submit type=submit name=submit> 
</TD></TR></TBODY></TABLE></FORM>

With the correct email address in, it is opening up outlook.

Where would I need to insert the php to make this just send without opening outlook please?

my provider is 1 and 1 and ive read their help section that perl php etc are all supported but am a bit clueless as to the next step as have found everything ive found on google very daunting


thanks very much in advance!!!

got it thank you anyway

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.