Hallo zusammen,
Ich kenne mich nicht sehr gut mit php - scripts aus usw.
Aber könnte mir jemand bitte hier weiterhelfen?
http://2g2bbmulticlan.2g.funpic.de/i...e=sponsoringts
Wenn jemand die daten dort^^ eingegeben hat und auf submit klickt,
sollen die daten wo er eingetippt hat, automatisch an meine e-mail adresse geschickt werden oder sollen auf einer savets.php oder so php seite abgespeichert werden, damit wenn ich dann sie seite z.b savets.php aufrufe, das ich dann alles sehe.
Bitte helft mir, ich wäre euch echt dankbar!!
ICQ: 320 188 977
mfg
Fabi
Hier sind die codes der seiten! ( sponsoringts.php und sent.php ( wenn man auf submit geklickt hat ) )
sponsoringts.php
<html>
<head>
<title>Bestellung</title><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><style type="text/css">
<!--
body,td,th {
color: #FFFFFF;
}
body {
background-color: #999999;
}
.Stil1 {
font-size: 36px;
font-weight: bold;
}
-->
</style></head>
<body>
<p>
<table width="350" border="0" align="center">
<tr>
<td width="344"> </td>
</tr>
</table>
<p>
<form action="../sent.php">
<div align="center">
<p> </p>
<table width="368" border="0" align="center">
<tr>
<td width="214"><strong>Name:</strong></td>
<td width="144"><input name="name" type="text"></td>
</tr>
<tr>
<td><strong>Vorname:</strong></td>
<td><input name="vorname" type="text"></td>
</tr>
<tr>
<td><strong>E-Mail Adresse: </strong></td>
<td><input name="mail" type="text" value="@"></td>
</tr>
<tr>
<td><strong>Wohnort:</strong></td>
<td><input name="ort" type="text"></td>
</tr>
<tr>
<td><strong>Telefonnummer:</strong></td>
<td><input name="tel" type="text"></td>
</tr>
<tr>
<td><strong>Homepage: </strong></td>
<td><input name="hp" type="text" value="http://"></td>
</tr>
<tr>
<td><strong>TS-Adminname:</strong></td>
<td><input name="aname" type="text"></td>
</tr>
<tr>
<td><strong>TS-Adminpasswort: </strong></td>
<td><input name="apw" type="text"></td>
</tr>
<tr>
<td><strong>TS-Servername:</strong></td>
<td><input name="sname" type="text"></td>
</tr>
<tr>
<td><strong>2x Werbung auf Homepage:</strong></td>
<td><select name="werbung" size="1" id="werbung">
<option selected>Ja</option>
<option>Nein</option>
</select></td>
</tr>
<tr>
<td><strong>Slots:</strong></td>
<td><select name="slot" size="1">
<option>10</option>
<option>20</option>
<option>30</option>
<option>40</option>
<option>50</option>
<option>60</option>
<option>70</option>
<option>80</option>
<option>90</option>
<option>100</option>
</select></td>
</tr>
</table>
</div>
<p align="center">
<input type="reset" name="Submit" value="Zurücksetzen">
<input name="Submit" type="submit" value="Submit">
</p>
</form>
</body>
</html>
sent.php ( hier sollte dann der neue code rein! )
<html>
<head>
<title>ERFOLG</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><style type="text/css">
<!--
body,td,th {
color: #000000;
}
body {
background-color: #FFFFFF;
}
a:link {
color: #000000;
}
-->
</style></head>
<body>
<p align="center"><strong>Vielen Dank, ihre Bestellung wird sofort bearbeitet.</strong></p>
Ich kenne mich nicht sehr gut mit php - scripts aus usw.
Aber könnte mir jemand bitte hier weiterhelfen?
http://2g2bbmulticlan.2g.funpic.de/i...e=sponsoringts
Wenn jemand die daten dort^^ eingegeben hat und auf submit klickt,
sollen die daten wo er eingetippt hat, automatisch an meine e-mail adresse geschickt werden oder sollen auf einer savets.php oder so php seite abgespeichert werden, damit wenn ich dann sie seite z.b savets.php aufrufe, das ich dann alles sehe.
Bitte helft mir, ich wäre euch echt dankbar!!
ICQ: 320 188 977
mfg
Fabi
Hier sind die codes der seiten! ( sponsoringts.php und sent.php ( wenn man auf submit geklickt hat ) )
sponsoringts.php
<html>
<head>
<title>Bestellung</title><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><style type="text/css">
<!--
body,td,th {
color: #FFFFFF;
}
body {
background-color: #999999;
}
.Stil1 {
font-size: 36px;
font-weight: bold;
}
-->
</style></head>
<body>
<p>
<table width="350" border="0" align="center">
<tr>
<td width="344"> </td>
</tr>
</table>
<p>
<form action="../sent.php">
<div align="center">
<p> </p>
<table width="368" border="0" align="center">
<tr>
<td width="214"><strong>Name:</strong></td>
<td width="144"><input name="name" type="text"></td>
</tr>
<tr>
<td><strong>Vorname:</strong></td>
<td><input name="vorname" type="text"></td>
</tr>
<tr>
<td><strong>E-Mail Adresse: </strong></td>
<td><input name="mail" type="text" value="@"></td>
</tr>
<tr>
<td><strong>Wohnort:</strong></td>
<td><input name="ort" type="text"></td>
</tr>
<tr>
<td><strong>Telefonnummer:</strong></td>
<td><input name="tel" type="text"></td>
</tr>
<tr>
<td><strong>Homepage: </strong></td>
<td><input name="hp" type="text" value="http://"></td>
</tr>
<tr>
<td><strong>TS-Adminname:</strong></td>
<td><input name="aname" type="text"></td>
</tr>
<tr>
<td><strong>TS-Adminpasswort: </strong></td>
<td><input name="apw" type="text"></td>
</tr>
<tr>
<td><strong>TS-Servername:</strong></td>
<td><input name="sname" type="text"></td>
</tr>
<tr>
<td><strong>2x Werbung auf Homepage:</strong></td>
<td><select name="werbung" size="1" id="werbung">
<option selected>Ja</option>
<option>Nein</option>
</select></td>
</tr>
<tr>
<td><strong>Slots:</strong></td>
<td><select name="slot" size="1">
<option>10</option>
<option>20</option>
<option>30</option>
<option>40</option>
<option>50</option>
<option>60</option>
<option>70</option>
<option>80</option>
<option>90</option>
<option>100</option>
</select></td>
</tr>
</table>
</div>
<p align="center">
<input type="reset" name="Submit" value="Zurücksetzen">
<input name="Submit" type="submit" value="Submit">
</p>
</form>
</body>
</html>
sent.php ( hier sollte dann der neue code rein! )
<html>
<head>
<title>ERFOLG</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><style type="text/css">
<!--
body,td,th {
color: #000000;
}
body {
background-color: #FFFFFF;
}
a:link {
color: #000000;
}
-->
</style></head>
<body>
<p align="center"><strong>Vielen Dank, ihre Bestellung wird sofort bearbeitet.</strong></p>
Kommentar