Can someone tell me how to deal with variables in a general config file, like if it included the title of the page or the doctype, do i just have <? $title = "the title" ?> in the config.php file then have <? require ("config.php") ?> in the required file then just call it as <? $title ?>, beacuse i can't seem to get this to work, do i need to use global, what does this do.
Thanks in advance.