Topic: Source (Page 1 of 1) |
|
---|---|
Bipolar (III) Inmate From: Canada |
posted 07-02-2003 21:40
I am trying to have the html document read the source of the image on my server |
Maniac (V) Inmate From: Den Haag: The Royal Residence |
posted 07-03-2003 00:44
Are you sure you want apache to serve a file from your own directories??? |
Paranoid (IV) Inmate From: 127.0.0.1 |
posted 07-03-2003 03:28
Yeah, what he said. |
Bipolar (III) Inmate From: Canada |
posted 07-03-2003 04:08
I'm not some n00b who doesn't know html.. I have the Apache web server running on a seperate computer. But I am using php to print the webpage to screen, and I need a direct path to the image or else some pages "/sitecontent/banner/jpg" won't show. I know theres a simple answer that can get me the correct path i need.. I've seen it before.. I just forget how to. |
Paranoid (IV) Inmate From: Sthlm, Sweden |
posted 07-03-2003 10:14
Now, hold on a bit here I can't really see why you need to do it this way. |
Bipolar (III) Inmate From: Canada |
posted 07-03-2003 15:52
Thanks for all your help but I just ended up using a way I didn't want to. The image i am trying to load i not on another computer.. it is on the same drive of the computer. I just ended up using <img src="http://www.my-domain.com/sitecontent/banner.jpg"> and that works good enough. |