<rss version="2.0">
		<channel>
			<title>Plogger Support Forum - php include</title>
			<lastBuildDate>Thu, 21 May 2026 20:20:05 +0000</lastBuildDate>
			<link>http://www.plogger.org/forum/</link>
			<description></description>
			<generator>Lussumo Vanilla 1.1.10</generator>
			<item>
		<title>php include</title>
		<link>http://www.plogger.org/forum/comments.php?DiscussionID=3387&amp;Focus=13327#Comment_13327</link>
		<guid isPermaLink="false">http://www.plogger.org/forum/comments.php?DiscussionID=3387&amp;Focus=13327#Comment_13327</guid>
		<pubDate>Mon, 27 Sep 2010 10:10:07 +0000</pubDate>
		<author>kegster</author>
		<description>
			<![CDATA[So I cannot for the life of me find what I'm looking for, so i'm taking the cheap way out.<br /><br />I want to include a file<br />&lt;?php include(&quot;/home/loc24/public_html/&lt;?php plogger_get_album_name(); ?&gt;&quot;); ?&gt;<br /><br />This does not work obviously, but where the plogger_get_album_name() function is, I need the php to parse that function name and place it there.... Any ideas?]]>
		</description>
	</item>
	<item>
		<title>php include</title>
		<link>http://www.plogger.org/forum/comments.php?DiscussionID=3387&amp;Focus=13329#Comment_13329</link>
		<guid isPermaLink="false">http://www.plogger.org/forum/comments.php?DiscussionID=3387&amp;Focus=13329#Comment_13329</guid>
		<pubDate>Mon, 27 Sep 2010 14:26:13 +0000</pubDate>
		<author>kegster</author>
		<description>
			<![CDATA[I got this to work for me. Here's the code for anyone researching this. Obviously it's a bit different depending on your project.<br /><br />&lt;?php<br />$aptalbumname = plogger_get_album_name();<br /><br />$aptalbumtext = &quot;/home/loc24/public_html/functions/album/text/&quot; . $aptalbumname . &quot;.txt&quot;;<br />$aptalbumtext = strtolower($aptalbumtext);<br />$aptalbumtext = str_replace (&quot; &quot;, &quot;&quot;, $aptalbumtext);<br /><br />?&gt;<br /><br />&lt;?php include(&quot;$aptalbummeta&quot;); ?&gt;]]>
		</description>
	</item>
	
		</channel>
	</rss>