Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/php/267.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/perl/9.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
PHP页面添加来自未知源的额外信息_Php - Fatal编程技术网

PHP页面添加来自未知源的额外信息

PHP页面添加来自未知源的额外信息,php,Php,我已经将我的网站从静态HTML转换为PHP。在这个过程中,我的PHP索引文件从未知源中提取旧信息(我已经删除了所有旧文件) 这里是具体的问题。当我在div id=“main”部分添加一个段落标记时,我会得到“获得职业生涯中下一步所需的管理认证!”这不在我的PHP文件中。当我在Google Chrome中查看时,这里出现了这样的情况:获得职业生涯下一步所需的管理认证 ==$0意味着什么吗?这是从哪里来的 以下是实际文件: <?php $day = date('l'); $t

我已经将我的网站从静态HTML转换为PHP。在这个过程中,我的PHP索引文件从未知源中提取旧信息(我已经删除了所有旧文件)

这里是具体的问题。当我在div id=“main”部分添加一个段落标记时,我会得到“获得职业生涯中下一步所需的管理认证!”这不在我的PHP文件中。当我在Google Chrome中查看时,这里出现了这样的情况:获得职业生涯下一步所需的管理认证

==$0意味着什么吗?这是从哪里来的

以下是实际文件:

<?php
    $day = date('l'); 
    $time = date('H:i');
    $hour = date('H');

?>

<html>
    <head>
        <meta charset="utf-8">
        <meta name="description" content="Project Management Training and Consulting">
        <meta name="keywords" content="PMP, CAPM, Agile, ITIL, PMI-ACP, SCRUM, Waldorf, MD, Washington, DC, Alexandria, VA">
        <meta name="author" content="Vince McKeown">
        <title>Jaza Solutions - Home PHP</title>
        <link rel = "stylesheet" type = "text/css" href = "jazasolutions.css" /> 
    </head>
    <body>
        <div id = "header">
            <img src="jazasolutions2.png" alt = "Jaza Solutions, LLC">
        </div>
        <nav>
        <div id="nav">
            <ul>        
                <li><a href=JazaSolutionsContact.html>Contact</a></li>
                <li><a href=JazaSolutionsAboutUs.html>About Us</a></li>
                <li><a href=JazaSolutionsCourses.html>Courses</a></li>
                <li><a href=index.php>Home</a></li>
            </ul>
        </div>
        </nav>
        <div>
            <img class="imageSideRight" src="Meeting.jpeg" alt = "Jaza Solutions, LLC">
        </div>
        <div class="sideRight">
            <h2> Upcoming Classes </h2>
            <p class="microsoft marquee"><span>Enrollment discounted at 50% for a limited time for the <font color="red">6/25/18</font color> PMP boot camp.</span></p>
            <p> <font color="red">6/25/18</font> PMP Bootcamp: Waldorf, MD </p> 
            <p> <font color="red">7/23/18</font> PMP Bootcamp: Waldorf, MD </p>
        </div>
        <div class = "main">
            <p> Good morning </p>

            <h1> Jaza Solutions offers industry endorsed training in: </h1>
            <ol> 
                <li> <a href=JazaSolutionsPMP.html>PMP</li>
                <li> <a href=JazaSolutionsCAPM.html>CAPM</a></li>
                <li> <a href=JazaSolutionsITIL.html>ITIL</a></li>
                <li> <a href=JazaSolutionsAgile.html>Agile & Scrum</a></li>
                <li> <a href=JazaSolutionsSixSigma.html>Six Sigma</a></li>
            </ol>
            <br>
            <h1> The Jaza Advantage: </h1>
            <ul> 
                <li> Acquire certifications in Management not just training </li>
                <li> Get trained by experts at your site or ours </li>
                <li> Flexible training hours & online training to fit your needs </li>
            </ul>
        </div>
        <div id = "footer">
            <img class="imageSideRight" src="PMI.png" alt = "Jaza Solutions, LLC" height="60" margin-bottom= "0px" width = "100">
            <p>  <br> Call us:  (301)861-2133 <br> Email us: info@jazasolutions.com <br><small>&copy; 2017 Jaza Solutions, LLC</small></p>
        </div>
    </body>
</html> 

Jaza解决方案-家庭PHP
即将到来的课程

在6/25/18 PMP新兵训练营的有限时间内,报名折扣为50%

2018年6月25日PMP训练营:马里兰州华尔道夫 2018年7月23日PMP训练营:马里兰州华尔道夫

早上好

Jaza Solutions在以下方面提供业界认可的培训:

  • Jaza优势:
    • 获得管理认证,而不仅仅是培训
    • 在您或我们的现场接受专家培训
    • 灵活的培训时间和在线培训,以满足您的需求

    给我们打电话:(301)861-2133
    给我们发电子邮件:info@jazasolutions.com
    复制;2017年Jaza解决方案有限责任公司


    我无法解释为什么会这样,但我最好的猜测是GoDaddy正在某个未知位置缓存我的旧文件。我将一个div类从main改为blank,它停止从某个旧文件中提取

    <?php
        $day = date('l'); 
        $time = date('H:i');
        $hour = date('H');
    
    ?>
    
        <html>
            <head>
                <meta charset="utf-8">
                <meta name="description" content="Project Management Training and Consulting">
                <meta name="keywords" content="PMP, CAPM, Agile, ITIL, PMI-ACP, SCRUM, Waldorf, MD, Washington, DC, Alexandria, VA">
                <meta name="author" content="Vince McKeown">
                <title>Jaza Solutions - Home PHP</title>
                <link rel = "stylesheet" type = "text/css" href = "jazasolutions.css" /> 
            </head>
            <body>
                <div id = "header">
                    <img src="jazasolutions2.png" alt = "Jaza Solutions, LLC">
                </div>
                <nav>
                <div id="nav">
                    <ul>        
                        <li><a href=JazaSolutionsContact.html>Contact</a></li>
                        <li><a href=JazaSolutionsAboutUs.html>About Us</a></li>
                        <li><a href=JazaSolutionsCourses.html>Courses</a></li>
                        <li><a href=index.php>Home</a></li>
                    </ul>
                </div>
                </nav>
                <div>
                    <img class="imageSideRight" src="Meeting.jpeg" alt = "Jaza Solutions, LLC">
                </div>
                <div class="sideRight">
                    <h2> Upcoming Classes </h2>
                    <p class="microsoft marquee"><span>Enrollment discounted at 50% for a limited time for the <font color="red">6/25/18</font color> PMP boot camp.</span></p>
                    <p> <font color="red">6/25/18</font> PMP Bootcamp: Waldorf, MD </p> 
                    <p> <font color="red">7/23/18</font> PMP Bootcamp: Waldorf, MD </p>
                </div>
                <div>       
                    <h1></h1>
                    <h2> Jaza Solutions offers industry endorsed training in: </h2>
                    <ol> 
                        <li> <a href=JazaSolutionsPMP.html>PMP</li>
                        <li> <a href=JazaSolutionsCAPM.html>CAPM</a></li>
                        <li> <a href=JazaSolutionsITIL.html>ITIL</a></li>
                        <li> <a href=JazaSolutionsAgile.html>Agile & Scrum</a></li>
                        <li> <a href=JazaSolutionsSixSigma.html>Six Sigma</a></li>
                    </ol>
                    <br>
                    <h2> The Jaza Advantage: </h2>
                    <ul> 
                        <li> Acquire certifications in Management not just training </li>
                        <li> Get trained by experts at your site or ours </li>
                        <li> Flexible training hours & online training to fit your needs </li>
                    </ul>
                </div>
                <div id = "footer">
                    <img class="imageSideRight" src="PMI.png" alt = "Jaza Solutions, LLC" height="60" margin-bottom= "0px" width = "100">
                    <p>  <br> Call us:  (301)861-2133 <br> Email us: info@jazasolutions.com <br><small>&copy; 2017 Jaza Solutions, LLC</small></p>
                </div>
            </body>
        </html> 
    
    
    Jaza解决方案-家庭PHP
    
    即将到来的课程

    在6/25/18 PMP新兵训练营的有限时间内,报名折扣为50%

    2018年6月25日PMP训练营:马里兰州华尔道夫 2018年7月23日PMP训练营:马里兰州华尔道夫

    Jaza Solutions在以下方面提供业界认可的培训:

  • Jaza优势:
    • 获得管理认证,而不仅仅是培训
    • 在您或我们的现场接受专家培训
    • 灵活的培训时间和在线培训,以满足您的需求

    给我们打电话:(301)861-2133
    给我们发电子邮件:info@jazasolutions.com
    复制;2017年Jaza解决方案有限责任公司


    在其他浏览器中测试页面时是否会发生这种情况?您的Chrome浏览器中是否安装了任何附加组件?此外,您发布的代码中没有ID为“main”的div。是的,身份证号码。我没有任何附加组件。当我在IE中测试网页时,我在网页上得到了相同的结果。我不知道一个元素是如何自动拉动我过去在那里拥有的一个旧元素的?听起来很奇怪。试图清除你的浏览器缓存?我有。我甚至打电话给“GoDaddy”,这是我在这个网站上的三次网络托管。没有一个人能解释它。我想说这是他们服务器上的一个小故障…另一个可能有线索的奇怪事件。。。。我添加的元素将被之前的元素替换。