I'm having some problems getting the pictures to display properly. PHP is installed as a CGI and below is the structure of my directories in Linux.
wid
|
public_html
/ \
cgi-bin pics
\
background.gif
Now, I have a file in public_html that wants to use the background.gif and i've tried all the following unsuccessfully:
<img src=\"home/wid/public_html/pics/background.gif\">
and
<img src=\"public_html/pics/background.gif\">
Anyone else know how I can get this stuff to work. I directly typed in the address and added background.gif at the end and it shows just fine.
Can some help me out?
Thanks,
Mike