i defined a BASE url in my html tags, but my php-includes doesn't follow this. is there a way to set a base url within php? do i change a _SERVER variable or something?
there's a probably pretty simple answer for this. just cant seem to figure it out... thanks.
...OR BETTER YET...
is there a way to make my absolute links work?
i.e. <?php include="/includes/blah.php" ?>
cuz right now it resides on /var/www/html/includes/blah.php, but it tries to look for the file in /includes/blah.php.