Hi,
Ich habe die Ausgabe des Skripts schon auf Fehler abgeklopft.
Und?
$result = sqlite_fetch_all($query);
foreach ($result as $row) { $image = $row['Data']; }
Wie viele Datensätze erwartest du hier, dass du eine foreach-Schleife einsetzt?
Wo und wie hast du überprüft, ob das, was du dort erhältst, auch das ist, was du erwartest?
MfG ChrisB
--
Light travels faster than sound - that's why most people appear bright until you hear them speak.