On Wednesday 15 September 2004 08:05, Ed Lazor wrote:
> PHP's creating an image and I'm trying to store it into MySQL.  Instead of
> raw binary data, all I'm getting is a resource reference.  To test this and
> keep things as simple as possible, I took and created an image with
> createimagefromjpeg.  Here's some example code of what I'm talking about:


> Imagejpeg($im);  // successfully displays image

Use the ob_*() functions to capture the output. See archives for details.

-- 
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
------------------------------------------
/*
"... the Mayo Clinic, named after its founder, Dr. Ted Clinic ..."
                -- Dave Barry
*/

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

Reply via email to