Hi!
I've to work with a database that already have images on it.
I want to know it it's possible to get these images and then create it on a folder ??
Thanks,
n9
yes it is definately possible. you can write a small script to select all the records from the database and then write them out to a file with fopen and fwrite since the binary data is in the database.