На первый взгляд ведь идиотизм...Но если чуть углубиться во всю глубину наших глубин....
ну и теперь mycss.php:HTML Code:<!DOCTYPE html> <html> <head> <meta charset="UTF-8" /> <title>Test</title> <link rel="stylesheet" type="text/css" href="./mycss.php" /> </head> <body> <h1>Hello!</h1> </body> </html>
PHP Code:<?php
header("Content-type: text/css");
define("RED","MidnightBlue");
?>
body {
background-color :<?=RED;?>; color :White; font-weight :bold;
text-align :center; padding :50px;
}





Reply With Quote
