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]

Reply via email to