<?php
echo "Hello World";
if ($thumbimage != NULL)
{
$ausgabe.='<tr bgcolor="#123456">'."\n";
$ausgabe.=' <td><img src="/../com/com/image/prod/'. $thumbimage1 .'" width="48" ></td>'."\n";
$ausgabe.=' <td><SPAN> Breite: '. $size[0] .'Pixel <br> Höhe: '. $size[1] .'Pixel <br> Kilobytes: '. $kb .'</SPAN></td>'."\n";
$ausgabe.=' <td><SPAN >'.$datum.'</SPAN></td>'."\n";
$ausgabe.=' <td><SPAN "> <a href="/PictureDelete.php">löschen</a></SPAN></td>'."\n";
$ausgabe.=' <td><SPAN ><a href="/sort.php"><img src="/nachunten.gif"></img> 1 nach Unten </a> </SPAN></td>'."\n";
$ausgabe.=' </tr>'."\n";
}
else
{
$ausgabe.='<tr bgcolor="#123456">'."\n";
$ausgabe.=' <td> - </td>'."\n";
$ausgabe.=' <td><SPAN> Breite: 0Pixel <br> Höhe: 0Pixel <br> Kilobytes: 0</SPAN></td>'."\n";
$ausgabe.=' <td><SPAN > kein Bild vorhanden</SPAN></td>'."\n";
$ausgabe.=' <td><SPAN "> nicht möglich </SPAN></td>'."\n";
$ausgabe.=' <td><SPAN>
<form action="upload.php" method="post"
enctype="multipart/form-data">
<label for="file">Filename:</label>
<input type="file" name="file" id="file" />
<input type="submit" name="submit" value="Hochladen" /> <br>
</form>
</td>'."\n";
$ausgabe.=' </tr>'."\n";
}
$ausgabe.='</table>'."\n";
?>