Changeset 1036 for temp


Ignore:
Timestamp:
2006/12/28 11:55:26 (19 years ago)
Author:
kaki
Message:
 
File:
1 edited

Legend:

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

    r1035 r1036  
    1010} 
    1111 
    12  
    1312while ( $myrow = $xoopsDB->fetchArray($result) ) { 
    14     //echo mb_detect_encoding($myrow) . "<br>"; 
     13     
     14    foreach($myrow as $key => $val){ 
     15        $val = mb_convert_encoding($val, "euc-jp"); 
     16        print($val); 
     17    } 
     18    print("<BR>"); 
     19/* 
    1520    $myrow = mb_convert_encoding($myrow["topic_title"], "euc-jp"); 
    1621    print($myrow); 
    1722    print("<BR>"); 
     23*/ 
    1824} 
    1925 
Note: See TracChangeset for help on using the changeset viewer.