Ignore:
Timestamp:
2006/12/28 10:53:27 (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

    r982 r983  
    1111while ( $myrow = $xoopsDB->fetchArray($result) ) { 
    1212    echo mb_detect_encoding($myrow) . "<br>"; 
    13 //  $myrow = mb_convert_encoding($myrow, "euc-jp"); 
     13    $myrow = mb_convert_encoding($myrow["topic_title"], "euc-jp"); 
    1414    print_r($myrow); 
    1515    print("<BR>"); 
Note: See TracChangeset for help on using the changeset viewer.