[Solved] Including CSS in .php file


You can use echo..

<?php
echo '<link href="https://stackoverflow.com/questions/15086785/bootstrap/css/bootstrap-responsive.css" rel="stylesheet">';
?>

solved Including CSS in .php file