[PHP] Create Thumbnail from Blob online

2002-07-16 Thread Tommi Trinkaus
Hi, i stored some jpegs in an mysql-database (one field for data, one for type) and i'm able to download them and to show them in an img tag. But wat i want is to use the stored data to create a thumbnail to show it within the browser without creating a file - how can i pass the mysql-blob

RE: [PHP] Create Thumbnail from Blob online

2002-07-16 Thread joakim . andersson
From: Tommi Trinkaus [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 16, 2002 1:25 PM Hi, i stored some jpegs in an mysql-database (one field for data, one for type) and i'm able to download them and to show them in an img tag. But wat i want is to use the stored data to create a