Terminplaner Clanwar Planer

Dark-Master

Grünschnabel
So brauche Hilfe :)

Kenne mich kein bisschen mit php aus hab mit einem freund das Layout fertig nur weiter weiss ich net es soll ein Terminkalender für Clanmatches werden die nach Uhrzeit; Tagen; Wochen; sortiert sind.
Und man solte die einzelnen einträge editieren können.

Es war so geplant dass wenn man oben in die inputboxen die daten einträgt er aufm FTP in eine TEXTDATEI die eingaben speichert.
Gleichzeitig soll die textdatei bei jedem start die bisherigen clanwars und aufkommenden (nach wochen) sortiert auslesen.

http://mitglied.lycos.de/DarkSilver/m8smatches.htm
http://mitglied.lycos.de/DarkSilver/m8smatches.php (webspace mag die php version net) :(

Thx schonmal im vorraus! :)


<html>
<head>
<title>Matche Übersicht</title>

<link rel="stylesheet" href="style.css">

<body bgcolor="#000000"></body>

<style>
BODY{
scrollbar-face-color:333333;
scrollbar-shadow-color:000000;
}
</style>

<center>

<font color="#E0D438"><h3>Matches</h3></font><br>

<table>

<form action="m8smatches.php?action=new" method="post">

<tr>
<td width="100" bgcolor="#333333"><font size="1"><input name=tag value=tag></font></td>
<td width="100" bgcolor="#333333"><font size="1"><input name=datum value=datum></font></td>
<td width="100" bgcolor="#333333"><font size="1"><input name=uhrzeit value=uhrzeit></font></td>
<td width="100" bgcolor="#333333"><font size="1"><input name=gegner value=gegner></font></td>
<td width="100" bgcolor="#333333"><font size="1"><input name=liga value=liga></font></td>
<td width="130" bgcolor="#333333"><font size="1"><input name=ansprechpartner value=ansprechpartner></font></td>
<td width="120" bgcolor="#333333"><font size="1"><input name=serverpw value=serverpw></font></td>
</tr>

<tr><td algin="center" colspan="7"><input type="submit" value="eintragen" name="submit"></td></tr>

</font>
</fform>
</table>

<font color="#E0D438"><h4>1. Woche</h4></font><br>

<table border="0" cellspacing="2">

<tr>
<td width="100"><font size="2">Tag</font></td>
<td width="100"><font size="2">Datum</font></td>
<td width="100"><font size="2">Zeit</font></td>
<td width="100"><font size="2">Gegner</font></td>
<td width="100"><font size="2">Liga</font></td>
<td width="130"><font size="2">Ansprechpartner</font></td>
<td width="120"><font size="2">Server + PW</font></td>
</tr>

<tr>
<td width="100" bgcolor="#333333"><font size="1">$tag</font></td>
<td width="100" bgcolor="#333333"><font size="1">$datum</font></td>
<td width="100" bgcolor="#333333"><font size="1">$uhrzeit</font></td>
<td width="100" bgcolor="#333333"><font size="1">$gegner</font></td>
<td width="100" bgcolor="#333333"><font size="1">$liga</font></td>
<td width="130" bgcolor="#333333"><font size="1">$ansprechpartner</font></td>
<td width="120" bgcolor="#333333"><font size="1">$serverpw</font></td>
</tr>

<tr>
<td width="100"><font size="1">$tag</font></td>
<td width="100"><font size="1">$datum</font></td>
<td width="100"><font size="1">$uhrzeit</font></td>
<td width="100"><font size="1">$gegner</font></td>
<td width="100"><font size="1">$liga</font></td>
<td width="130"><font size="1">$ansprechpartner</font></td>
<td width="120"><font size="1">$serverpw</font></td>
</tr>


</font>
</table>

<font color="#E0D438"><h4>2. Woche</h4></font><br>

<table border="0" cellspacing="2">

<tr>
<td width="100"><font size="2">Tag</font></td>
<td width="100"><font size="2">Datum</font></td>
<td width="100"><font size="2">Zeit</font></td>
<td width="100"><font size="2">Gegner</font></td>
<td width="100"><font size="2">Liga</font></td>
<td width="130"><font size="2">Ansprechpartner</font></td>
<td width="120"><font size="2">Server + PW</font></td>
</tr>

<tr>
<td width="100" bgcolor="#333333"><font size="1">$tag</font></td>
<td width="100" bgcolor="#333333"><font size="1">$datum</font></td>
<td width="100" bgcolor="#333333"><font size="1">$uhrzeit</font></td>
<td width="100" bgcolor="#333333"><font size="1">$gegner</font></td>
<td width="100" bgcolor="#333333"><font size="1">$liga</font></td>
<td width="130" bgcolor="#333333"><font size="1">$ansprechpartner</font></td>
<td width="120" bgcolor="#333333"><font size="1">$serverpw</font></td>
</tr>

<tr>
<td width="100"><font size="1">$tag</font></td>
<td width="100"><font size="1">$datum</font></td>
<td width="100"><font size="1">$uhrzeit</font></td>
<td width="100"><font size="1">$gegner</font></td>
<td width="100"><font size="1">$liga</font></td>
<td width="130"><font size="1">$ansprechpartner</font></td>
<td width="120"><font size="1">$serverpw</font></td>
</tr>


</font>
</table>

</center>
<br><br><br>
</body>
</html>
 
Zuletzt bearbeitet:
1. "</fform>" sollte "</form>" heißen :)
2. Was willst du eigentlich? Du hast jetzt HTML-Code und ne PHP-Datei gepostet, aber nicht deren Inhalt, sondern ein Link, so das wir uns die nicht angucken können...du hast geschrieben was du machen willst, sagst uns aber nicht was dein Problem ist...oder hab ich das nur überlesen? Würde schon helfen wenn du sagst was du hast, so das wir ne Lösung anbieten können...
 
Doch steht oben " ich hab kein plan von php" :-)

wie es nu weitergeht weiss ich net :(

Deswegen hab ich ja gefragt inwiefern ich jetzt weitermachen muß.
Oder ob mir vielleicht einer von euch sowas machen könnte oder schon soetwas irgentwo rumliegen hat!
 
Zurück