Exports images from the db to folders.
More...
Variables |
|
| $link = getdb() |
|
| $imageloc = config_options('imageloc') |
|
global | $config |
|
if(!$link) | $sql = "tbl_Files where bin_data != '' " |
|
| $result = mysql_query($sql,$link) |
|
| while ($image_row=mysql_fetch_array($result)) |
Detailed Description
Designed primarily to allow sites to move to having images in folders instead of the db.