Rimbaud: Illuminations
A selection of translations into Scots of works from Arthur Rimbaud's Illuminations, with accompanying illustrations.
On offer: Limited edition set of Giclee prints of Rimbaud inspired works. Interested? Please contact as below.
include ("inc_getjpgsize.php");
include ("../ksdbpdo.php");
if(!is_numeric($dbtype))
{
$dbtype="0";
}
$sqlstr="SELECT ksw_ndx, ksw_yr, ksw_title, ksw_add, ksw_size, ksw_medium, ksw_where FROM ksworks WHERE ksw_arch=". $dbtype . " ORDER BY ksw_ndx DESC LIMIT 19;";
$tc="A";
foreach($db->query($sqlstr) as $wmyrow) {
?>
};
?>
$sizestat = getimagesize($wmyrow["ksw_add"]);
if ($sizestat[0]>300) {
$newwidth=300;
$newheight=$sizestat[1] * $newwidth / $sizestat[0];
}
else
{
$newheight=$sizestat[1];
$newwidth=$sizestat[0];
};
printf('
%s
 
 
', $wmyrow["ksw_title"]);
printf('
', stripadd($wmyrow["ksw_add"]), $newheight, $newwidth);
$gall = $wmyrow["ksw_where"];
if ($gall >"") {
if (substr($gall,0,7) == 'http://') {
$theirsite = substr($gall,7,strlen($gall));
if (substr($theirsite,0,4) == 'www.') {$theirsite = substr($theirsite,4,strlen($theirsite));};
$finddot = strpos($theirsite,'.');
if ($finddot >0) {
$theirsite = substr($theirsite,0,$finddot);
}
$gall = '' . $theirsite . '';
};
};
printf('
%s
' . nl2br(file_get_contents($trytxt));
};
//printf("Thumb=%s from %s",$tryth, $imgpos);
?>
 
 
 
