i know the title must seem simple enough, and it probably is a simple enough question.
it's not linking two php files together in HTML, it's this:
how do i link a PHP file to another as a stylesheet (in other words use the php file as a template)?
i've used the <link> tag in the HTML coding, and it doesn't work, so i want to know how to link it, if possible at all.
any help would be appreciated.
p.s. - i'm not using SQL, just PHP.