Execute($query); $title=$result->Fields('title'); $keyword=$result->Fields('keyword'); $description=$result->Fields('description'); ?> <?=$title?>
    1->'"; $query="select ID from vn_product".$condition; $result=$conn->Execute($query); $total=$result->numOfRows; pageft($total,$pageconfig['pageeverynum'],$url=''); $query="select ID,productname from vn_product ".$condition." order by ID asc limit $firstcount,".$pageconfig['pageeverynum']; $result=$conn->Execute($query); while(!$result->EOF){ ?>
  • Fields('productname')?>
  • MoveNext(); } ?>
Execute($query); $pics=""; $links=""; $texts=""; while(!$result->EOF){ $pics.="|upload/news/".$result->Fields('filename'); $links.="|".$result->Fields('url'); $texts.="|".$result->Fields('name'); $result->MoveNext(); } ?>