discuz! 计划任务执行后一片空白,该如何解决

WBOY
Release: 2016-06-13 12:07:28
Original
1105 people have browsed it

discuz! 计划任务执行后一片空白

<br /><?php<br /><br />if(!defined('IN_DISCUZ')) {<br />	exit('Access Denied');<br />}<br /><br />UPDATE pre_common_member SET groupid=58 WHERE uid in(select uid from my_member where dqdate<now());<br /><br />?><br />
Copy after login



my_member 是我自已创建的表

为什么后台执行计划任务时,总是一片空白,而且也没成功
------解决思路----------------------
(select是认为不安全的,所以,你还是先把它查出来在去执行外面的update

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template