<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: PHP Error &#8211; Parse error: syntax error, unexpected $end in</title>
	<atom:link href="http://damonparker.org/blog/2007/02/23/php-error-parse-error-syntax-error-unexpected-end-in/feed/" rel="self" type="application/rss+xml" />
	<link>http://damonparker.org/blog/2007/02/23/php-error-parse-error-syntax-error-unexpected-end-in/</link>
	<description>code / ecommerce / life</description>
	<lastBuildDate>Sat, 21 Jan 2012 20:11:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: themhz</title>
		<link>http://damonparker.org/blog/2007/02/23/php-error-parse-error-syntax-error-unexpected-end-in/#comment-26856</link>
		<dc:creator>themhz</dc:creator>
		<pubDate>Sat, 14 Jan 2012 14:23:09 +0000</pubDate>
		<guid isPermaLink="false">http://damonparker.org/blog/2007/02/23/php-error-parse-error-syntax-error-unexpected-end-in/#comment-26856</guid>
		<description>thanx , realy thanx, it solved my problem . my setup is wamp with joomla 1.7
and i when to php-&gt;php settings-&gt;open tag tag must be ticked</description>
		<content:encoded><![CDATA[<p>thanx , realy thanx, it solved my problem . my setup is wamp with joomla 1.7<br />
and i when to php-&gt;php settings-&gt;open tag tag must be ticked</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: al</title>
		<link>http://damonparker.org/blog/2007/02/23/php-error-parse-error-syntax-error-unexpected-end-in/#comment-26847</link>
		<dc:creator>al</dc:creator>
		<pubDate>Wed, 16 Nov 2011 18:07:03 +0000</pubDate>
		<guid isPermaLink="false">http://damonparker.org/blog/2007/02/23/php-error-parse-error-syntax-error-unexpected-end-in/#comment-26847</guid>
		<description>beat my head up against this for a day. it works on my production server, but failed on my testing server. I simply could NOT figure it out. turns out it was in fact the short opening PHP tags. 

thanks...</description>
		<content:encoded><![CDATA[<p>beat my head up against this for a day. it works on my production server, but failed on my testing server. I simply could NOT figure it out. turns out it was in fact the short opening PHP tags. </p>
<p>thanks&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Whatever</title>
		<link>http://damonparker.org/blog/2007/02/23/php-error-parse-error-syntax-error-unexpected-end-in/#comment-26842</link>
		<dc:creator>Whatever</dc:creator>
		<pubDate>Mon, 17 Oct 2011 21:56:47 +0000</pubDate>
		<guid isPermaLink="false">http://damonparker.org/blog/2007/02/23/php-error-parse-error-syntax-error-unexpected-end-in/#comment-26842</guid>
		<description>Once it happened that everything was fine but I was getting this error. It made me mad, but then at the end, the error was something to laugh about. I was using cuteFTP and uploading files to 000webhost, it so happened that the file transfer terminated somewhere in the middle, such that whole file was not transfered and the file containing missing code, was up on the server, that;s where the error was coming.</description>
		<content:encoded><![CDATA[<p>Once it happened that everything was fine but I was getting this error. It made me mad, but then at the end, the error was something to laugh about. I was using cuteFTP and uploading files to 000webhost, it so happened that the file transfer terminated somewhere in the middle, such that whole file was not transfered and the file containing missing code, was up on the server, that;s where the error was coming.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sasi</title>
		<link>http://damonparker.org/blog/2007/02/23/php-error-parse-error-syntax-error-unexpected-end-in/#comment-26548</link>
		<dc:creator>sasi</dc:creator>
		<pubDate>Wed, 18 Aug 2010 17:04:27 +0000</pubDate>
		<guid isPermaLink="false">http://damonparker.org/blog/2007/02/23/php-error-parse-error-syntax-error-unexpected-end-in/#comment-26548</guid>
		<description>1. $page .= &lt;&lt;&lt;EOD
2. &#169; $year $copyright  
3.   
4.   
5. EOD;
6. return $page;  

see to that you have no spaces between line 1&amp;2 also bet line 5 &amp; 6. This would resolve the error. for eg: go to line 1 hit del key until u have no space between EOD(of line 1) and &lt;(of line 2) then hit enter
}</description>
		<content:encoded><![CDATA[<p>1. $page .= &lt;&lt;&lt;EOD<br />
2. &copy; $year $copyright<br />
3.<br />
4.<br />
5. EOD;<br />
6. return $page;  </p>
<p>see to that you have no spaces between line 1&amp;2 also bet line 5 &amp; 6. This would resolve the error. for eg: go to line 1 hit del key until u have no space between EOD(of line 1) and &lt;(of line 2) then hit enter<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zeyad shorman</title>
		<link>http://damonparker.org/blog/2007/02/23/php-error-parse-error-syntax-error-unexpected-end-in/#comment-26260</link>
		<dc:creator>zeyad shorman</dc:creator>
		<pubDate>Wed, 04 Mar 2009 21:01:03 +0000</pubDate>
		<guid isPermaLink="false">http://damonparker.org/blog/2007/02/23/php-error-parse-error-syntax-error-unexpected-end-in/#comment-26260</guid>
		<description>this one  $x   $y = $sum
			 $x - $y = $dif
			 $x * $y = $prod 
			 $x / $y =$quotient
			HERE;
		?&gt;</description>
		<content:encoded><![CDATA[<p>this one  $x   $y = $sum<br />
			 $x &#8211; $y = $dif<br />
			 $x * $y = $prod<br />
			 $x / $y =$quotient<br />
			HERE;<br />
		?&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zeyad shorman</title>
		<link>http://damonparker.org/blog/2007/02/23/php-error-parse-error-syntax-error-unexpected-end-in/#comment-26259</link>
		<dc:creator>zeyad shorman</dc:creator>
		<pubDate>Wed, 04 Mar 2009 20:59:24 +0000</pubDate>
		<guid isPermaLink="false">http://damonparker.org/blog/2007/02/23/php-error-parse-error-syntax-error-unexpected-end-in/#comment-26259</guid>
		<description>i have error on my php code ,the error is Parse error: syntax error, unexpected $end in E:\AppServ\www\constant.php on line 17





	 Three plus five 

	 three plus five 
	 demonstrate use of number variables 
		 $x   $y = $sum
			 $x - $y = $dif
			 $x * $y = $prod 
			 $x / $y = $quotient
			HERE;
		?&gt;

</description>
		<content:encoded><![CDATA[<p>i have error on my php code ,the error is Parse error: syntax error, unexpected $end in E:\AppServ\www\constant.php on line 17</p>
<p>	 Three plus five </p>
<p>	 three plus five<br />
	 demonstrate use of number variables<br />
		 $x   $y = $sum<br />
			 $x &#8211; $y = $dif<br />
			 $x * $y = $prod<br />
			 $x / $y = $quotient<br />
			HERE;<br />
		?&gt;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using xcache
Database Caching 17/28 queries in 0.006 seconds using xcache
Content Delivery Network via cdn.damonparker.org/q9i5a4w8/cds/dp

Served from: damonparker.org @ 2012-02-10 06:22:19 -->
