I have file A.php that includes file B.php and C.php. Now both B.php and C.php includes D.php. D.php has some div tags, javascript functions/variables which all conflict. :(
I could copy paste code from D.php to B.php and C.php and rename functions/div tags. Is there a better solution that I could use ?