• 技术文章 >后端开发 >php教程

    php写每周数据有关问题代码

    2016-06-13 11:29:18原创376
    php写每周数据问题代码


    自已写了一段PHP,发现只能读取当今天的数据,前几天的没显示出来,高手看看应怎改。

    @header("content-Type: text/html; charset=utf-8");
    require_once 'inc/site_config.php';
    require_once 'inc/db_connections.php';
    require_once 'inc/function.php';
    mysql_query('set character set "utf8"');
    ?>




    无标题文档




    "); }; //check document ready function docReady(t) { "complete" === document.readyState || "interactive" === document.readyState ? setTimeout(t, 1) : document.addEventListener("DOMContentLoaded", t); } //check if wwads' fire function was blocked after document is ready with 3s timeout (waiting the ad loading) docReady(function () { setTimeout(function () { if( window._AdBlockInit === undefined ){ ABDetected(); } }, 3000); });