![]() |
I'm a dumb fuck and i need help
how do i parse raw image data with php and display it?
|
Header("Content-type: image/gif\n\n");
$fd = fopen("gfy.gif","r"); while($buff = fread($fd,1024)) { print $buff; } fclose($fd); |
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