Passwort skript erweitern mit Benutzer

Kann man mit verschiedenem Lösen -.- nur stell mal nochmal nen Link rein, wo die Daten dann schon aus der DB in die Textfelder geschrieben wurde ... bitte ^^ dann dauerts nicht lange und du hast die Lösung ...

Also du könntest entweder mit SESSIONS arbeiten oder eben das Formular von der zweiten Seite mit auf diese Seite packen und die Daten sammt Passwort verschicken ... und sollte das dann zutreffen kannst ja mit if() prüfen und auch ein nochmaliges versenden verhindern ...
 
Soweit ich sehe, gibst du also

Firma:
Mitarbeiter:
Von Datum:
Bis Datum:

Schon mal vor, möchtest aber, dass nach eingebens des Passwortes die Daten die man ins Formular geschrieben hat erhalten bleiben oder?

Gleichzeitig noch eine Frage an dich:
Sollt man das Formular abschicken können, obwohl es noch nicht bestätigt wurde?
Wenn nicht dann mach ich dass dann schnell -.-
 
So ist korrekt die Daten sollen erhalten bleiben, ich muss auch senden können wenns noch nicht bestätigt wurde, so wie es jetzt ist nur das die daten drin bleiben dann wärs schon perfect

Die obersten 4 Felder hab ich nur mal so zum Test in die datenbank geschrieben, normal ist der Schein komplett Lehr
 
Also ich hoffe ich hab da jetzt keinen Fehler reingehauen ^^
Wenn nicht, dann sollte es gehen -.-

PHP:
<?php  

if(isset($_POST['SUBMIT2'])){
include("work.php");
}
else
{

$gsanzahl = "125";
for($index = 1; $index < $gsanzahl; $index++)
{
    $feld = "feld$index";
   $$feld = "";
}


if (($_POST['send'] == 1) AND isset($_POST['gssubmit'])) {  

$name = substr($_POST['pass'], 0, -4); 
$name = ucfirst($name); 

  $feld121 = 'Bestätigt von Hr. '.$name.$_POST[''].''; 
  if ( $_POST['pass'] == 'etges1574' ) {  

  } elseif ( $_POST['pass'] == 'horst2345') { 

  } elseif ( $_POST['pass'] == 'grund1234') { 

  } else {  
    $feld121 = '';  
  }  
  
for($indexgs = 1; $indexgs < $gsanzahl; $indexgs++)
{
    $feld = "feld$indexgs";
    $gsfi = "Array[a$indexgs]";
   $$feld = $_POST['$gsfi'];
   
   
}
  
}  

  
?>


<html>
<head>
<title>Leistungsschein TNT - - - I N T E R N E T - - -</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"></head>
<body link="#000066" vlink="#000066" alink="#000066">

<?php 
$host = "............";
$user = ".............";
$password = "............";
$dbname = "............";
$tabelle ="tnt";

error_reporting(E_ALL);

   $dbverbindung = mysql_connect ($host, $user, $password);
   mysql_select_db(".................", $dbverbindung);
  
   if(isset($_GET["load_ds"])) { 

      $result = mysql_query("select * from tnt order by id desc limit 1") or die(mysql_error()); 
      if($row = mysql_fetch_array($result, MYSQL_NUM)) { 

         $feld1 = $row[1];

for($gsindex = 1; $gsindex < $gsanzahl; $gsindex++)
{
    $feld = "feld$gsindex";
   $$feld = "$row[$gsindex]";
}

         
      } 
   } 
?> 

<form action="leistungsschein.php" method=post>
  <div align="center"> 
    <p><font face="Verdana, Arial, Helvetica, sans-serif"><strong><font size="5"><br>
      <br>
      LEISTUNGSSCHEIN<br>
      </font></strong></font></p>

    <font face="Verdana, Arial, Helvetica, sans-serif"><strong><font size="5"> 
    </font></strong></font> 
    <table width="936">
      <tr> 
        <td width="234"><strong><font color="#000000"><font size="2" face="Verdana, Arial, Helvetica, sans-serif">Firma:</font></font></strong></td>
        <td width="248"><input name="Array[a1]" type="text" value="" size="40" row="5"></td>
        <td width="438" rowspan="4"><div align="center"></div></td>
      </tr>
      <tr> 
        <td><strong><font color="#000000" size="2" face="Verdana, Arial, Helvetica, sans-serif">Mitarbeiter</font><font size="2" face="Verdana, Arial, Helvetica, sans-serif">:</font></strong></td>

        <td><input name="Array[a2]" type="text" value="" size="40" row="5"></td>
      </tr>
      <tr> 
        <td><strong><font color="#000000" size="2" face="Verdana, Arial, Helvetica, sans-serif">Von 
          Datum</font><font size="2" face="Verdana, Arial, Helvetica, sans-serif">:</font></strong></td>
        <td><input name="Array[a3]" type="text" value="" size="40" row="5"></td>
      </tr>
      <tr> 
        <td><strong><font color="#000000"><font size="2" face="Verdana, Arial, Helvetica, sans-serif">Bis 
          Datum:</font></font></strong></td>

        <td><input name="Array[a4]" type="text" value="" size="40" row="5"></td>
      </tr>
    </table>
    <br>
    <hr>
    <p>&nbsp;</p>
    <p>
      <input type=submit name="SUBMIT2" value="Datensatz senden">
      <input name="button2" type="button" onClick="window.location.href='/leistungsscheintnt000.php?load_ds';" value="Letzten Datensatz einladen"/>

      <input name="Submit2" type="button" onClick="window.print()

" value="Drucken">
      <br>
      <br>
    </p>
    <table width="93%">
      <tr> 
        <td width="6%" height="22"> <div align="left"></div>
          <div align="left"><font size="2"><strong><font color="#000000" face="Verdana, Arial, Helvetica, sans-serif">Nr:</font></strong></font></div></td>

        <td width="33%"><strong><font color="#000000" size="2" face="Verdana, Arial, Helvetica, sans-serif">T&auml;tigkeiten:</font></strong></td>
        <td width="12%"><strong><font color="#000000" size="2" face="Verdana, Arial, Helvetica, sans-serif">Montag</font></strong></td>
        <td width="12%"><strong><font color="#000000" size="2" face="Verdana, Arial, Helvetica, sans-serif">Dienstag</font></strong></td>
        <td width="12%"><strong><font color="#000000" size="2" face="Verdana, Arial, Helvetica, sans-serif">Mittwoch</font></strong></td>
        <td width="12%"><strong><font color="#000000" size="2" face="Verdana, Arial, Helvetica, sans-serif">Donnerstag</font></strong></td>
        <td width="13%"><strong><font color="#000000" size="2" face="Verdana, Arial, Helvetica, sans-serif">Freitag</font></strong></td>

      </tr>
      <tr> 
        <td><font color="#000000">
          <input name="Array[a5]" type="text" value="" size="8" row="5">
          </font></td>
        <td><font color="#000000">
          <input name="Array[a6]" type="text" value="" size="50" row="5">
          </font></td>
        <td><font color="#000000">

          <input name="Array[a7]" type="text" value="" size="15" row="5">
          </font></td>
        <td><font color="#000000">
          <input name="Array[a8]" type="text" value="" size="15" row="5">
          </font></td>
        <td><font color="#000000">
          <input name="Array[a9]" type="text" value="" size="15" row="5">
          </font></td>
        <td><font color="#000000">

          <input name="Array[a10]" type="text" value="" size="15" row="5">
          </font></td>
        <td><font color="#000000">
          <input name="Array[a11]" type="text" value="" size="15" row="5">
          </font></td>
      </tr>
      <tr> 
        <td><font color="#000000">
          <input name="Array[a12]" type="text" value="" size="8" row="5">

          </font></td>
        <td><font color="#000000">
          <input name="Array[a13]" type="text" value="" size="50" row="5">
          </font></td>
        <td><font color="#000000">
          <input name="Array[a14]" type="text" value="" size="15" row="5">
          </font></td>
        <td><font color="#000000">
          <input name="Array[a15]" type="text" value="" size="15" row="5">

          </font></td>
        <td><font color="#000000">
          <input name="Array[a16]" type="text" value="" size="15" row="5">
          </font></td>
        <td><font color="#000000">
          <input name="Array[a17]" type="text" value="" size="15" row="5">
          </font></td>
        <td><font color="#000000">
          <input name="Array[a18]" type="text" value="" size="15" row="5">

          </font></td>
      </tr>
      <tr> 
        <td><font color="#000000">
          <input name="Array[a19]" type="text" value="" size="8" row="5">
          </font></td>
        <td><font color="#000000">
          <input name="Array[a20]" type="text" value="" size="50" row="5">
          </font></td>

        <td><font color="#000000">
          <input name="Array[a21]" type="text" value="" size="15" row="5">
          </font></td>
        <td><font color="#000000">
          <input name="Array[a22]" type="text" value="" size="15" row="5">
          </font></td>
        <td><font color="#000000">
          <input name="Array[a23]" type="text" value="" size="15" row="5">
          </font></td>

        <td><font color="#000000">
          <input name="Array[a24]" type="text" value="" size="15" row="5">
          </font></td>
        <td><font color="#000000">
          <input name="Array[a25]" type="text" value="" size="15" row="5">
          </font></td>
      </tr>
      <tr> 
        <td><font color="#000000">

          <input name="Array[a26]" type="text" value="" size="8" row="5">
          </font></td>
        <td><font color="#000000">
          <input name="Array[a27]" type="text" value="" size="50" row="5">
          </font></td>
        <td><font color="#000000">
          <input name="Array[a28]" type="text" value="" size="15" row="5">
          </font></td>
        <td><font color="#000000">

          <input name="Array[a29]" type="text" value="" size="15" row="5">
          </font></td>
        <td><font color="#000000">
          <input name="Array[a30]" type="text" value="" size="15" row="5">
          </font></td>
        <td><font color="#000000">
          <input name="Array[a31]" type="text" value="" size="15" row="5">
          </font></td>
        <td><font color="#000000">

          <input name="Array[a32]" type="text" value="" size="15" row="5">
          </font></td>
      </tr>
      <tr> 
        <td height="27"><font color="#000000">
          <input name="Array[a33]" type="text" value="" size="8" row="5">
          </font></td>
        <td><font color="#000000">
          <input name="Array[a34]" type="text" value="" size="50" row="5">

          </font></td>
        <td><font color="#000000">
          <input name="Array[a35]" type="text" value="" size="15" row="5">
          </font></td>
        <td><font color="#000000">
          <input name="Array[a36]" type="text" value="" size="15" row="5">
          </font></td>
        <td><font color="#000000">
          <input name="Array[a37]" type="text" value="" size="15" row="5">

          </font></td>
        <td><font color="#000000">
          <input name="Array[a38]" type="text" value="" size="15" row="5">
          </font></td>
        <td><font color="#000000">
          <input name="Array[a39]" type="text" value="" size="15" row="5">
          </font></td>
      </tr>
      <tr> 
        <td><font color="#000000">

          <input name="Array[a40]" type="text" value="" size="8" row="5">
          </font></td>
        <td><font color="#000000">
          <input name="Array[a41]" type="text" value="" size="50" row="5">
          </font></td>
        <td><font color="#000000">
          <input name="Array[a42]" type="text" value="" size="15" row="5">
          </font></td>
        <td><font color="#000000">

          <input name="Array[a43]" type="text" value="" size="15" row="5">
          </font></td>
        <td><font color="#000000">
          <input name="Array[a44]" type="text" value="" size="15" row="5">
          </font></td>
        <td><font color="#000000">
          <input name="Array[a45]" type="text" value="" size="15" row="5">
          </font></td>
        <td><font color="#000000">

          <input name="Array[a46]" type="text" value="" size="15" row="5">
          </font></td>
      </tr>
      <tr> 
        <td><font color="#000000">
          <input name="Array[a47]" type="text" value="" size="8" row="5">
          </font></td>
        <td><font color="#000000">
          <input name="Array[a48]" type="text" value="" size="50" row="5">

          </font></td>
        <td><font color="#000000">
          <input name="Array[a49]" type="text" value="" size="15" row="5">
          </font></td>
        <td><font color="#000000">
          <input name="Array[a50]" type="text" value="" size="15" row="5">
          </font></td>
        <td><font color="#000000">
          <input name="Array[a51]" type="text" value="" size="15" row="5">

          </font></td>
        <td><font color="#000000">
          <input name="Array[a52]" type="text" value="" size="15" row="5">
          </font></td>
        <td><font color="#000000">
          <input name="Array[a53]" type="text" value="" size="15" row="5">
          </font></td>
      </tr>
      <tr> 
        <td><font color="#000000">

          <input name="Array[a54]" type="text" value="" size="8" row="5">
          </font></td>
        <td><font color="#000000">
          <input name="Array[a55]" type="text" value="" size="50" row="5">
          </font></td>
        <td><font color="#000000">
          <input name="Array[a56]" type="text" value="" size="15" row="5">
          </font></td>
        <td><font color="#000000">

          <input name="Array[a57]" type="text" value="" size="15" row="5">
          </font></td>
        <td><font color="#000000">
          <input name="Array[a58]" type="text" value="" size="15" row="5">
          </font></td>
        <td><font color="#000000">
          <input name="Array[a59]" type="text" value="" size="15" row="5">
          </font></td>
        <td><font color="#000000">

          <input name="Array[a60]" type="text" value="" size="15" row="5">
          </font></td>
      </tr>
      <tr> 
        <td><font color="#000000">
          <input name="Array[a61]" type="text" value="" size="8" row="5">
          </font></td>
        <td><font color="#000000">
          <input name="Array[a62]" type="text" value="" size="50" row="5">

          </font></td>
        <td><font color="#000000">
          <input name="Array[a63]" type="text" value="" size="15" row="5">
          </font></td>
        <td><font color="#000000">
          <input name="Array[a64]" type="text" value="" size="15" row="5">
          </font></td>
        <td><font color="#000000">
          <input name="Array[a65]" type="text" value="" size="15" row="5">

          </font></td>
        <td><font color="#000000">
          <input name="Array[a66]" type="text" value="" size="15" row="5">
          </font></td>
        <td><font color="#000000">
          <input name="Array[a67]" type="text" value="" size="15" row="5">
          </font></td>
      </tr>
      <tr> 
        <td><font color="#000000">

          <input name="Array[a68]" type="text" value="" size="8" row="5">
          </font></td>
        <td><font color="#000000">
          <input name="Array[a69]" type="text" value="" size="50" row="5">
          </font></td>
        <td><font color="#000000">
          <input name="Array[a70]" type="text" value="" size="15" row="5">
          </font></td>
        <td><font color="#000000">

          <input name="Array[a71]" type="text" value="" size="15" row="5">
          </font></td>
        <td><font color="#000000">
          <input name="Array[a72]" type="text" value="" size="15" row="5">
          </font></td>
        <td><font color="#000000">
          <input name="Array[a73]" type="text" value="" size="15" row="5">
          </font></td>
        <td><font color="#000000">

          <input name="Array[a74]" type="text" value="" size="15" row="5">
          </font></td>
      </tr>
      <tr> 
        <td><font color="#000000">
          <input name="Array[a75]" type="text" value="" size="8" row="5">
          </font></td>
        <td><font color="#000000">
          <input name="Array[a76]" type="text" value="" size="50" row="5">

          </font></td>
        <td><font color="#000000">
          <input name="Array[a77]" type="text" value="" size="15" row="5">
          </font></td>
        <td><font color="#000000">
          <input name="Array[a78]" type="text" value="" size="15" row="5">
          </font></td>
        <td><font color="#000000">
          <input name="Array[a79]" type="text" value="" size="15" row="5">

          </font></td>
        <td><font color="#000000">
          <input name="Array[a80]" type="text" value="" size="15" row="5">
          </font></td>
        <td><font color="#000000">
          <input name="Array[a81]" type="text" value="" size="15" row="5">
          </font></td>
      </tr>
      <tr> 
        <td><font color="#000000">

          <input name="Array[a82]" type="text" value="" size="8" row="5">
          </font></td>
        <td><font color="#000000">
          <input name="Array[a83]" type="text" value="" size="50" row="5">
          </font></td>
        <td><font color="#000000">
          <input name="Array[a84]" type="text" value="" size="15" row="5">
          </font></td>
        <td><font color="#000000">

          <input name="Array[a85]" type="text" value="" size="15" row="5">
          </font></td>
        <td><font color="#000000">
          <input name="Array[a86]" type="text" value="" size="15" row="5">
          </font></td>
        <td><font color="#000000">
          <input name="Array[a87]" type="text" value="" size="15" row="5">
          </font></td>
        <td><font color="#000000">

          <input name="Array[a88]" type="text" value="" size="15" row="5">
          </font></td>
      </tr>
      <tr> 
        <td><font color="#000000">
          <input name="Array[a89]" type="text" value="" size="8" row="5">
          </font></td>
        <td><font color="#000000">
          <input name="Array[a90]" type="text" value="" size="50" row="5">

          </font></td>
        <td><font color="#000000">
          <input name="Array[a91]" type="text" value="" size="15" row="5">
          </font></td>
        <td><font color="#000000">
          <input name="Array[a92]" type="text" value="" size="15" row="5">
          </font></td>
        <td><font color="#000000">
          <input name="Array[a93]" type="text" value="" size="15" row="5">

          </font></td>
        <td><font color="#000000">
          <input name="Array[a94]" type="text" value="" size="15" row="5">
          </font></td>
        <td><font color="#000000">
          <input name="Array[a95]" type="text" value="" size="15" row="5">
          </font></td>
      </tr>
      <tr> 
        <td><font color="#000000">

          <input name="Array[a96]" type="text" value="" size="8" row="5">
          </font></td>
        <td><font color="#000000">
          <input name="Array[a97]" type="text" value="" size="50" row="5">
          </font></td>
        <td><font color="#000000">
          <input name="Array[a98]" type="text" value="" size="15" row="5">
          </font></td>
        <td><font color="#000000">

          <input name="Array[a99]" type="text" value="" size="15" row="5">
          </font></td>
        <td><font color="#000000">
          <input name="Array[a100]" type="text" value="" size="15" row="5">
          </font></td>
        <td><font color="#000000">
          <input name="Array[a101]" type="text" value="" size="15" row="5">
          </font></td>
        <td><font color="#000000">

          <input name="Array[a102]" type="text" value="" size="15" row="5">
          </font></td>
      </tr>
      <tr> 
        <td><font color="#000000">
          <input name="Array[a103]" type="text" value="" size="8" row="5">
          </font></td>
        <td><font color="#000000">
          <input name="Array[a104]" type="text" value="" size="50" row="5">

          </font></td>
        <td><font color="#000000">
          <input name="Array[a105]" type="text" value="" size="15" row="5">
          </font></td>
        <td><font color="#000000">
          <input name="Array[a106]" type="text" value="" size="15" row="5">
          </font></td>
        <td><font color="#000000">
          <input name="Array[a107]" type="text" value="" size="15" row="5">

          </font></td>
        <td><font color="#000000">
          <input name="Array[a108]" type="text" value="" size="15" row="5">
          </font></td>
        <td><font color="#000000">
          <input name="Array[a109]" type="text" value="" size="15" row="5">
          </font></td>
      </tr>
    </table>

    <p> <br>
      <br>
      <font size="2"><font color="#000000" face="Verdana, Arial, Helvetica, sans-serif">* 
      Bitte in den Spalten (Mo. bis Fr.) die Stunden eintragen: Beispiel: f&uuml;r 
      1 Stunde und 30 Minuten. bitte 1,5 eintragen<br>
      * Bitte in der Spalte Nummer ein R + RFC Nummer oder ein P + Projektnummer 
      eintragen.</font></font><br>
    </p>
    <hr>
    <br>

    <br>
    <table width="91%">
      <tr> 
        <td width="39%"><font color="#000000" size="2" face="Verdana, Arial, Helvetica, sans-serif"><strong>Arbeitsbeginn</strong></font></td>
        <td width="12%"><font color="#000000">
          <input name="Array[a110]" type="text" value="" size="15" row="5">
          </font></td>
        <td width="12%"><font color="#000000">
          <input name="Array[a111]" type="text" value="" size="15" row="5">

          </font></td>
        <td width="12%"><font color="#000000">
          <input name="Array[a112]" type="text" value="" size="15" row="5">
          </font></td>
        <td width="12%"><font color="#000000">
          <input name="Array[a113]" type="text" value="" size="15" row="5">
          </font></td>
        <td width="13%"><font color="#000000">
          <input name="Array[a114]" type="text" value="" size="15" row="5">

          </font></td>
      </tr>
      <tr> 
        <td><font color="#000000" size="2" face="Verdana, Arial, Helvetica, sans-serif"><strong>Arbeitsende</strong></font></td>
        <td><font color="#000000">
          <input name="Array[a115]" type="text" value="" size="15" row="5">
          </font></td>
        <td><font color="#000000">
          <input name="Array[a116]" type="text" value="" size="15" row="5">

          </font></td>
        <td><font color="#000000">
          <input name="Array[a117]" type="text" value="" size="15" row="5">
          </font></td>
        <td><font color="#000000">
          <input name="Array[a118]" type="text" value="" size="15" row="5">
          </font></td>
        <td><font color="#000000">
          <input name="Array[a119]" type="text" value="" size="15" row="5">

          </font></td>
      </tr>
      <tr> 
        <td><font color="#000000" size="2" face="Verdana, Arial, Helvetica, sans-serif"><strong>Gesamt 
          Arbeitszeit </strong></font></td>
        <td><font color="#000000">
          <input name="Array[a120]" type="text" value="" size="15" row="5">
          </font></td>
        <td bordercolor="#FFFFFF"><font color="#000000">&nbsp; </font></td>

        <td bordercolor="#FFFFFF"><font color="#000000">&nbsp; </font></td>
        <td bordercolor="#FFFFFF"><font color="#000000">&nbsp; </font></td>
        <td bordercolor="#FFFFFF"><font color="#000000">&nbsp; </font></td>
      </tr>
    </table>
	
    <p>&nbsp;</p>
    <hr>

    <p>&nbsp;</p>
    <table width="91%">

      <tr> 
        <td width="50%"><div align="center"><strong><font color="#000000"> 
        
<?php
if(empty($feld121)){ 
echo "Keine Kennung";
echo "<br>";
?>
           <input type='password' name='pass' size="25">
           <input type='submit' name='gssubmit' value=' Absenden '> 
           <input type='hidden' name='send' value='1'>
<?php
}else{
?>         <input name="Array[a121]" type="text" value="<?php echo $feld121; ?>" size="40" row="5"readonly>
<?php
}
?>
            
            </font></strong></div></td>
        <td><div align="center"><font color="#000000"> 
            <input name="Array[a122]" type="text" value="" size="40" row="5">
            </font></div></td>
      </tr>

      <tr> 
        <td width="50%">&nbsp;</td>
        <td>&nbsp;</td>
      </tr>
      <tr> 
        <td><div align="center"><font size="2" face="Verdana, Arial, Helvetica, sans-serif"><font color="#000000">Datum: 
            <input name="Array[a123]" type="text" value=" " size="22" row="5">

            </font> </font></div></td>
        <td><div align="center"><font color="#000000" size="2" face="Verdana, Arial, Helvetica, sans-serif">Datum: 
            <input name="Array[a124]" type="text" value="" size="22" row="5">
            </font><font size="2" face="Verdana, Arial, Helvetica, sans-serif"> 
            </font></div></td>
      </tr>
      <tr> 
        <td><div align="center"><strong></strong></div></td>
        <td><div align="center"><strong><font color="#000000" size="2" face="Verdana, Arial, Helvetica, sans-serif">&nbsp; 
            </font></strong></div></td>

      </tr>
    </table>
    <p>&nbsp;</p>
    <hr>
    <br>
    <br>
  </div>
</form>
</body>
</html>
<?php
}
?>
 
Zuletzt bearbeitet:
Habs mal so reingestellt:


schaus dir mal an der hat jetzt 1 feld mehr und er spricht mit dem Button bei Kennung die work.php an ?

Gruss vom Supser
 
Zuletzt bearbeitet:
Sorry aber hast du das nochmals veränder?
Ich hab eigentlich den Link "Bestätigen" rausgenommen ...
Gleichzeitig sollte entweder dass Passwort eingegeben werden oder das
Textfeld angezeigt werden ...

Glaube du hast das einiges verändert ...
Hiernochmals meine Version! etwas verändert ...
Was ich verändern musste war nur die action='' Zeile -.- der Rest müsste passen ...



// Edit ich ändere noch was ... schnell essen
 
Kein Prob ohne dich wäre ich echt aufgeschmissen bin auch mal kurz weg habs nochmal hochgeladen so wies im Moment ist

Melde mich nachher gleich

Bis denne DE Supser aus Bayern
 
So bin fertig ^^
Gib dir noch nen rad ... arbeite mal bitte mehr mit for-Schleife -.- ist ne heidern arbeit die Namen aller Textfelder zu ändern bzw. wie ich es gemacht habe in Standart wert -.-


Einfach in PHP einfügen und Hochladen!


PHP:
<?php  

if(isset($_POST['SUBMIT2'])){
include("work.php");
}
else
{

$gsanzahl = "125";
for($index = 1; $index < $gsanzahl; $index++)
{
    $feld = "feld$index";
   $$feld = "";
}


if (isset($_POST['gssubmit']) And ($_POST['send'] == 1)) {  


for($indexgs = 1; $indexgs < $gsanzahl; $indexgs++)
{
    $feld = "feld$indexgs";
   $$feld = $_POST["Array"]["a$indexgs"];
   
   
}



$name = substr($_POST['pass'], 0, -4); 
$name = ucfirst($name); 

  $feld121 = 'Bestätigt von Hr. '.$name.$_POST[''].''; 
  if ( $_POST['pass'] == 'etges1574' ) {  

  } elseif ( $_POST['pass'] == 'horst2345') { 

  } elseif ( $_POST['pass'] == 'grund1234') { 

  } else {  
    $feld121 = '';  
  }  
  
  
}  

  
?>


<html>
<head>
<title>Leistungsschein TNT - - - I N T E R N E T - - -</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"></head>
<body link="#000066" vlink="#000066" alink="#000066">

<?php 
$host = "............";
$user = ".............";
$password = "............";
$dbname = "............";
$tabelle ="tnt";

error_reporting(E_ALL);

   $dbverbindung = mysql_connect ($host, $user, $password);
   mysql_select_db(".................", $dbverbindung);
  
   if(isset($_GET["load_ds"])) { 

      $result = mysql_query("select * from tnt order by id desc limit 1") or die(mysql_error()); 
      if($row = mysql_fetch_array($result, MYSQL_NUM)) { 

         $feld1 = $row[1];

for($gsindex = 1; $gsindex < $gsanzahl; $gsindex++)
{
    $feld = "feld$gsindex";
   $$feld = "$row[$gsindex]";
}

         
      } 
   } 
?> 

<form action="leistungsscheintnt000.php" method=post>
  <div align="center"> 
    <p><font face="Verdana, Arial, Helvetica, sans-serif"><strong><font size="5"><br>
      <br>
      LEISTUNGSSCHEIN<br>
      </font></strong></font></p>

    <font face="Verdana, Arial, Helvetica, sans-serif"><strong><font size="5"> 
    </font></strong></font> 
    <table width="936">
      <tr> 
        <td width="234"><strong><font color="#000000"><font size="2" face="Verdana, Arial, Helvetica, sans-serif">Firma:</font></font></strong></td>
        <td width="248">
        <input name="Array[a1]" type="text" value="<?php echo $feld1; ?>" size="40" row="5"></td>
        <td width="438" rowspan="4"><div align="center"></div></td>
      </tr>
      <tr> 
        <td><strong><font color="#000000" size="2" face="Verdana, Arial, Helvetica, sans-serif">Mitarbeiter</font><font size="2" face="Verdana, Arial, Helvetica, sans-serif">:</font></strong></td>

        <td>
        <input name="Array[a2]" type="text" value="<?php echo $feld2; ?>" size="40" row="5"></td>
      </tr>
      <tr> 
        <td><strong><font color="#000000" size="2" face="Verdana, Arial, Helvetica, sans-serif">Von 
          Datum</font><font size="2" face="Verdana, Arial, Helvetica, sans-serif">:</font></strong></td>
        <td>
        <input name="Array[a3]" type="text" value="<?php echo $feld3; ?>" size="40" row="5"></td>
      </tr>
      <tr> 
        <td><strong><font color="#000000"><font size="2" face="Verdana, Arial, Helvetica, sans-serif">Bis 
          Datum:</font></font></strong></td>

        <td>
        <input name="Array[a4]" type="text" value="<?php echo $feld4; ?>" size="40" row="5"></td>
      </tr>
    </table>
    <br>
    <hr>
    <p>&nbsp;</p>
    <p>
      <input type=submit name="SUBMIT2" value="Datensatz senden">
      <input name="button2" type="button" onClick="window.location.href='/leistungsscheintnt000.php?load_ds';" value="Letzten Datensatz einladen"/>

      <input name="Submit2" type="button" onClick="window.print()

" value="Drucken">
      <br>
      <br>
    </p>
    <table width="93%" height="427">
      <tr> 
        <td width="6%" height="18"> <div align="left"></div>
          <div align="left"><font size="2"><strong><font color="#000000" face="Verdana, Arial, Helvetica, sans-serif">Nr:</font></strong></font></div></td>

        <td width="33%" height="18"><strong><font color="#000000" size="2" face="Verdana, Arial, Helvetica, sans-serif">T&auml;tigkeiten:</font></strong></td>
        <td width="12%" height="18"><strong><font color="#000000" size="2" face="Verdana, Arial, Helvetica, sans-serif">Montag</font></strong></td>
        <td width="12%" height="18"><strong><font color="#000000" size="2" face="Verdana, Arial, Helvetica, sans-serif">Dienstag</font></strong></td>
        <td width="12%" height="18"><strong><font color="#000000" size="2" face="Verdana, Arial, Helvetica, sans-serif">Mittwoch</font></strong></td>
        <td width="12%" height="18"><strong><font color="#000000" size="2" face="Verdana, Arial, Helvetica, sans-serif">Donnerstag</font></strong></td>
        <td width="13%" height="18"><strong><font color="#000000" size="2" face="Verdana, Arial, Helvetica, sans-serif">Freitag</font></strong></td>

      </tr>
      <tr> 
        <td height="23"><font color="#000000">
          <input name="Array[a5]" type="text" value="<?php echo $feld5; ?>" size="8" row="5">
          </font></td>
        <td height="23"><font color="#000000">
          <input name="Array[a6]" type="text" value="<?php echo $feld6; ?>" size="50" row="5">
          </font></td>
        <td height="23"><font color="#000000">

          <input name="Array[a7]" type="text" value="<?php echo $feld7; ?>" size="15" row="5">
          </font></td>
        <td height="23"><font color="#000000">
          <input name="Array[a8]" type="text" value="<?php echo $feld8; ?>" size="15" row="5">
          </font></td>
        <td height="23"><font color="#000000">
          <input name="Array[a9]" type="text" value="<?php echo $feld9; ?>" size="15" row="5">
          </font></td>
        <td height="23"><font color="#000000">

          <input name="Array[a10]" type="text" value="<?php echo $feld10; ?>" size="15" row="5">
          </font></td>
        <td height="23"><font color="#000000">
          <input name="Array[a11]" type="text" value="<?php echo $feld11; ?>" size="15" row="5">
          </font></td>
      </tr>
      <tr> 
        <td height="23"><font color="#000000">
          <input name="Array[a12]" type="text" value="<?php echo $feld12; ?>" size="8" row="5">

          </font></td>
        <td height="23"><font color="#000000">
          <input name="Array[a13]" type="text" value="<?php echo $feld13; ?>" size="50" row="5">
          </font></td>
        <td height="23"><font color="#000000">
          <input name="Array[a14]" type="text" value="<?php echo $feld14; ?>" size="15" row="5">
          </font></td>
        <td height="23"><font color="#000000">
          <input name="Array[a15]" type="text" value="<?php echo $feld15; ?>" size="15" row="5">

          </font></td>
        <td height="23"><font color="#000000">
          <input name="Array[a16]" type="text" value="<?php echo $feld16; ?>" size="15" row="5">
          </font></td>
        <td height="23"><font color="#000000">
          <input name="Array[a17]" type="text" value="<?php echo $feld17; ?>" size="15" row="5">
          </font></td>
        <td height="23"><font color="#000000">
          <input name="Array[a18]" type="text" value="<?php echo $feld18; ?>" size="15" row="5">

          </font></td>
      </tr>
      <tr> 
        <td height="23"><font color="#000000">
          <input name="Array[a19]" type="text" value="<?php echo $feld19; ?>" size="8" row="5">
          </font></td>
        <td height="23"><font color="#000000">
          <input name="Array[a20]" type="text" value="<?php echo $feld20; ?>" size="50" row="5">
          </font></td>

        <td height="23"><font color="#000000">
          <input name="Array[a21]" type="text" value="<?php echo $feld21; ?>" size="15" row="5">
          </font></td>
        <td height="23"><font color="#000000">
          <input name="Array[a22]" type="text" value="<?php echo $feld22; ?>" size="15" row="5">
          </font></td>
        <td height="23"><font color="#000000">
          <input name="Array[a23]" type="text" value="<?php echo $feld23; ?>" size="15" row="5">
          </font></td>

        <td height="23"><font color="#000000">
          <input name="Array[a24]" type="text" value="<?php echo $feld24; ?>" size="15" row="5">
          </font></td>
        <td height="23"><font color="#000000">
          <input name="Array[a25]" type="text" value="<?php echo $feld25; ?>" size="15" row="5">
          </font></td>
      </tr>
      <tr> 
        <td height="23"><font color="#000000">

          <input name="Array[a26]" type="text" value="<?php echo $feld26; ?>" size="8" row="5">
          </font></td>
        <td height="23"><font color="#000000">
          <input name="Array[a27]" type="text" value="<?php echo $feld27; ?>" size="50" row="5">
          </font></td>
        <td height="23"><font color="#000000">
          <input name="Array[a28]" type="text" value="<?php echo $feld28; ?>" size="15" row="5">
          </font></td>
        <td height="23"><font color="#000000">

          <input name="Array[a29]" type="text" value="<?php echo $feld29; ?>" size="15" row="5">
          </font></td>
        <td height="23"><font color="#000000">
          <input name="Array[a30]" type="text" value="<?php echo $feld30; ?>" size="15" row="5">
          </font></td>
        <td height="23"><font color="#000000">
          <input name="Array[a31]" type="text" value="<?php echo $feld31; ?>" size="15" row="5">
          </font></td>
        <td height="23"><font color="#000000">

          <input name="Array[a32]" type="text" value="<?php echo $feld32; ?>" size="15" row="5">
          </font></td>
      </tr>
      <tr> 
        <td height="23"><font color="#000000">
          <input name="Array[a33]" type="text" value="<?php echo $feld33; ?>" size="8" row="5">
          </font></td>
        <td height="23"><font color="#000000">
          <input name="Array[a34]" type="text" value="<?php echo $feld34; ?>" size="50" row="5">

          </font></td>
        <td height="23"><font color="#000000">
          <input name="Array[a35]" type="text" value="<?php echo $feld35; ?>" size="15" row="5">
          </font></td>
        <td height="23"><font color="#000000">
          <input name="Array[a36]" type="text" value="<?php echo $feld36; ?>" size="15" row="5">
          </font></td>
        <td height="23"><font color="#000000">
          <input name="Array[a37]" type="text" value="<?php echo $feld37; ?>" size="15" row="5">

          </font></td>
        <td height="23"><font color="#000000">
          <input name="Array[a38]" type="text" value="<?php echo $feld38; ?>" size="15" row="5">
          </font></td>
        <td height="23"><font color="#000000">
          <input name="Array[a39]" type="text" value="<?php echo $feld39; ?>" size="15" row="5">
          </font></td>
      </tr>
      <tr> 
        <td height="23"><font color="#000000">

          <input name="Array[a40]" type="text" value="<?php echo $feld40; ?>" size="8" row="5">
          </font></td>
        <td height="23"><font color="#000000">
          <input name="Array[a41]" type="text" value="<?php echo $feld41; ?>" size="50" row="5">
          </font></td>
        <td height="23"><font color="#000000">
          <input name="Array[a42]" type="text" value="<?php echo $feld42; ?>" size="15" row="5">
          </font></td>
        <td height="23"><font color="#000000">

          <input name="Array[a43]" type="text" value="<?php echo $feld43; ?>" size="15" row="5">
          </font></td>
        <td height="23"><font color="#000000">
          <input name="Array[a44]" type="text" value="<?php echo $feld44; ?>" size="15" row="5">
          </font></td>
        <td height="23"><font color="#000000">
          <input name="Array[a45]" type="text" value="<?php echo $feld45; ?>" size="15" row="5">
          </font></td>
        <td height="23"><font color="#000000">

          <input name="Array[a46]" type="text" value="<?php echo $feld46; ?>" size="15" row="5">
          </font></td>
      </tr>
      <tr> 
        <td height="23"><font color="#000000">
          <input name="Array[a47]" type="text" value="<?php echo $feld47; ?>" size="8" row="5">
          </font></td>
        <td height="23"><font color="#000000">
          <input name="Array[a48]" type="text" value="<?php echo $feld48; ?>" size="50" row="5">

          </font></td>
        <td height="23"><font color="#000000">
          <input name="Array[a49]" type="text" value="<?php echo $feld49; ?>" size="15" row="5">
          </font></td>
        <td height="23"><font color="#000000">
          <input name="Array[a50]" type="text" value="<?php echo $feld50; ?>" size="15" row="5">
          </font></td>
        <td height="23"><font color="#000000">
          <input name="Array[a51]" type="text" value="<?php echo $feld51; ?>" size="15" row="5">

          </font></td>
        <td height="23"><font color="#000000">
          <input name="Array[a52]" type="text" value="<?php echo $feld52; ?>" size="15" row="5">
          </font></td>
        <td height="23"><font color="#000000">
          <input name="Array[a53]" type="text" value="<?php echo $feld53; ?>" size="15" row="5">
          </font></td>
      </tr>
      <tr> 
        <td height="23"><font color="#000000">

          <input name="Array[a54]" type="text" value="<?php echo $feld54; ?>" size="8" row="5">
          </font></td>
        <td height="23"><font color="#000000">
          <input name="Array[a55]" type="text" value="<?php echo $feld55; ?>" size="50" row="5">
          </font></td>
        <td height="23"><font color="#000000">
          <input name="Array[a56]" type="text" value="<?php echo $feld56; ?>" size="15" row="5">
          </font></td>
        <td height="23"><font color="#000000">

          <input name="Array[a57]" type="text" value="<?php echo $feld57; ?>" size="15" row="5">
          </font></td>
        <td height="23"><font color="#000000">
          <input name="Array[a58]" type="text" value="<?php echo $feld58; ?>" size="15" row="5">
          </font></td>
        <td height="23"><font color="#000000">
          <input name="Array[a59]" type="text" value="<?php echo $feld59; ?>" size="15" row="5">
          </font></td>
        <td height="23"><font color="#000000">

          <input name="Array[a60]" type="text" value="<?php echo $feld60; ?>" size="15" row="5">
          </font></td>
      </tr>
      <tr> 
        <td height="23"><font color="#000000">
          <input name="Array[a61]" type="text" value="<?php echo $feld61; ?>" size="8" row="5">
          </font></td>
        <td height="23"><font color="#000000">
          <input name="Array[a62]" type="text" value="<?php echo $feld62; ?>" size="50" row="5">

          </font></td>
        <td height="23"><font color="#000000">
          <input name="Array[a63]" type="text" value="<?php echo $feld63; ?>" size="15" row="5">
          </font></td>
        <td height="23"><font color="#000000">
          <input name="Array[a64]" type="text" value="<?php echo $feld64; ?>" size="15" row="5">
          </font></td>
        <td height="23"><font color="#000000">
          <input name="Array[a65]" type="text" value="<?php echo $feld65; ?>" size="15" row="5">

          </font></td>
        <td height="23"><font color="#000000">
          <input name="Array[a66]" type="text" value="<?php echo $feld66; ?>" size="15" row="5">
          </font></td>
        <td height="23"><font color="#000000">
          <input name="Array[a67]" type="text" value="<?php echo $feld67; ?>" size="15" row="5">
          </font></td>
      </tr>
      <tr> 
        <td height="23"><font color="#000000">

          <input name="Array[a68]" type="text" value="<?php echo $feld68; ?>" size="8" row="5">
          </font></td>
        <td height="23"><font color="#000000">
          <input name="Array[a69]" type="text" value="<?php echo $feld69; ?>" size="50" row="5">
          </font></td>
        <td height="23"><font color="#000000">
          <input name="Array[a70]" type="text" value="<?php echo $feld70; ?>" size="15" row="5">
          </font></td>
        <td height="23"><font color="#000000">

          <input name="Array[a71]" type="text" value="<?php echo $feld71; ?>" size="15" row="5">
          </font></td>
        <td height="23"><font color="#000000">
          <input name="Array[a72]" type="text" value="<?php echo $feld72; ?>" size="15" row="5">
          </font></td>
        <td height="23"><font color="#000000">
          <input name="Array[a73]" type="text" value="<?php echo $feld73; ?>" size="15" row="5">
          </font></td>
        <td height="23"><font color="#000000">

          <input name="Array[a74]" type="text" value="<?php echo $feld74; ?>" size="15" row="5">
          </font></td>
      </tr>
      <tr> 
        <td height="23"><font color="#000000">
          <input name="Array[a75]" type="text" value="<?php echo $feld75; ?>" size="8" row="5">
          </font></td>
        <td height="23"><font color="#000000">
          <input name="Array[a76]" type="text" value="<?php echo $feld76; ?>" size="50" row="5">

          </font></td>
        <td height="23"><font color="#000000">
          <input name="Array[a77]" type="text" value="<?php echo $feld77; ?>" size="15" row="5">
          </font></td>
        <td height="23"><font color="#000000">
          <input name="Array[a78]" type="text" value="<?php echo $feld78; ?>" size="15" row="5">
          </font></td>
        <td height="23"><font color="#000000">
          <input name="Array[a79]" type="text" value="<?php echo $feld79; ?>" size="15" row="5">

          </font></td>
        <td height="23"><font color="#000000">
          <input name="Array[a80]" type="text" value="<?php echo $feld80; ?>" size="15" row="5">
          </font></td>
        <td height="23"><font color="#000000">
          <input name="Array[a81]" type="text" value="<?php echo $feld81; ?>" size="15" row="5">
          </font></td>
      </tr>
      <tr> 
        <td height="23"><font color="#000000">

          <input name="Array[a82]" type="text" value="<?php echo $feld82; ?>" size="8" row="5">
          </font></td>
        <td height="23"><font color="#000000">
          <input name="Array[a83]" type="text" value="<?php echo $feld83; ?>" size="50" row="5">
          </font></td>
        <td height="23"><font color="#000000">
          <input name="Array[a84]" type="text" value="<?php echo $feld84; ?>" size="15" row="5">
          </font></td>
        <td height="23"><font color="#000000">

          <input name="Array[a85]" type="text" value="<?php echo $feld85; ?>" size="15" row="5">
          </font></td>
        <td height="23"><font color="#000000">
          <input name="Array[a86]" type="text" value="<?php echo $feld86; ?>" size="15" row="5">
          </font></td>
        <td height="23"><font color="#000000">
          <input name="Array[a87]" type="text" value="<?php echo $feld87; ?>" size="15" row="5">
          </font></td>
        <td height="23"><font color="#000000">

          <input name="Array[a88]" type="text" value="<?php echo $feld88; ?>" size="15" row="5">
          </font></td>
      </tr>
      <tr> 
        <td height="23"><font color="#000000">
          <input name="Array[a89]" type="text" value="<?php echo $feld89; ?>" size="8" row="5">
          </font></td>
        <td height="23"><font color="#000000">
          <input name="Array[a90]" type="text" value="<?php echo $feld90; ?>" size="50" row="5">

          </font></td>
        <td height="23"><font color="#000000">
          <input name="Array[a91]" type="text" value="<?php echo $feld91; ?>" size="15" row="5">
          </font></td>
        <td height="23"><font color="#000000">
          <input name="Array[a92]" type="text" value="<?php echo $feld92; ?>" size="15" row="5">
          </font></td>
        <td height="23"><font color="#000000">
          <input name="Array[a93]" type="text" value="<?php echo $feld93; ?>" size="15" row="5">

          </font></td>
        <td height="23"><font color="#000000">
          <input name="Array[a94]" type="text" value="<?php echo $feld94; ?>" size="15" row="5">
          </font></td>
        <td height="23"><font color="#000000">
          <input name="Array[a95]" type="text" value="<?php echo $feld95; ?>" size="15" row="5">
          </font></td>
      </tr>
      <tr> 
        <td height="23"><font color="#000000">

          <input name="Array[a96]" type="text" value="<?php echo $feld96; ?>" size="8" row="5">
          </font></td>
        <td height="23"><font color="#000000">
          <input name="Array[a97]" type="text" value="<?php echo $feld97; ?>" size="50" row="5">
          </font></td>
        <td height="23"><font color="#000000">
          <input name="Array[a98]" type="text" value="<?php echo $feld98; ?>" size="15" row="5">
          </font></td>
        <td height="23"><font color="#000000">

          <input name="Array[a99]" type="text" value="<?php echo $feld99; ?>" size="15" row="5">
          </font></td>
        <td height="23"><font color="#000000">
          <input name="Array[a100]" type="text" value="<?php echo $feld100; ?>" size="15" row="5">
          </font></td>
        <td height="23"><font color="#000000">
          <input name="Array[a101]" type="text" value="<?php echo $feld101; ?>" size="15" row="5">
          </font></td>
        <td height="23"><font color="#000000">

          <input name="Array[a102]" type="text" value="<?php echo $feld102; ?>" size="15" row="5">
          </font></td>
      </tr>
      <tr> 
        <td height="23"><font color="#000000">
          <input name="Array[a103]" type="text" value="<?php echo $feld103; ?>" size="8" row="5">
          </font></td>
        <td height="23"><font color="#000000">
          <input name="Array[a104]" type="text" value="<?php echo $feld104; ?>" size="50" row="5">

          </font></td>
        <td height="23"><font color="#000000">
          <input name="Array[a105]" type="text" value="<?php echo $feld105; ?>" size="15" row="5">
          </font></td>
        <td height="23"><font color="#000000">
          <input name="Array[a106]" type="text" value="<?php echo $feld106; ?>" size="15" row="5">
          </font></td>
        <td height="23"><font color="#000000">
          <input name="Array[a107]" type="text" value="<?php echo $feld107; ?>" size="15" row="5">

          </font></td>
        <td height="23"><font color="#000000">
          <input name="Array[a108]" type="text" value="<?php echo $feld108; ?>" size="15" row="5">
          </font></td>
        <td height="23"><font color="#000000">
          <input name="Array[a109]" type="text" value="<?php echo $feld109; ?>" size="15" row="5">
          </font></td>
      </tr>
    </table>

    <p> <br>
      <br>
      <font size="2"><font color="#000000" face="Verdana, Arial, Helvetica, sans-serif">* 
      Bitte in den Spalten (Mo. bis Fr.) die Stunden eintragen: Beispiel: f&uuml;r 
      1 Stunde und 30 Minuten. bitte 1,5 eintragen<br>
      * Bitte in der Spalte Nummer ein R + RFC Nummer oder ein P + Projektnummer 
      eintragen.</font></font><br>
    </p>
    <hr>
    <br>

    <br>
    <table width="91%">
      <tr> 
        <td width="39%"><font color="#000000" size="2" face="Verdana, Arial, Helvetica, sans-serif"><strong>Arbeitsbeginn</strong></font></td>
        <td width="12%"><font color="#000000">
          <input name="Array[a110]" type="text" value="<?php echo $feld110; ?>" size="15" row="5">
          </font></td>
        <td width="12%"><font color="#000000">
          <input name="Array[a111]" type="text" value="<?php echo $feld111; ?>" size="15" row="5">

          </font></td>
        <td width="12%"><font color="#000000">
          <input name="Array[a112]" type="text" value="<?php echo $feld112; ?>" size="15" row="5">
          </font></td>
        <td width="12%"><font color="#000000">
          <input name="Array[a113]" type="text" value="<?php echo $feld113; ?>" size="15" row="5">
          </font></td>
        <td width="13%"><font color="#000000">
          <input name="Array[a114]" type="text" value="<?php echo $feld114; ?>" size="15" row="5">

          </font></td>
      </tr>
      <tr> 
        <td><font color="#000000" size="2" face="Verdana, Arial, Helvetica, sans-serif"><strong>Arbeitsende</strong></font></td>
        <td><font color="#000000">
          <input name="Array[a115]" type="text" value="<?php echo $feld115; ?>" size="15" row="5">
          </font></td>
        <td><font color="#000000">
          <input name="Array[a116]" type="text" value="<?php echo $feld116; ?>" size="15" row="5">

          </font></td>
        <td><font color="#000000">
          <input name="Array[a117]" type="text" value="<?php echo $feld117; ?>" size="15" row="5">
          </font></td>
        <td><font color="#000000">
          <input name="Array[a118]" type="text" value="<?php echo $feld118; ?>" size="15" row="5">
          </font></td>
        <td><font color="#000000">
          <input name="Array[a119]" type="text" value="<?php echo $feld119; ?>" size="15" row="5">

          </font></td>
      </tr>
      <tr> 
        <td><font color="#000000" size="2" face="Verdana, Arial, Helvetica, sans-serif"><strong>Gesamt 
          Arbeitszeit </strong></font></td>
        <td><font color="#000000">
          <input name="Array[a120]" type="text" value="<?php echo $feld120; ?>" size="15" row="5">
          </font></td>
        <td bordercolor="#FFFFFF"><font color="#000000">&nbsp; </font></td>

        <td bordercolor="#FFFFFF"><font color="#000000">&nbsp; </font></td>
        <td bordercolor="#FFFFFF"><font color="#000000">&nbsp; </font></td>
        <td bordercolor="#FFFFFF"><font color="#000000">&nbsp; </font></td>
      </tr>
    </table>
	
    <p>&nbsp;</p>
    <hr>

    <p>&nbsp;</p>
    <table width="91%">

      <tr> 
        <td width="50%"><div align="center"><strong><font color="#000000"> 
        
<?php
if(empty($feld121)){ 
echo "Keine Kennung";
echo "<br>";
?>
           <input type='password' name='pass' size="25">
           <input type='submit' name='gssubmit' value=' Absenden '> 
           <input type='hidden' name='send' value='1'>
<?php
}else{
?>         <input name="Array[a121]" type="text" value="<?php echo $feld121; ?>" size="40" row="5"readonly>
<?php
}
?>
            
            </font></strong></div></td>
        <td><div align="center"><font color="#000000"> 
            <input name="Array[a122]" type="text" value="<?php echo $feld122; ?>" size="40" row="5">
            </font></div></td>
      </tr>

      <tr> 
        <td width="50%">&nbsp;</td>
        <td>&nbsp;</td>
      </tr>
      <tr> 
        <td><div align="center"><font size="2" face="Verdana, Arial, Helvetica, sans-serif"><font color="#000000">Datum: 
            <input name="Array[a123]" type="text" value="<?php echo $feld123; ?>" size="22" row="5">

            </font> </font></div></td>
        <td><div align="center"><font color="#000000" size="2" face="Verdana, Arial, Helvetica, sans-serif">Datum: 
            <input name="Array[a124]" type="text" value="<?php echo $feld124; ?>" size="22" row="5">
            </font><font size="2" face="Verdana, Arial, Helvetica, sans-serif"> 
            </font></div></td>
      </tr>
      <tr> 
        <td><div align="center"><strong></strong></div></td>
        <td><div align="center"><strong><font color="#000000" size="2" face="Verdana, Arial, Helvetica, sans-serif">&nbsp; 
            </font></strong></div></td>

      </tr>
    </table>
    <p>&nbsp;</p>
    <hr>
    <br>
    <br>
  </div>
</form>
</body>
</html>
<?php
}
?>
 
Wow is ja der Oberhammer wie des jetz geit - is jo Goil !

Riesiges Kompliment an dich DU BIST EIN GOTT

Danke für die Hilfe , ein so netten und hilfsbereiten Menschen wie du einer bist trifft mann nur wenn überhaupt, leider sehr sehr selten im Leben.

Ich bedanke mich in aller Form und ziehe voll Hochachtung meinen Hut !

Hab noch eine Mini Frage ?

Kann ich das jetzt auch auf dem anderen Feld rechts mit der Bestätigung anwenden

also copy past im PHP Formular.

Muss Jetzt in die Nachtschicht

Gruss vom Supser und Vater vom Supser

Echt Unglaublich was du da Vollbracht hast

1000000000000000000000000000 mal danke
 
Zurück