Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

how to make diffrent php pages have diffrent styles

<?
$css = array('path_to_css_file', 'path_to_another_css_file');
require_once('header.php'); // aka the top
?>

[about page content goes here]

<?
require_once('footer.php'); // aka the bottom
?>
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #diffrent #php #pages #diffrent #styles
ADD COMMENT
Topic
Name
4+3 =