67 Star 170 Fork 77

aming / ebookapp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
track.php 317 Bytes
一键复制 编辑 原始数据 按行查看 历史
aming 提交于 2014-07-23 09:40 . 重新修改适应原抓取网站的变化
<?php
include_once "init.php";
include_once "smarty_inc.php";
include_once WEB_ROOT."util/mysql_class.php";
if(@$_GET["articleid"]){
$articleid = $_GET["articleid"];
$db = new mysql();
$update_sql="update t_article set click_times = click_times+1 where id=".$articleid;
$db->query($update_sql);
}
?>
PHP
1
https://gitee.com/aming0502/ebookapp.git
git@gitee.com:aming0502/ebookapp.git
aming0502
ebookapp
ebookapp
master

搜索帮助