我试图做到这一点,所以每周我的php代码都会得到已经存储在一个预先生成的文本文件中的文本,每周回显一个新的行。我试过使用date(),但结果并没有达到我的预期。<?php ini_set('display_errors', 'On'); $text = trim($text); //This removes blank lines so that your
我正试图通过选择年度和每周来生成一份每周报告。下面是我的密码。我一直工作到添加WHERE条件为止。php $sql = mysql_query("SELECT SUM(credit) AS credit, depot, Date_Format(`timestamp`,'%U%Y') AS periodFROM transactions where Date_Format(`timestamp`,'%U%Y')='102013' group by Date_Format(`