GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   I'm a dumb fuck and i need help (https://gfy.com/showthread.php?t=89981)

hyper 11-24-2002 12:33 AM

I'm a dumb fuck and i need help
 
how do i parse raw image data with php and display it?

darksoul 11-24-2002 03:17 AM

Header("Content-type: image/gif\n\n");

$fd = fopen("gfy.gif","r");
while($buff = fread($fd,1024))
{
print $buff;
}
fclose($fd);

hyper 11-25-2002 12:11 PM

cool i will try it out later :)


All times are GMT -7. The time now is 03:52 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123