我被困在一个简单的事情中,即在 php 中加载图像。所有包含的 php 文件都在一个名为 include 的目录中。Index.php 位于根文件夹中。当我从位于根文件夹中的 php 文件中调用 img src 时,我可以看到图像。但是当我包含一个应该加载这样的图像的部分时:
<?php include("includes/section.php"); ?>
调用这个:
<div class = "right">
<h1> news </h1>
<hr>
echo '<img src="../img/do.png" width="200" alt="Rifrazione news/>';
<p class = "rightp">Blabla </p><br
</div><!--end of right-->
我什么都得不到