<?PHP include('class_lib.php'); //initiate the class $page = new page; //output a page echo '<a href="'.$page->about.'">About us</a>'; ?>