Bez popisu
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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}