On Wednesday 01 September 2004 18:56, Khan wrote:

> I'm using PHP to export images from database blob field. Now, I need
> to export all images and write them to server. How can I write image
> (as .jpg) after I selected it from blob field.

  imagecreatefromstring()
  imagejpeg()

-- 
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
------------------------------------------
/*
Would you care to view the ruins of my good intentions?
*/

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

Reply via email to