Can this be done? I was thinking about using a css as a field in a table and calling it via css in the head tags.
Can I do it?
Can this be done?
Sure, why not? 🙂
Sure you can. You can do something like this:
<head> <title><?php echo $my_sitename; ?></title> <?php echo _ISO; ?>" /> <?php include ("includes/metadata.php"); ?> </head>
Thanks, what I do is keep all my queries above the HTML. I tried to then use
<?=($class)?> but that didn't work yours does, t hanks! Resolved.