<?
include('../config.php');
include('../inc/db.php');
$db = new DBConnect();
header("Content-Type: text/css");
$sql= "select * from `ustawienia` where typ='css';";
$result = $db ->query($sql);
$row=$db->fetchrow();
echo "".$row['text'];
?>
Back to Directory