Brak opisu
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.

zhengce.htm 576B

12345678910111213141516171819202122
  1. <?php
  2. $route_param = request()->route();
  3. $tid = $route_param['tid']?(int)$route_param['tid']:0;
  4. $areaname = $route_param['areaname']?$route_param['areaname']:0;
  5. $tagid = $route_param['tagid']?(int)$route_param['tagid']:0;
  6. $is_mobile = isMobile();
  7. //var_dump($areaname);
  8. ?>
  9. <?php
  10. $area_id = 0;
  11. $sql = "SELECT id,name,domain FROM ey_citysite WHERE domain = '".$areaname."'";
  12. //echo $sql;
  13. ?>
  14. {eyou:sql sql='$sql' cachetime='3600' id='area'}
  15. {eyou:php}
  16. $area_id = ''.$area['id'].'';
  17. $area_name = ''.$area['name'].'';
  18. {/eyou:php}
  19. {/eyou:sql}