sonnysavage
Programmer
My setup:
Apache 1.3.24 and 2.0.36
PHP 4.2.1
MySQL 3.23.47
Has anyone used imagecreatefromstring()? The PHP manual is pretty scarce on information:
I am trying to load a JPEG image from a MySQL table. From my understaning, this function is supposed to take many image types. I keep getting this error:
Warning: imagecreatefromstring: Passed data is not in 'WBMP' format in c:\www\mcsda\includes\class.image.php on line 16
Warning: Couldn't create GD Image Stream out of Data in c:\www\mcsda\includes\class.image.php on line 16
Apache 1.3.24 and 2.0.36
PHP 4.2.1
MySQL 3.23.47
Has anyone used imagecreatefromstring()? The PHP manual is pretty scarce on information:
I am trying to load a JPEG image from a MySQL table. From my understaning, this function is supposed to take many image types. I keep getting this error:
Warning: imagecreatefromstring: Passed data is not in 'WBMP' format in c:\www\mcsda\includes\class.image.php on line 16
Warning: Couldn't create GD Image Stream out of Data in c:\www\mcsda\includes\class.image.php on line 16