FAMSI Logo


Link to enlarge Archaeology Plate 107 ©Annie Hunter Travis Doering and Lori Collins
MESOAMERICAN THREE-DIMENSIONAL IMAGING DATABASE

© 2007 Travis Doering and Lori Collins
AIST Logo
'; echo ''; #query db with new search term $result = mysql_query("select * from 3dproject_graham_images where id_number = '$id_number'"); //$sql="select * from 3dproject_images where id_number = '$id_number' and image_type = '$type' order by id_number ASC"; //echo $sql; $record_cnt = mysql_num_rows($result); echo ''; //put all the code here for running the script itself using $result in the while loop for ($i=0; $i<$record_cnt; $i++) { $row = mysql_fetch_array($result); $image=trim($row['image']); $image_file_name = str_replace('uploads/jgraham/','',$image); $tn_image = 'tn_'.$image_file_name; $image = '/3D_imaging/'.$image; echo ''; echo ''; echo ''; } ?>
'; echo ''; echo ''; if($row['credit']) { echo ''; } //start reference section if($row['format_type']) { echo ''; } if($row['description']) { echo ''; } echo '
M3D Number:  '.$id_number.'
Credit/Copyright:  '.$row['credit'].''; echo '
Format Type:  '.$row['format_type'].''; echo '
Description:  '.$row['description'].''; echo '
'; //echo '
'; echo ''; //image manipulation /* $size = GetImageSize($image); $width = $size[0]; $height = $size[1]; if($width > 3000 || $height > 3000) { $tn_width=ceil($width/20); $tn_height=ceil($height/20); } else if ($width > 2000 || $height > 2000) { $tn_width=ceil($width/10); $tn_height=ceil($height/10); } else if ($width > 1000 || $height > 1000) { $tn_width=ceil($width/5); $tn_height=ceil($height/5); } else { $tn_width=ceil($width/3); $tn_height=ceil($height/3); } */ echo '
'; echo 'Click to view larger image'; echo '