步骤:
1、根目录下新增文件readid.php
<?php
header("Cache-Control: no-cache, must-revalidate");
require dirname(__FILE__).'/include/common.inc.php';
$contentid = isset($contentid) ? intval($contentid) : 0;
...
苗景云的博客
<< 向左走,向右走 >>
<< 向左走,向右走 >>
步骤:
1、根目录下新增文件readid.php
<?php
header("Cache-Control: no-cache, must-revalidate");
require dirname(__FILE__).'/include/common.inc.php';
$contentid = isset($contentid) ? intval($contentid) : 0;
...