暂无描述
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

lunwen-detail.htm 373B

1234567891011121314151617
  1. <?php
  2. $num = (int)$route_param['aid'];
  3. $number = (int)$route_param['aid'];
  4. $sql = "SELECT aid FROM ey_seo_number WHERE number=$num and type=4 and tid=".$route_param['tid']." and topid=0 and parentid=0 and area_id=0";
  5. ?>
  6. {eyou:sql sql='$sql' cachetime='3600' id='seo'}
  7. {eyou:php}
  8. $route_param['aid'] = $seo['aid'];
  9. {/eyou:php}
  10. {/eyou:sql}