The Optical Enlightening series is the elaboration of 'Enlightening Art' (the first spiritual artwork the artist introduced as a leader of the Hanol foundation) in a fine Art form. By using the multi-dimensional expression method, the artist shows the different dimensional expression in the creation of art.
include "../../lib/trdbcon.php";
for ($c=1; $c<4; $c++) {
$art_cate = $c + 321;
include "../../lib/category_lib.php";
?>
/*촣등록수*/
$sql = "select * from trans_present where category='$art_cate'";
$numresults=mysql_query($sql,$connect);
$numrows=mysql_num_rows($numresults);
/*쿼리 불러오기*/
$query="select * from trans_present where category='$art_cate' order by num asc";
$selectsql = mysql_query($query,$connect);
/*리스트 시작*/
for ($i=0; $i<$numrows; $i++) {
// 가져올 레코드로 위치(포인터) 이동
mysql_data_seek($selectsql, $i);
// 하나의 레코드 가져오기
$row = mysql_fetch_array($selectsql);
$item_num = $row[num];
$item_list_no = $row[list_no];
$item_subject = $row[subject];
$item_mc_num = $row[mc_num];
$item_f_root = $row[f_root];
$item_w_class = $row[w_class];
$work_img_url = "http://img.transart.co";
$daepyo = "mc";
$w_url = $work_img_url.'/'.$main_root.'/w220/'.$item_f_root.'/'.$daepyo;
$numcnt = $item_num * 4245;
?>
} ?>
} ?>