Witam. Mam problem. Chce,aby wiadomosci z formularza wysyłały się na email. Moze ktos napisac to w php,bądź powiedzieć co zrobić mam? Nie ogarniam php… Oto skrypt:
<html>
<head>
<title>Strona Główna</title>
<meta http-equiv=“Content-Type” content=“text/html; charset=iso-8859-2” />
<link rel=“stylesheet” type=“text/css” href=“style.css” />
</head>
<body
<div class=“pds”>
<div><img src=“images/t1.jpg” alt="" /></div>
<div><img src=“images/t2.jpg” alt="" border=“0” usemap="#top" /></div>
<div><img src=“images/t3.jpg” alt="" /></div>
<div style=“background:url(images/tlo.jpg);”>
<table cellpadding=“0” cellspacing=“0” width=“750”>
<tr>
<td valign=“top” width=“175”>
</td>
<td valign=“top” width=“399”>
<div><img src=“images/m_srodek.jpg” alt="" /></div>
<div class=“srodek”>
<center><h1>Złóż zamówienie</h1></center>
<center><p><h2>Wybierz Model</h2></p></center>
<form method=“post” action=formmail.php>
<table border=0> <tr>
<tbody>
<center><select name=“Model” ></center>
<option>Model </option>
<option>1</option>
<option>2</option>
<option>3</option>
<option>4</option>
<option>5</option>
<option>6</option>
<option>7</option>
<option>8</option>
<option>9</option>
</select></td></tr>
<tr>
<td width=25 algin=right> <center>Imie:</center></td>
<td><center><textarea rows=1 cols=30 name=“imie”></textarea> </td>
</tr>
<tr>
<td width=52px algin=right ><center>Nazwisko: </center></td>
<td><center><textarea rows=1 cols=30 name=“nazwisko”></textarea> </td>
</tr>
<tr>
<td width=25 algin=right >Numer Telefonu:</center></td>
<td><center><textarea rows=1 cols=30 name=“telefon”> </textarea> </td>
</tr>
<tr>
<td width=25 algin=right ><center> Email: </center></td>
<td><center><textarea rows=1 cols=30 name=“email”></textarea> </td>
</tr>
<tr>
<td width=25 algin=center ><center>Zostaw nam wiadomosc </center></td>
<td><center><textarea rows=11 cols=30 name=“Wiadomosc”></textarea> </td>
</tr>
</tbody></table>
<table border=0>
<tbody>
<tr><td >
</select></td></tr>
<tr><td >
<tr><td >
<table border=0>
<tbody>
<tr>
<td width=2560 algin=right
<td> <center><input value=Zamów type=submit name=submit></center></td><td></td>
</tr>
</tr></tbody></table></form></td></tr>
</font>
</td>
</tr></tbody></table>
<center><TABLE WIDTH=“300” HEIGHT=“100” BORDER=“2”></center>
<TR>
<TD ALIGN=“center” VALIGN=“middle”>Po wypełnieniu formularza zakupu zostaną Państwo poinformowani Przez wiadomosc E-mail,bądź telefonicznie ile kosztuje towar,czy jest dostępny i również kiedy wyślemy go.Galeria jest aktualizowana raz w tygodniu.Towar sprzedawany tylko i wyłącznie Hurtowo.</TD>
</TR>
</TABLE>
<br>
</p>
</div>
</td>
<td valign=“top” width=“176”>
<div class=“menu2”>Menu</div>
<div class=“lin”> <a href=“index.html”><center> Strona Główna</center></a></div>
<div class=“lin”> <a href=“index3.html”><center>Galeria</center></a></div>
<div class=“lin”> <a href=“index2.html”><center>Kontakt</center></a></div>
<div class=“lin”> <a href=“Zamówienie.html”><center>Złóż Zamówienie</center></a></div>
<div><img src=“images/s_left.jpg” alt="" /></div>
</td>
</tr>
</table>
</div>
<div>
<div class=“dol”>Copyright © 2015dsdsddn · </div></div>
</div>
</div>
</html>