how to get html and css in php code example
Example: css php
<?php
header('Content-type: text/css');
/*
Hier werden Variablen und ggf.
Algorithmen festgelegt.
*/
?>
body {
background-color: #ffffff;
color: #000000;
}
<?php
header('Content-type: text/css');
/*
Hier werden Variablen und ggf.
Algorithmen festgelegt.
*/
?>
body {
background-color: #ffffff;
color: #000000;
}