include './admin/connect.php'; @extract($db->get_one("select * from movieinfo where id='".$_GET['id']."'")); $db->query("update movieinfo set playnum=playnum+1 where id='".$_GET['id']."' "); //控制下载 $url2="admin/";//存放软件的路径 if($localaddress) { $newname=$localaddress; $movieurl=$url2.$newname; } ?>
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn