Is there a way to make extensions within an include relative to the path they were included in?
For example
which containsPHP Code:<?php include("../header.php");?>when it should also bePHP Code:<link href="css/home.css" rel="stylesheet" type="text/css">
PHP Code:<link href="../css/home.css" rel="stylesheet" type="text/css">



Reply With Quote

Bookmarks