我有文件夹Box
。在那个主文件index.php
中。现在在 index.php 中,我包含了里面的其他文件的内容Box/Wall/insidewall.php
insidewall.php
从/Wall
.
我写
<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