Notice: Undefined variable: key in /usr/local/www/apache24/data/manolo-art.com/imageList.php on line 70

Notice: Undefined variable: cat in /usr/local/www/apache24/data/manolo-art.com/imageList.php on line 86

Notice: Undefined variable: cat in /usr/local/www/apache24/data/manolo-art.com/imageList.php on line 92

Notice: Undefined variable: ID in /usr/local/www/apache24/data/manolo-art.com/imageList.php on line 103

Notice: Undefined variable: collect in /usr/local/www/apache24/data/manolo-art.com/imageList.php on line 103

Warning: fopen(./images/nav/painting.php): failed to open stream: No such file or directory in /usr/local/www/apache24/data/manolo-art.com/imageList.php on line 111

Warning: filesize(): stat failed for ./images/nav/painting.php in /usr/local/www/apache24/data/manolo-art.com/imageList.php on line 112

Warning: fread() expects parameter 1 to be resource, boolean given in /usr/local/www/apache24/data/manolo-art.com/imageList.php on line 112

Warning: fclose() expects parameter 1 to be resource, boolean given in /usr/local/www/apache24/data/manolo-art.com/imageList.php on line 113

Notice: Undefined variable: artnum in /usr/local/www/apache24/data/manolo-art.com/imageList.php on line 136
Manolo's Art
Notice: Undefined variable: stylepage in /usr/local/www/apache24/data/manolo-art.com/imageList.php on line 185
Favorites
Click on Stars to add to Favorites
query("SELECT Favorites.* FROM Favorites WHERE Favorites.GalleryID='$galleryID' ORDER BY Favorites.ID DESC"); $nums = $dc->num_rows(); $dc->next_record(); if ($eid=="") { $eid=$nums; } for ($i=0;$i<$dc->num_rows();$i++) { $thisGalleryItem=$dc->get("ArtworkID"); $rc->query("SELECT artworks.* FROM artworks WHERE artworks.ID='$thisGalleryItem' ORDER BY artworks.displayorder ASC"); $rc->next_record(); // $thisart=$rc->get("ID"); $thisart=$thisGalleryItem; $thisname=$rc->get("name"); $thismedium=$rc->get("medium"); $avail=$rc->get("availability"); $size=$rc->get("dimensions"); $imagefile=$rc->get("imagename"); $reg_ex = '"'; $replace_word = "%22"; $replacesize= ereg_replace($reg_ex, $replace_word, $size); $reg_ex = '
'; $replace_word = " "; $thisname= ereg_replace($reg_ex, $replace_word, $thisname); // So what we really want is to move the image down so that it's vertically centered. $topOffset=0; $currImage="./images/".$imagefile; $aSize = getimagesize($currImage); $iWidth = $aSize[0]; $iHeight= $aSize[1]; // if it's taller than wide, we do nothing. If wider than tall, we need to figur how much to shift down. if ($iWidth > $iHeight) { // if ($iHeight > 350) $iHeight=350; $topOffset=(100-(($iHeight/$iWidth) * 100))/2; } $detailString="'".$thisname."','".$thismedium."','".$avail."','".$replacesize."','".$imagefile."'"; ?>
<br />
<b>Notice</b>:  Undefined variable: thisname in <b>/usr/local/www/apache24/data/manolo-art.com/imageList.php</b> on line <b>718</b><br />

Notice: Undefined variable: thisname in /usr/local/www/apache24/data/manolo-art.com/imageList.php on line 721

 
next_record(); } //************************************************************************************************************** ?>