±Û ¼öÁ¤¿¡¼­ ¾÷·ÎµåµÈ À̹ÌÁö¸¦ º¸¿©ÁÖ±â
°ü¸®ÀÚ 06-03-26 01:41
¿À´Þ¼ö´ÔÀÇ ±Û ¼öÁ¤¿¡¼­ ¾÷·ÎµåµÈ À̹ÌÁö¸¦ º¸¿©ÁÖ´Â ÆÁÀ» Á¶±Ý ¼öÁ¤Çß½À´Ï´Ù..
http://www.sir.co.kr/bbs/board.php?bo_table=g4_tiptech&wr_id=3269

ºÒÇÊ¿äÇÑ Äõ¸®¸¦ µ¹¸®Áö ¾Ê°í ¼Ò½º¶ÇÇÑ °£°áÇϸç...Ŭ¸¯½Ã ¿øº»Å©±âÀÇ À̹ÌÁöµµ º¸¿©ÁÝ´Ï´Ù...


½ºÅ²ÀÇ <? if ($is_file) { ?> ÇÏ´Ü¿¡ ¾Æ·¡³»¿ëÀ» ³Ö¾îÁÝ´Ï´Ù.

<?
$file_preview_script = '';
// ¼öÁ¤À϶§¸¸...
if ($w == "u")
{
    for ($i=0; $i<$file[count]; $i++)
    {
            $file_preview_script .= str_replace("<img ","<img style='border:0; margin:2 2 2 2; width:55px; height:70px;' tmp_width={$file[$i][image_width]} tmp_height={$file[$i][image_height]} ",$file[$i][view]);
    }
}
?>

±×¸®°í ³ª¼­...

<table id="variableFiles" cellpadding=0 cellspacing=0></table> ¾Õ¿¡ <?=$file_preview_script?> ¸¦ ³Ö¾îÁÝ´Ï´Ù.

¾Æ·¡Ã³·³...

<?=$file_preview_script?><table id="variableFiles" cellpadding=0 cellspacing=0></table>


Ãâó : http://sir.co.kr/bbs/tb.php/g4_tiptech/3284