Changeset 1037 for temp


Ignore:
Timestamp:
2006/12/28 11:55:46 (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

    r1036 r1037  
    33 
    44$sql = 'SELECT * FROM ' . $xoopsDB->prefix('bb_topics'); 
    5 print($sql); 
    65 
    76if ( !$result = $xoopsDB->query($sql) ) { 
     
    1413    foreach($myrow as $key => $val){ 
    1514        $val = mb_convert_encoding($val, "euc-jp"); 
    16         print($val); 
     15        print($val . " "); 
    1716    } 
    1817    print("<BR>"); 
Note: See TracChangeset for help on using the changeset viewer.