下载文件时提示,是不是程序哪里写错了装入归档文件时出现了一个错误。
gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now

解决方案 »

  1.   

    还有一个问题,我在index.php页面写
    <input type="text" readonly="readonly" value="<?=date('Y-m-d')?>" size="10" class="start_date" name="sdate" id="dateinput"> 这句里的value="<?=date('Y-m-d')?>" 这个为什么出来的不是当天的日期,而是在页面中出来<?=date('Y-m-d')?>
      

  2.   

    php.ini中找到short_open_tag = Off变成short_open_tag = On重启apache就好了
      

  3.   

    你先看下你的html页面被php文件包含了没有,单纯的非php文件中的代码是不执行的!