Hello guys
I have php script called getimg.php , i need it to open gif file and send gif header, and output it to browser, doing some dbase stuff before
the code i have so far is:
header ("Content-Type: image/gif");
echo "$image"; #file needs to be in here
Thank You very much in advance