07-24-2008, 10:24 AM
|
#5 (permalink)
|
|
The Visitor
Join Date: Jul 2008
Posts: 4
Thanks: 1
|
Quote:
Originally Posted by Orc
try
PHP Code:
require(DOCUMENT_ROOT.'dir2');
DOCUMENT_ROOT without the quotes.
|
that works!
No I'm not looking for including a whole directory of files 
How can i use this construct inside of this?
PHP Code:
echo "<link rel='stylesheet' type='text/css' href='./inc/css/stylesheet.css'>\n";
Thank you for your help guys
ncorpse
|
|
|
|