<?php $titleofpage = "title of page"; function somefunction() { global $titleofpage; echo "$titleofpage"; } ?>