On Wednesday 15 September 2004 08:43, Ed Lazor wrote:
> Oop... spoke too soon.  I was able to store the image into the database,
> but now I can't pull it back out and manipulate it with the gd image
> functions. Instead of using the imagejpeg function, I can just echo the
> field and the image will display in a browser window.  How do I restore the
> data from the database in a way that I can continue to manipulate it with
> the image functions, like imagejpeg($data)?

There's this thing called a manual, in there you would find:

  imagecreatefromstring()

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *
------------------------------------------
Search the list archives before you post
http://marc.theaimsgroup.com/?l=php-general
------------------------------------------
/*
It takes less time to do a thing right than it does to explain why you
did it wrong.
                -- H.W. Longfellow
*/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to