View Single Post
  #1 (permalink)  
Old 07-04-2009, 03:22 PM
jbnmedia jbnmedia is offline
Registered User
 
Join Date: Jun 2009
Posts: 3
jbnmedia is on a distinguished road
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 ?
Reply With Quote