PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Frage an euch



Alpha65
15.12.2007, 22:07
also ich will bald eine schichabar auf machen

und jetzt brauche ich ein php script das nur die gewünschten infos an mich sende (web_panel) und das wenn ich ein heckchen mache das eine bestätigungs e-mail bei den typen kommt

ich habe schon mal was vor gefärtigt jetzt muss das bloß an ein web_panel gesendet werdne kann einer helfen.

[/center][/list][/list][/code]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Unbenanntes Dokument</title>
</head>

<body>
<form id="form1" name="form1" method="post" action="">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="113" valign="top" background="">Name : </td>
<td width="18" valign="top" background=""><input type="text" name="name" /></td>
<td width="245" valign="top" background=""><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="245" height="30" valign="top">*</td>
</tr>
</table></td>
</tr>
</table>
</form>
<form id="form2" name="form2" method="post" action="">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="113" valign="top" background="">Anzahl : </td>
<td width="18" valign="top" background=""><input type="text" name="anzahl" /></td>
<td width="245" valign="top" background=""><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="245" height="30" valign="top">*</td>
</tr>
</table></td>
</tr>
</table>
</form>
<form id="form3" name="form3" method="post" action="">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="113" valign="top" background="">Datum:</td>
<td width="18" valign="top" background=""><input type="text" name="datum" /></td>
<td width="245" valign="top" background=""><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="245" height="30" valign="top">*</td>
</tr>
</table></td>
</tr>
</table>
</form>
<form id="form4" name="form4" method="post" action="">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="113" valign="top" background="">Reservierung auf:</td>
<td width="18" valign="top" background=""><input type="text" name="reservierung" /></td>
<td width="245" valign="top" background=""><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="245" height="30" valign="top">*</td>
</tr>
</table></td>
</tr>
</table>
</form>
<form id="form5" name="form5" method="post" action="">
<table width="100%" height="30" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="113" height="30" valign="top" background="">E-mail:</td>
<td width="18" height="30" valign="top" background=""><input type="text" name="mail" /></td>
<td width="245" valign="top" background=""><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="245" height="30" valign="top">*</td>
</tr>
</table></td>
</tr>
</table>
</form>
<form id="form6" name="form6" method="post" action="">
<table width="113%" height="30" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="157" height="30" valign="top" background="">:Tisch:</td>
<td width="203" height="30" valign="top" background=""><select name="tisch">
<option>1</option>
<option>2</option>
<option>3</option>
<option>4</option>
<option>5</option>
<option>6</option>
<option>7</option>
</select></td>
<td width="436" valign="top" background=""><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="245" height="30" valign="top">*</td>
</tr>
</table></td>
</tr>
</table>
</form>


</p>


</p>
</body>
</html>
[/center][/list][/list][/code]