- Timestamp:
- 2006/12/28 11:55:26 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
temp/test-xoops.ec-cube.net/html/test/kakinaka/topic_list.php
r1035 r1036 10 10 } 11 11 12 13 12 while ( $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 /* 15 20 $myrow = mb_convert_encoding($myrow["topic_title"], "euc-jp"); 16 21 print($myrow); 17 22 print("<BR>"); 23 */ 18 24 } 19 25
Note: See TracChangeset
for help on using the changeset viewer.
