Include the styles in mystyle.php file, which should look like this:
<?php
<style type="text/css">
</style>
?>
Now you can include this file using include
:
include `mystyle.php`
In the end, I wonder why you don't use a link to the stylesheet.
a source
to share