Quote:
|
Originally Posted by NeverMind
to display images using php, use this simple line:
you have to use HTML to display contents!
php is used to process these contents before displaying them..
|
i know that you have to use HTML to display contents.
i guess i wasn't clear on what i was asking.
--> if i place my images in the root folder (not the public folder -- ex: /home/username/folder), would i be able to display them still?
currently all content is in the folder "/home/username/public_html" but i wanted to know if i'm able to put the contents in the folder outside of the public folder and still be able to display. am i making sense?