Keine Beschreibung
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

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}