- Timestamp:
- 2006/12/28 11:55:46 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
temp/test-xoops.ec-cube.net/html/test/kakinaka/topic_list.php
r1036 r1037 3 3 4 4 $sql = 'SELECT * FROM ' . $xoopsDB->prefix('bb_topics'); 5 print($sql);6 5 7 6 if ( !$result = $xoopsDB->query($sql) ) { … … 14 13 foreach($myrow as $key => $val){ 15 14 $val = mb_convert_encoding($val, "euc-jp"); 16 print($val );15 print($val . " "); 17 16 } 18 17 print("<BR>");
Note: See TracChangeset
for help on using the changeset viewer.
