// Namo WebEditor dbWizard Script. // Copyright 1999-2005 Sejoong Namo Interacive, Inc., All Rights Reserved. // Do not modify this block. // block_name : // block_type : page header // target : Windows, php, MySQL // page_type : list grid // arg : startrow, int, get, page // arg : maxrows, int, get, page $a_startrow = $startrow; $a_maxrows = $maxrows; require('wed_php_mysql.inc'); // checksum : 43743 ?>
![]() |
|||||||
|
|
|||||||
|
|
// Namo WebEditor dbWizard Script. // Copyright 1999-2005 Sejoong Namo Interacive, Inc., All Rights Reserved. // Do not modify this block. // block_name : Table Block // block_type : list grid // DataSrcURL : localhost // DBName : iss // server : ISS Database on CodyServer // userid : inetuser // passwd : internet // table : news // order_cond : news.time DESC // field : news.time, date, not null, 0 // field : news.text, text, not null, 0 // disp_rows : 10 $w_disprows = 10; $w_sqlstr = "SELECT news.time, news.text FROM news ORDER BY news.time DESC"; wed_read_list_process ("localhost", "iss", "inetuser", "internet", $w_sqlstr, $w_record, $w_disprows, $a_startrow, $a_maxrows, $w_rows); // checksum : 59544 ?>
Copyright (c) 2004 Industrial Software & Systems Ltd. |
||||||