View Single Post
Old 07-24-2008, 10:24 AM   #5 (permalink)
ncorpse
The Visitor
 
Join Date: Jul 2008
Posts: 4
Thanks: 1
ncorpse is on a distinguished road
Default

Quote:
Originally Posted by Orc View Post
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
ncorpse is offline  
Reply With Quote