I have a simple template made up of an html page with <?php echo $title; ?>, etc., and pages set the variables and then include() the template. I'm wondering if theres any way to, say, get the $title variable from one page and paste it in another. I'm leery about using a database and if this is possible with php it would definitely make my life easier 🙂
Any ideas?
-Spirit