kleines_Blümchen: Bilder

Beitrag lesen

Guten Morgen Stephan,

danke dass du mir so ausführlich geantwortet hast. Hmm leider bin ich aber noch gar nicht so weit, das heißt DOCH dass der User erkannt wird und einloggen kann, das habe ich schon. Der User wird bei mir so erkannt:

'" . $_SESSION['be_nutzer_bilder'] . "',

So wie muss ich denn jetzt nun weiter machen? Ich hab hier mal ein Formular. Da weiß ich jetzt aber nicht wo ich da den Code von dir wo du mir gegeben hast rein packen soll. Kannst du mir das mal bitte noch sagen?

Hier mal das was ich bis jetzt habe:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Bilder</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body>
<form name="form1" method="post" action="">
  <table width="80%"  border="0">
    <tr>
      <td width="20%" scope="col"><div align="left">Benutzername:</div></td>
      <th width="80%" scope="col"><div align="left">
        <input name="benutzername" type="text" id="benutzername">
      </div></th>
    </tr>
    <tr>
      <td scope="col"><div align="left"> Kategorie:</div></td>
      <td scope="col"><div align="left">
        <input name="kategorie" type="text" id="kategorie">
      </div></td>
    </tr>
    <tr>
      <td scope="col">Datum:</td>
      <th scope="col"><div align="left">
        <input name="datum" type="text" id="datum">
      </div></th>
    </tr>
    <tr>
      <td scope="col">Name des Bildes: </td>
      <th scope="col"><div align="left">
        <input name="name_des_bildes" type="text" id="name_des_bildes">
      </div></th>
    </tr>
    <tr>
      <td scope="col">&nbsp;</td>
      <td scope="col"><div align="left">
        <input name="bild" type="file" class="chatfields" id="bild">

</div></td>
    </tr>
    <tr>
      <td scope="col">&nbsp;</td>
      <td scope="col">      <input name="upload" type="submit" class="chatfields" value="&gt;&gt;&gt; hochladen"></td>
    </tr>
  </table>
</form>
</body>
</html>

Den Code bekomme ich dann mit einem Insert Intro in die Db gelle?

Gruß Blümchen