gusucode.com > 同城苏州黄页系统php源码程序 > card/beincluded.php

    <?
$root_path = '../../../' ;

$dir = dirname($_FILE) ;
$dir = explode('/',$dir) ;
$_REQUEST['id'] = intval($dir[count($dir)-1]) ;

include $root_path.'card.php' ;
?>