= ( count ( $imgids ) - 1 ) ) ? $first : $imgids[$i+1]; $imageName = $images[$productImgid]['imageName']; $imageDesc = $images[$productImgid]['imageDesc']; $width = $images[$productImgid]['width']; $height = $images[$productImgid]['height']; $getConfig = db_query ( " SELECT slideDelay FROM ecomProductGalleryConfig " ); list ( $slideDelay ) = mysql_fetch_row ( $getConfig ); if ( $play ) { header ( "Refresh: $play;URL=./?productid=$productInfo[productid]&slideshowView=1&productImgid=$next&play=$play" ); $playOrPause = <<PAUSE EndPoP; $slow = $play + 1; $fast = ( $play > 1 ) ? $play - 1 : $play; $speedControls = << SLOWER FASTER EndSC; } else { $playOrPause = <<PLAY EndPoP; } /////////////////////// head Contents /////////////////////////// ///// eg. (meta tags, java script, etc.) ///// $headContents = << EndOfHeadContents; ///// ///// ///////////////////////////////////////////////////////////////// //////////// actual body contents for html page ///////////////// ///// ///// $bodyContents = <<

{$productInfo[productName]} - $imageName

$imageDesc

$playOrPause
|< <<>> >|
$speedControls $imageDesc
EndOfBodyContents; ///// ///// ///////////////////////////////////////////////////////////////// ?>