<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "i'm confused..."]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "i'm confused..."]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>i'm confused...</title>
				<description><![CDATA[ hi there!<br /> <br /> my web is placed in /www/ directory<br /> that means my index.php is placed there<br /> <br /> i have a problem setting up correct paths for includes<br /> let's say dailycounter is placed in www/counter/<br /> and i want to use it in index.php which is placed in www/<br /> <br /> what would be a correct path syntax?<br /> <br /> thanx for help and sorry for dummy question<br /> <br /> m/\x]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1826/4604.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1826/4604.php</link>
				<pubDate><![CDATA[Sat, 12 Apr 2003 15:00:16]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ relative path would be counter/fileyourpointingto<br /> absolute path would be <a class="snap_shots" href="http://yourdomain.com/counter/fileyourpointingto" target="_blank" rel="nofollow">http://yourdomain.com/counter/fileyourpointingto</a>]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1826/4648.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1826/4648.php</link>
				<pubDate><![CDATA[Fri, 18 Apr 2003 05:35:14]]> GMT</pubDate>
				<author><![CDATA[ spor]]></author>
			</item>
			<item>
				<title>counter code</title>
				<description><![CDATA[ I agree with ( spor ) you need to use relative path.<br /> you can use something like this:<br /> <br /> <br /> The first part of the counter code is &lt;img src="http://yourdomain.com/www/counter/img_counterw? <br /> followed by your login name i.e. name (www) <br /> followed by the path and name of the file i.e. /www/index.html <br /> followed by "&gt;<br /> Remember not to put any spaces in the code. <br /> <br /> You should end with some code that looks like this: <br /> <br /> &lt;img src="http://yourdomain.com/www/counter/img_counterw?www/index.html"&gt;]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1826/4725.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1826/4725.php</link>
				<pubDate><![CDATA[Sat, 26 Apr 2003 12:02:58]]> GMT</pubDate>
				<author><![CDATA[ Jean]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ a couple of different ways that it can be done, depending on the nature of the script<br /> url path<br /> [code]&lt;? include &#40;&quot;http&#58;//www.yourdomain.com/counter/counter.php&quot;&#41; ?&gt;[/code]<br /> <br /> or<br /> absolute path<br /> [code]&lt;?<br /> include &quot;/home/httpd/proxy2/www/counter/counter.php&quot;;<br /> ?&gt;[/code]<br /> <br /> these are examples if you are using a index.php file. Not an ssi file or perl file]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1826/4726.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1826/4726.php</link>
				<pubDate><![CDATA[Sat, 26 Apr 2003 13:20:09]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
	</channel>
</rss>