intodesi Posted April 24, 2008 Share Posted April 24, 2008 Ok I have my website made up so it pulls up the pages in the middle of the index page, person clicks link, the page they requested get stuck in the middle, not really dynamic, but It works.. My question is, How to I change the title for each page? sence the page getting pulled up doesnt have any head any <html> <head> <title> or <meta> tags, thats all dealt with in the main index page. Any Idea''s or do I need to be clearer Thanks Link to comment https://forums.phpfreaks.com/topic/102652-solved-dynamic-pages-with-dynamic-titles/ Share on other sites More sharing options...
intodesi Posted April 24, 2008 Author Share Posted April 24, 2008 Nm I got it <? $title = $_GET['t']?> <title><? echo ("Zinto-Design--$title"); ?></title> and the Link <a href="index.php?p=services&t=Services"> going to try that. EDIT Works... should have just worked on it on my own Link to comment https://forums.phpfreaks.com/topic/102652-solved-dynamic-pages-with-dynamic-titles/#findComment-525766 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.