GD lib Problem...
Posted by: Aritmico
Posted on: 2008-02-02 02:52:00
Hi all, I'm new in this web corner :)
I have a "little" problem with GD libraries...
I'm coming from another hoster and my scripts, there, run fine...
I have images stored on the mysql db and everytime I need to output them I use, obviously, the code below:
// Code
$photo = db query result
$src = imagecreatefromstring($foto);
...
...
...
imagejpeg($src);
// End Code
Unfortunately the output is...nothing...
You can see it here: http://www.bropix.net/usr/foto.php?idfoto=2
I just see the content of the alt tag...
I controlled the php configuration and all seems to be ok...
Any advice...?
P.S. Sorry for my insipid English :(