chetanmadaan Posted May 4, 2008 Share Posted May 4, 2008 Hi, I have a photo web based gallery plogger.org open source... i just installed it and the problem i am having is it doesn't show up any title of the page... as i have worked and made a title for the home page but i need to make a titles for the gallery pages as well.. <?php echo $name; ?> this is used to display the name of the gallery and i want the name to appear as the title of the page it is displayed... so when i am using <title><?php echo $name; ?></title> it is not showing up anything... please help with me what to put in???? Link to comment https://forums.phpfreaks.com/topic/104075-as-a-title-of-the-page/ Share on other sites More sharing options...
DarkWater Posted May 4, 2008 Share Posted May 4, 2008 Make sure $name is set before that line... Link to comment https://forums.phpfreaks.com/topic/104075-as-a-title-of-the-page/#findComment-532798 Share on other sites More sharing options...
chetanmadaan Posted May 4, 2008 Author Share Posted May 4, 2008 i didn't understand that... can you tell me in detial... like before which line??? Link to comment https://forums.phpfreaks.com/topic/104075-as-a-title-of-the-page/#findComment-532799 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.