Hawkee commented on a Page, PHP Auto Website Title  -  Apr 28, 2008

Something like:

switch($page)
{
    case \"index\":
        $title = \"Homepage Title\";
        break;

    case \"about\":
        $title = \"About Us Title\";
        break;
}
 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.