<PHP> The images doesn't appear when I use include -
i want make images appear directory, instead of copying whole images folder.
the images folder bath correct http://store2.up-00.com/2015-07/1436323416451.png
<img src="../../images/news_images/yaradress1.jpg"/> <td> <img src="../../images/news_images/<?php echo $image;?>"/></td> whenever use include empty images
http://store1.up-00.com/2015-07/1436323551751.png
the bath of required images folder :d:\xampp\htdocs\site1\images\news_images
the php file want images appear in :d:\xampp\htdocs\site1\admin\includes\view_post.php
how fix ??
Comments
Post a Comment