CSS on all my PHP pages

I would like to know how to apply my CSS file to all my PHP pages. I created a CSS file for my Homepage (home.php) but I would like to apply CSS on the content of another page. (programs.php)

I hope it is clear and if it’s not enough, I will give you the code.

Thank you

Your php pages should be similar to html pages with a header body etc. So the link to the css file goes into the header of every page as normal.