- Timestamp:
- 2006/12/28 11:27:14 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
temp/test-xoops.ec-cube.net/html/modules/test/kakinaka/topic_list.php
r1003 r1004 6 6 7 7 $sql = 'SELECT * FROM ' . $xoopsDB->prefix('bb_topics'); 8 print($sql); 8 9 if ( !$result = $xoopsDB->query($sql) ) { 9 10 redirect_header(XOOPS_URL.'/',1,_MD_ERROROCCURED); … … 11 12 } 12 13 13 print($result);14 14 15 15 while ( $myrow = $xoopsDB->fetchArray($result) ) {
Note: See TracChangeset
for help on using the changeset viewer.
