Ignore:
Timestamp:
2006/12/28 11:39:35 (17 years ago)
Author:
kaki
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/test-xoops.ec-cube.net/html/modules/test/kakinaka/topic_list.php

    r1022 r1023  
    1515while ( $myrow = $xoopsDB->fetchArray($result) ) { 
    1616    //echo mb_detect_encoding($myrow) . "<br>"; 
    17 //  $myrow = mb_convert_encoding($myrow["topic_title"], "euc-jp"); 
     17    $myrow = mb_convert_encoding($myrow["topic_title"], "euc-jp"); 
    1818    print($myrow); 
    1919    print("<BR>"); 
     
    2323$xoopsTpl->assign('arrResponse', $arrResponse); 
    2424include XOOPS_ROOT_PATH."/footer.php"; 
     25 
    2526?> 
Note: See TracChangeset for help on using the changeset viewer.