GIF89a ÷ƺ�ÿÛQßΦ¶¦�M=ÿãqÿßaçßÂκ���uÿãu÷ïë¦�}-
®¢�ƶ�meY®���yiqmYÿãeyuqïç×ÿ×Aÿãyÿç��y5¾²�ÿÛMÿ×5ׯ¶ïëÛ¾��qï×���mÿÛ=ß×ÛiUÿÒ$Φ¶®�ÿÛEðð
b&X¤ððððD¢¯âWÏÀbð¨h7�?����<!`Ȥ
*.X¤ððððð�?X¤�ðððð¶¤ÀbðXM!ùØ, ¡18p Á&\?¡�
p?A¡��pàA 4dX?Áà?$(Pù@?Ä� (ÀAÍ� >�@?J
?�3/?@(?,èpA�¥Ðú��ÏJ�BxÚ�@¯3?à U«Ù¾*»õ?Y âz1Â��
&ü¥! ¼\ Ó@@;
i have the above in my database,,...
it is a gif.. that i store as a blob... using fread("*.gif");
then i do this to retrive it...
<img src=\"getpic.php?ID=".$ID."\">
//in getpic.php
$query = "select pic from table where id = '$ID'";
$result = @MYSQL_QUERY($query);
$data = @MYSQL_RESULT($result,0, "diagram");
Header("Content-type: image/gif");
print $data;
//////////
this will siplay my img, my gif..
now the problem is that i want to use function like GetImageSize()..
on this pics.. how do i do it?
john
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]