Image 嵌入幻灯片、断开的图像

Image 嵌入幻灯片、断开的图像,image,include,indexing,slideshow,byte-order-mark,Image,Include,Indexing,Slideshow,Byte Order Mark,我需要帮助在这种情况下,我嵌入一个幻灯片使用wowslider。。。它包含在index.php文件中 <div class="content"> <?php include 'includes/aside.php'; include 'includes/widgets/slideshow.html'; ?> </div> (注意:这只是一张测试幻灯片,不是最后一张。)试试看 $root=realpath($\u SERVER[“DOCUMENT

我需要帮助在这种情况下,我嵌入一个幻灯片使用wowslider。。。它包含在index.php文件中

 <div class="content">
<?php
include 'includes/aside.php';
include 'includes/widgets/slideshow.html';  
?>
</div>

(注意:这只是一张测试幻灯片,不是最后一张。)

试试看

$root=realpath($\u SERVER[“DOCUMENT\u root]”)

包括“$root/includes/aside.php”

包括“$root/includes/widgets/slideshow.html”


***将滑块中的链接更改为绝对链接。

同样的问题,没有任何更改