- 编辑如下代码,并保存为test.php:
<?php
$fp = @fopen("test.txt", "a+");
fwrite($fp, date("Y-m-d H:i:s")." \r\n"); // \r\n为WINDOWS下得换行符
echo "sdfdsf";
fclose($fp);
?> - 添加一个任务计划(开始->所有->附件->系统工具->任务计划),在这一步输入命令:
D:\wamp\bin\php\php5.3.0\php.exe -q "D:\wamp\www\test1.php"
- 时间设置为每隔1分钟运行一次,然后运行这个任务。
- 现在我们来看看dD:\wamp\www\test.txt文件的内容时候是否成功。如果内容为如下所示,那么恭喜你成功了。
2011-12-13 14:46:15
2011-12-13 14:46:22
2011-12-13 14:47:00
2011-12-13 14:48:00
2011-12-13 14:49:00
2011-12-13 14:50:00
2011-12-13 14:51:00