<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "php include"]]></title>
		<link>https://proxy2.de/forum/posts/list/5.php</link>
		<description><![CDATA[Latest messages posted in the topic "php include"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>php include</title>
				<description><![CDATA[ what should I do to be able to php include files (containing my main menu) that are located outside guestbook folder.<br /> <br /> I have put <br /> include("menu_top.inc");<br /> to index.php<br /> <br /> but then I had to duplicate menu_top.inc in to guestbook dir, which I'd prefer not.<br /> <br /> I have tried:<br /> <br /> include("../menu_top.inc");<br /> include("./menu_top.inc");<br /> include($_SERVER['DOCUMENT_ROOT'].'/menu_top.inc');<br /> <br /> no luck, any help please]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4988/17911.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4988/17911.php</link>
				<pubDate><![CDATA[Sat, 3 Sep 2005 20:29:50]]> GMT</pubDate>
				<author><![CDATA[ Wiz-of-oz]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Read [url=http://proxy2.de/forum/viewtopic.php?t=4987][u][color="blue"]THIS[/color][/u][/url]]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4988/17916.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4988/17916.php</link>
				<pubDate><![CDATA[Sat, 3 Sep 2005 21:41:22]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Thanks Carbonize, but I actually already managed to successfully customize templates adding "include("menu_top.inc");" line to index.php, comment.php and addentry.php files.<br /> <br /> I ask is it possible to have my .inc files in higher level directory, not in main guestbook dir. (e.g. in site root)]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4988/17918.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4988/17918.php</link>
				<pubDate><![CDATA[Sat, 3 Sep 2005 21:52:14]]> GMT</pubDate>
				<author><![CDATA[ Wiz-of-oz]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ You can have your included files anywhere you want you just need to specify the full path for the file such as mnt/user/htdocs/mysite/public_html]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4988/17919.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4988/17919.php</link>
				<pubDate><![CDATA[Sat, 3 Sep 2005 22:28:17]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
	</channel>
</rss>