Re: [PHP] Header / image question

2002-02-08 Thread Jason Wong
On Friday 08 February 2002 16:26, phantom wrote: > I have this really cool script that grabs image data stored in a mysql > bin field and echo's the data into an image file. > > 01: /* QUERY DB AND LOAD IMAGE DATA */ > 02: /* must get values for ImgType and ThmData */ > 03: $Results = mysql_query(

[PHP] Header / image question

2002-02-08 Thread phantom
I have this really cool script that grabs image data stored in a mysql bin field and echo's the data into an image file. 01: /* QUERY DB AND LOAD IMAGE DATA */ 02: /* must get values for ImgType and ThmData */ 03: $Results = mysql_query($Query, $Link) 04: or die ("SL3-".mysql_errno().": "