|
image in another home folder
Hi, I am wondering how can i use an image path outside the customers home account.
For example /home/jbn/public_html/ - with an index.php
And in /home/system/mall/test/ is test.jpg
In my index.php I have an image I want to show that is in the another home folder - system.
I´m trying this:
./../../../system/mall/test/test.jpg - doesn´t work.
/home/system/mall/test/test.jpg - doesn´t work..
If I include a file I use php include -
/home/system/mall/test/test.php - and thats work.
How can i show my image on my index file ?
|