Hi there,
Simple question, but headache !
I have a PHP Page like :
<HTML>
<HEAD>
<TITLE>Sunny day !</TITLE>
</HEAD>
<BODY>
<?
echo "The title of this page please (Sunny Day !)"
?>
</BODY>
</HTML>
I think that you have understanding my problem : How to retrieve the
title of my page ?
Very very thanks in advance !
Michel
Simple question, but headache !
I have a PHP Page like :
<HTML>
<HEAD>
<TITLE>Sunny day !</TITLE>
</HEAD>
<BODY>
<?
echo "The title of this page please (Sunny Day !)"
?>
</BODY>
</HTML>
I think that you have understanding my problem : How to retrieve the
title of my page ?
Very very thanks in advance !
Michel
Comment