Jump to content

Email in php


Afroz
 Share

Recommended Posts

Hi i want send email by using php script

Can anybody send me php script for this page

When anyone put all the iformation and click submit button all informatiom mail to reciver(MailTo)

<html>

<head>

</head>

<body>

<br>

<br>

<br>

<br>

<br>

<br>

<br>

<br>

<table border="1" align="Center" style="border-collapse:collapse">

<tr>

<td style="font-weight:bold; background-color:#E0E0E0">To:</td>

<td><input type="TextBox" id="MailTo" Width="200" /></td>

</tr>

<tr>

<td style="font-weight:bold; background-color:#E0E0E0">From:</td>

<td><input type="textbox" id="Mailfrom"/></td>

</tr>

<tr>

<td style="font-weight:bold; background-color:#E0E0E0">Subject:</td>

<td><input type="textbox" id="Subject" /></td>

</tr>

<tr>

<td style="font-weight:bold; background-color:#E0E0E0">Name:</td>

<td><input type="textbox" id="Name"/></td>

</tr>

<tr>

<tr>

<td style="font-weight:bold; background-color:#E0E0E0">Phone No:</td>

<td><input type="textbox" id="Phone"/></td>

</tr>

<tr>

<td style="font-weight:bold; background-color:#E0E0E0">Message:</td>

<td height="100"><inpute type="TextBox" id="Body" Width="500" Font-Name="Arial"/></td>

</tr>

<tr>

<td>

<input id="Btn-Exit" type="button" value="Submit" style="WIDTH: 90px; CLIP: rect(100pt auto auto auto); CURSOR: hand; COLOR: red; BORDER-TOP-STYLE: none; FONT-FAMILY: Arial; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; BACKGROUND-COLOR: SteelBlue; BORDER-BOTTOM-STYLE: none" />

</td>

</tr>

</table>

</body>

</html>

Link to comment
Share on other sites

1) wrong section

2) go and look the mail() function on php.net, or google it. You'll find loads of information

Some Projects:[list][*]ZIP UDF using no external files[*]iPod Music Transfer [*]iTunes UDF - fully integrate iTunes with au3[*]iTunes info (taskbar player hover)[*]Instant Run - run scripts without saving them before :)[*]Get Tube - YouTube Downloader[*]Lyric Finder 2 - Find Lyrics to any of your song[*]DeskBox - A Desktop Extension Tool[/list]indifference will ruin the world, but in the end... WHO CARES :P---------------http://torels.altervista.org

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...