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(
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().": "
2 matches
Mail list logo