problem with imagecreatefromjpeg()
Posted: Sun Sep 21, 2008 8:49 pm
Hello,
how can i make imagecreatefromjpeg(//source or file) incorporated with database?
// db connection
// query then execute query
// $row = get query data
example imagecreatefromjpeg($row[0]);
I'm having error with this. no image output / error message.
but when I change imagecreatefromjpeg(picture.jpg)
it's working fine.
any suggestion or another solution??
thanks
how can i make imagecreatefromjpeg(//source or file) incorporated with database?
// db connection
// query then execute query
// $row = get query data
example imagecreatefromjpeg($row[0]);
I'm having error with this. no image output / error message.
but when I change imagecreatefromjpeg(picture.jpg)
it's working fine.
any suggestion or another solution??
thanks