Extract database image to disk

You can use the GD PHP library. You make a loop for each record and create the jpg from the information of the image field of the BD (with the command imagecreatetruecolor for example), then you save it on disk with the name of the field name of the BD (it can be with imagejpeg) . You’ll have to do some research on the GD2 PHP library.

See also  /faq/recorrer-todos-los-datos-de-un-ngform
Loading Facebook Comments ...
Loading Disqus Comments ...