Getting the page title of another page?
Posted: Fri Nov 12, 2010 1:48 pm
Hi all,
Is it possible to retrieve the page title of another page via php? I'd like to set up a link on PAGE A that points to PAGE B and create it so that:
Thanks!
Is it possible to retrieve the page title of another page via php? I'd like to set up a link on PAGE A that points to PAGE B and create it so that:
Code: Select all
<a href="pageB"><?php constant changing title of page B ?></a>