我有文件夹Box
。在该主文件index.php
中。
现在在index.php中我包含了Box/Wall/insidewall.php
insidewall.php
从/Wall
中的其他子文件夹中获取图像js。
我写了
<div style="style=position: relative; margin-top: 200px; margin-left:440px;">
<?php include '/opt/lampp/htdocs/FB/ec2test/Wall/insidewall.php'; ?>
</div>
但它仅显示insidewall.php
的内容。其他图片,js。 css别反映。
我在这里犯了什么错误?
更新:
目录结构:
insidewall.php是 - https://github.com/karimkhanp/commentbox_quora/blob/master/yepinol/Wall/index.php
文件夹/Wall
我已转移到其他地方并尝试将以上文件包含在重命名insidewall.php
答案 0 :(得分:2)
问题是你使用排序路径来包含Images,JS&amp; CSS。
使用Absolute path
显示所有文件..
For Ex。
http://yourdomain.com/fb/stylesheet.css
而不是
fb/stylesheet.css