[-_-] Posted April 15, 2009 Share Posted April 15, 2009 I need a php code to show the forums title in the <title> </title> part of my iFrame page. http://www.plentyoftorrents.com/zoklet/ It says Zoklet.net right now because I manually put that in there, but I would like it to read the forum title and put that in the html title portion of my page. I'm pretty sure it has something to do with $_SERVER['PHP_SELF'] but I dont know php well enough to do it. For example when I click on 'News', the first forum in the forum I would like that to then be displayed in the title as soon as I navigate to it. Quote Link to comment https://forums.phpfreaks.com/topic/154201-printecho-subject-in-html/ Share on other sites More sharing options...
jackpf Posted April 15, 2009 Share Posted April 15, 2009 $title = $_GET['action']; // or whatever echo '<title>Forum - '.$title.'</title>'; Something like that. Quote Link to comment https://forums.phpfreaks.com/topic/154201-printecho-subject-in-html/#findComment-810629 Share on other sites More sharing options...
redarrow Posted April 15, 2009 Share Posted April 15, 2009 example only have a look <html> <head> <title><?php echo $_GET['page_title'];?></title> <body> <?php $array=array("home","services","forum","contact"); foreach($array as $names){ echo"<a href='".$_SERVER['PHP_SELF']."?page_title=$names'>$names\n<a><br>"; } ?> </body> </html> addig a swich to show what page i am on. <html> <head> <title><?php echo $_GET['page_title'];?></title> <body> <?php $array=array("home","services","forum","contact"); foreach($array as $names){ echo"<a href='".$_SERVER['PHP_SELF']."?page_title=$names'>$names\n<a><br>"; } switch($_GET['page_title']){ case "{$_GET['page_title']}": echo " <br> <br> <center> <b> Your are currently on page {$_GET['page_title']} <br> </center>"; } ?> </body> </html> Quote Link to comment https://forums.phpfreaks.com/topic/154201-printecho-subject-in-html/#findComment-810644 Share on other sites More sharing options...
premiso Posted April 15, 2009 Share Posted April 15, 2009 Although you were vague and gave us no code to go off of I decided to give you the advice you wanted. Since you did say you want it dynamic to the iframe. You have to know the i-frame's URL before hand dynamically. I am not sure how you get that url, but incorporate it with it. <?php $url = "http://www.zoklet.net"; //replace this with the dynamic url (if there is one). $chandle = curl_init(); curl_setopt($chandle, CURLOPT_URL, $url); curl_setopt($chandle, CURLOPT_CONNECTTIMEOUT, 2); curl_setopt($chandle, CURLOPT_RETURNTRANSFER, 1); $buffer = curl_exec($chandle); curl_close($chandle); preg_match("~<title>(.*)</title>~is", $buffer, $matches); $title = $matches[1]; ?> <html> <head> <title><?php echo $title;?></title> If you do not have curl you can use file_get_contents instead. Quote Link to comment https://forums.phpfreaks.com/topic/154201-printecho-subject-in-html/#findComment-810654 Share on other sites More sharing options...
[-_-] Posted April 15, 2009 Author Share Posted April 15, 2009 Im not sure what you mean by replace it with a dynamic url. I use a drop down menu to navigate thru the pages. I'll post the code for you here. zoktop.htm <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <title></title> <script type="text/javascript" src="http://www.plentyoftorrents.com/js/jquery.min.js"></script> <script type="text/javascript" src="http://www.plentyoftorrents.com/media/jqueryslidemenu.js"></script> <link rel="stylesheet" type="text/css" href="http://www.plentyoftorrents.com/jqueryslidemenu.css" /> <style type="text/css"> input, select { border: 1px solid #999999; color: #555; font-size: 13px; padding: 2px } input:focus, select:focus { background: #e9f6fd; padding: 2px; border: 1px solid black; } </style> </head> <body> <div id="myslidemenu" class="jqueryslidemenu"> <ul> <!-- Home ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||--> <li><a href="http://www.zoklet.net/bbs/" target="zoklet">Home</a> <ul> <li><a href="http://www.zoklet.net/bbs/usercp.php" target="zoklet">User CP</a></li> <li><a href="http://www.zoklet.net/bbs/search.php?do=getnew" target="zoklet">New Posts</a></li> <li><a href="http://www.zoklet.net/bbs/search.php" target="zoklet">Search</a></li> <li><a href="http://www.zoklet.net/bbs/index.php?nojs=1#chat" target="zoklet">IRC Chat</a></li> <li><a href="http://www.zoklet.net/bbs/group.php" target="zoklet">Social Groups</a></li> <li><a href="http://www.zoklet.net/bbs/album.php" target="zoklet">Pictures & Albums</a></li> <li><a href="http://www.zoklet.net/bbs/profile.php?do=buddylist" target="zoklet">Contacts & Friends</a></li> <li><a href="http://www.zoklet.net/bbs/memberlist.php" target="zoklet">Members</a></li> <li><a href="http://www.zoklet.net/bbs/calendar.php" target="zoklet">Calendar</a></li> <li><a href="http://www.zoklet.net/bbs/private.php" target="zoklet">Private Messages</a></li> <li><a href="http://www.zoklet.net/bbs/subscription.php" target="zoklet">Subscribed Threads</a></li> <li><a href="http://www.zoklet.net/bbs/online.php" target="zoklet">Who's Online</a></li> <li><a href="http://zoklet.net/bbs/cv_rss_feeds.php" target="zoklet">RSS Feeds</a></li> </ul> </li> <!-- OFFICIAL BS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||--> <li><a href="http://www.zoklet.net/bbs/forumdisplay.php?f=61" target="zoklet">Official Bullshit</a> <ul> <li><a href="http://www.zoklet.net/bbs/forumdisplay.php?f=62" target="zoklet">News</a></li> <li><a href="http://www.zoklet.net/bbs/forumdisplay.php?f=81" target="zoklet">From M & A</a></li> <li><a href="http://www.zoklet.net/bbs/forumdisplay.php?f=8" target="zoklet">Suggestions</a></li> <li><a href="http://www.zoklet.net/bbs/forumdisplay.php?f=79" target="zoklet">Halp!</a></li> </ul> </li> <!-- GENERAL ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||--> <li><a href="http://www.zoklet.net/bbs/forumdisplay.php?f=3" target="zoklet">General</a> <ul> <li><a href="http://www.zoklet.net/bbs/forumdisplay.php?f=7" title="Spurious Generalities" target="zoklet">Generally Speaking</a></li> <li><a href="http://www.zoklet.net/bbs/forumdisplay.php?f=29" target="zoklet">Introductions</a></li> <li><a href="http://www.zoklet.net/bbs/forumdisplay.php?f=12" target="zoklet">Pissin' each other off</a></li> <li><a href="http://www.zoklet.net/bbs/forumdisplay.php?f=80" target="zoklet">I got infracted and I'm MAD!!</a></li> <li><a href="http://www.zoklet.net/bbs/forumdisplay.php?f=13" target="zoklet">It Crawled Up My Dot Com</a></li> <li><a href="http://www.zoklet.net/bbs/forumdisplay.php?f=15" target="zoklet">LOL, Internet</a></li> <li><a href="http://www.zoklet.net/bbs/forumdisplay.php?f=35" target="zoklet">Pics or it didn't happen</a></li> <li><a href="http://www.zoklet.net/bbs/forumdisplay.php?f=65" target="zoklet">The Porn Forum</a></li> <li><a href="http://www.zoklet.net/bbs/forumdisplay.php?f=23" title="Half Baked" target="zoklet">Bat Country</a></li> <li><a href="http://www.zoklet.net/bbs/forumdisplay.php?f=78" target="zoklet">This Just In!</a></li> <li><a href="http://www.zoklet.net/bbs/forumdisplay.php?f=73" target="zoklet">Totsepedia</a></li> </ul> </li> <!-- SCIENCE ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||--> <li><a href="http://www.zoklet.net/bbs/forumdisplay.php?f=53" target="zoklet">Science</a> <ul> <li><a href="http://www.zoklet.net/bbs/forumdisplay.php?f=51" target="zoklet">Flasks and Beakers</a></li> <li><a href="http://www.zoklet.net/bbs/forumdisplay.php?f=52" target="zoklet">Math and Science</a></li> </ul> </li> <!-- Human Life ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||--> <li><a href="http://www.zoklet.net/bbs/forumdisplay.php?f=60" target="zoklet">Human Life</a> <ul> <li><a href="http://www.zoklet.net/bbs/forumdisplay.php?f=38" target="zoklet">Carved Outta Wood</a></li> <li><a href="http://www.zoklet.net/bbs/forumdisplay.php?f=83" target="zoklet">So Last Summer</a></li> <li><a href="http://www.zoklet.net/bbs/forumdisplay.php?f=76" target="zoklet">Holes and Ink</a></li> <li><a href="http://www.zoklet.net/bbs/forumdisplay.php?f=66" target="zoklet">Shrink Wrap</a></li> <li><a href="http://www.zoklet.net/bbs/forumdisplay.php?f=36" target="zoklet">Love, Lust, and Relationships</a></li> <li><a href="http://www.zoklet.net/bbs/forumdisplay.php?f=56" target="zoklet">Gluttons & Gourmets</a></li> <li><a href="http://www.zoklet.net/bbs/forumdisplay.php?f=84" target="zoklet">ABC's to Ph.D's</a></li> </ul> </li> <!-- Entertainment |||||||||||||||||||||| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||--> <li><a href="http://www.zoklet.net/bbs/forumdisplay.php?f=17" target="zoklet">Entertainment</a> <ul> <li><a href="http://www.zoklet.net/bbs/forumdisplay.php?f=30" target="zoklet">The Game Corner</a></li> <li><a href="http://www.zoklet.net/bbs/forumdisplay.php?f=67" target="zoklet">Visual Arts</a></li> <li><a href="http://www.zoklet.net/bbs/forumdisplay.php?f=46" target="zoklet">The Book Nook</a></li> <li><a href="http://www.zoklet.net/bbs/forumdisplay.php?f=58" target="zoklet">Original Works</a></li> <li><a href="http://www.zoklet.net/bbs/forumdisplay.php?f=55" target="zoklet">Viva La Sports</a></li> <li><a href="http://www.zoklet.net/bbs/forumdisplay.php?f=59" target="zoklet">Everything Anime</a></li> <li><a href="http://www.zoklet.net/bbs/forumdisplay.php?f=32" target="zoklet">Music!</a></li> <li><a href="http://www.zoklet.net/bbs/forumdisplay.php?f=71" target="zoklet">Albums of 2009 Discussion</a></li> <li><a href="http://www.zoklet.net/bbs/forumdisplay.php?f=72" target="zoklet">Musicians Playground</a></li> <li><a href="http://www.zoklet.net/bbs/forumdisplay.php?f=31" target="zoklet">TV and Movies</a></li> <li><a href="http://www.zoklet.net/bbs/forumdisplay.php?f=22" target="zoklet">Lost - ABC Series</a></li> </ul> </li> <!-- Technology |||||||||||||||||||||| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||--> <li><a href="http://www.zoklet.net/bbs/forumdisplay.php?f=4" target="zoklet">Technology</a> <ul> <li><a href="http://www.zoklet.net/bbs/forumdisplay.php?f=10" target="zoklet">Technophiles and Technophiliacs</a></li> <li><a href="http://www.zoklet.net/bbs/forumdisplay.php?f=14" target="zoklet">Hardware</a></li> <li><a href="http://www.zoklet.net/bbs/forumdisplay.php?f=64" target="zoklet">What's operating your system?</a></li> <li><a href="http://www.zoklet.net/bbs/forumdisplay.php?f=9" target="zoklet">Codes of all kinds</a></li> <li><a href="http://www.zoklet.net/bbs/forumdisplay.php?f=33" target="zoklet">Code Archive</a></li> <li><a href="http://www.zoklet.net/bbs/forumdisplay.php?f=19" target="zoklet">Zokbot</a></li> <li><a href="http://www.zoklet.net/bbs/forumdisplay.php?f=49" target="zoklet">Tales from the Transmitter</a></li> <li><a href="http://www.zoklet.net/bbs/forumdisplay.php?f=43" target="zoklet">Network Security & Hacking</a></li> </ul> </li> <!-- Society |||||||||||||||||||||| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||--> <li><a href="http://www.zoklet.net/bbs/forumdisplay.php?f=45" target="zoklet">Society</a> <ul> <li><a href="http://www.zoklet.net/bbs/forumdisplay.php?f=40" target="zoklet">Metaphysical</a></li> <li><a href="http://www.zoklet.net/bbs/forumdisplay.php?f=34" target="zoklet">Not for Human Consumption</a></li> <li><a href="http://www.zoklet.net/bbs/forumdisplay.php?f=28" target="zoklet">Stoner Chat</a></li> <li><a href="http://www.zoklet.net/bbs/forumdisplay.php?f=41" target="zoklet">Right to Bear Arms</a></li> <li><a href="http://www.zoklet.net/bbs/forumdisplay.php?f=44" target="zoklet">Der Politik</a></li> <li><a href="http://www.zoklet.net/bbs/forumdisplay.php?f=50" target="zoklet">The Inhumane Condition</a></li> <li><a href="http://www.zoklet.net/bbs/forumdisplay.php?f=54" target="zoklet">Money</a></li> <li><a href="http://www.zoklet.net/bbs/forumdisplay.php?f=70" target="zoklet">Won't someone please?</a></li> <li><a href="http://www.zoklet.net/bbs/forumdisplay.php?f=57" target="zoklet">Mission Support</a></li> <li><a href="http://www.zoklet.net/bbs/forumdisplay.php?f=63" target="zoklet">Globetrotters</a></li> <li><a href="http://www.zoklet.net/bbs/forumdisplay.php?f=77" target="zoklet">Languages</a></li> </ul> </li> <!-- Other |||||||||||||||||||||| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||--> <li><a href="http://www.zoklet.net/bbs/forumdisplay.php?f=24" target="zoklet">Other</a> <ul> <li><a href="http://www.zoklet.net/bbs/forumdisplay.php?f=39" target="zoklet">Greasemonkeys</a></li> <li><a href="http://www.zoklet.net/bbs/forumdisplay.php?f=47" target="zoklet">It's a Conspiracy!</a></li> <li><a href="http://www.zoklet.net/bbs/forumdisplay.php?f=37" target="zoklet">Bad Ideas</a></li> <li><a href="http://www.zoklet.net/bbs/forumdisplay.php?f=48" target="zoklet">Flora and Fauna</a></li> <li><a href="http://www.zoklet.net/bbs/forumdisplay.php?f=68" target="zoklet">DIY</a></li> <li><a href="http://www.zoklet.net/bbs/forumdisplay.php?f=69" target="zoklet">Paranormal</a></li> <li><a href="http://www.zoklet.net/bbs/forumdisplay.php?f=74" target="zoklet">The Trashcan</a></li> </ul> </li> <!-- search form <form action="http://www.zoklet.net/bbs/search.php" method="post"> <input type="text" name="q" size="25"> <input type="submit" value="Search"> </form> search form --> <br style="clear: left" /> </div> </body> </html> index.php <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>Zoklet.net</title> <!--[if lte IE 7]> <style type="text/css"> html .jqueryslidemenu{height: 1%;} /*Holly Hack for IE7 and below*/ </style> <![endif]--> <script type="text/javascript" src="http://www.plentyoftorrents.com/js/jquery.min.js"></script> <script type="text/javascript" src="http://www.plentyoftorrents.com/media/jqueryslidemenu.js"></script> <link rel="stylesheet" type="text/css" href="http://www.plentyoftorrents.com/jqueryslidemenu.css" /> <style type="text/css"> body{ width:100%; height:100%; margin:auto; font-family:Arial, Helvetica, sans-serif; } #menu{ height:25px; } </style> </head> <body onload="autofitIframe('zoklet')"> </head> <body> <?php include('zoktop.php'); ?> <!-- include the site in an iframe --> <iframe id="zoklet" src="http://www.zoklet.net/bbs/" scrolling="no" width="100%" height="3900pt" name="zoklet" marginwidth="0" marginheight="0" frameborder="0" vspace="0" hspace="0"></iframe> </body> </html> Quote Link to comment https://forums.phpfreaks.com/topic/154201-printecho-subject-in-html/#findComment-810665 Share on other sites More sharing options...
[-_-] Posted April 15, 2009 Author Share Posted April 15, 2009 example only have a look <html> <head> <title><?php echo $_GET['page_title'];?></title> <body> <?php $array=array("home","services","forum","contact"); foreach($array as $names){ echo"<a href='".$_SERVER['PHP_SELF']."?page_title=$names'>$names\n<a><br>"; } ?> </body> </html> addig a swich to show what page i am on. <html> <head> <title><?php echo $_GET['page_title'];?></title> <body> <?php $array=array("home","services","forum","contact"); foreach($array as $names){ echo"<a href='".$_SERVER['PHP_SELF']."?page_title=$names'>$names\n<a><br>"; } switch($_GET['page_title']){ case "{$_GET['page_title']}": echo " <br> <br> <center> <b> Your are currently on page {$_GET['page_title']} <br> </center>"; } ?> </body> </html> So I would have to manually put forum titles into the array? How would the code recognize which page is for which title? Quote Link to comment https://forums.phpfreaks.com/topic/154201-printecho-subject-in-html/#findComment-810899 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.