<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Parse error if used with something else"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "Parse error if used with something else"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Parse error if used with something else</title>
				<description><![CDATA[ Hello,<br /> If I put the following required line:<br /> <br /> &lt;?php require "http://www.lyriczz.com/poll/poll_cookie.php"; ?&gt;<br /> <br /> in the top of one page of my website where I have the poll, I get a parse error in that line.<br /> I only have it with this page. The only different thing with this page is that I post directly after this line the following:<br /> &lt;?<br /> if ($_POST) {<br />  if ($comments) {<br /> $msg = "<br /> Name:	$name<br /> Email:	$email<br /> ";<br /> mail("webmaster@mydomain.com", "COMMENTS", "$msg", "From: COMMENTS_FORM");<br /> header("Location: thanks.php");<br /> } }<br /> ?&gt;<br /> <br /> How can I avaid this error?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3183/8468.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3183/8468.php</link>
				<pubDate><![CDATA[Fri, 28 May 2004 13:35:27]]> GMT</pubDate>
				<author><![CDATA[ kramer65]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ im not really very good at php but aren't you supposed to write it like this:<br /> <br /> &lt;?php include("[u]http://www.yourwebsite.com/1/2/[/u]"); ?&gt;<br /> <br /> just change the underlined part to the URL you need<br /> hope this helped <img src="https://proxy2.de/forum//images/smilies/8a80c6485cd926be453217d59a84a888.gif" />]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3183/8469.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3183/8469.php</link>
				<pubDate><![CDATA[Fri, 28 May 2004 19:30:55]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ sorry i made a mistake... it should be like this:<br /> <br /> &lt;?php require('[u]http://www.yoursite.com/1/2[/u]'); ?&gt;]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3183/8470.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3183/8470.php</link>
				<pubDate><![CDATA[Fri, 28 May 2004 19:32:45]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>What does /1/2 mean?</title>
				<description><![CDATA[ Hello,<br /> <br /> True, the best way to write it is with the brackets. But it works as well without <img src="https://proxy2.de/forum//images/smilies/3b63d1616c5dfcf29f8a7a031aaa7cad.gif" /><br /> Anyway, sorry but if you refer to <br /> mydomain.com/1/2,<br /> you basically refer to a folder named 2 which is in a folder named 1 right?<br /> But I installed the poll in my folder named 'poll'. In the help archive or something, it said that I had to include this line before anything in every page in which the poll is embedded in. <br /> So what is wrong with this?<br /> <br /> One more problem I have is the fact that if you enter a vote in the poll and come back or refresh the page. It doesn't say that you already voted, but you can just vote again. How come this happens?<br /> Can it have something to do with the fact that I include the file in which the lines are which include the poll?<br /> Please help!]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3183/8473.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3183/8473.php</link>
				<pubDate><![CDATA[Sat, 29 May 2004 10:17:57]]> GMT</pubDate>
				<author><![CDATA[ kramer65]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ go to poll admin area and click on the menu icon furthest to the right.<br /> this page shows you all the code for different polls eg. newest ect.<br /> this page also shows you the full path to booth.php this path is the same for poll_cookie.php.<br /> so try using that path instead.<br /> <br /> - Auron]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3183/8474.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3183/8474.php</link>
				<pubDate><![CDATA[Sat, 29 May 2004 10:54:54]]> GMT</pubDate>
				<author><![CDATA[ Auron]]></author>
			</item>
			<item>
				<title>The url is correct</title>
				<description><![CDATA[ Well. The url and path to the cookie.php is correct. It works in other pages (there are at least no errors). But since I use php and mysql extensively in all my pages I thought that it maybe had something to do with that. In all my pages it works, exept in the ones which have a respond form in it.<br /> This respond form sends an automated email to my webmaster account. This is done with the code which I posted above. But how can this piece of code fuck up the poll?? Cause I don't have a clue??<br /> <br /> Anybody??<br /> <br /> Currently the poll uses my database which is used for other purposes as well. Would it help if I create another database just for the poll?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3183/8492.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3183/8492.php</link>
				<pubDate><![CDATA[Sun, 30 May 2004 16:04:16]]> GMT</pubDate>
				<author><![CDATA[ kramer65]]></author>
			</item>
	</channel>
</rss>