<?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"
	>
<channel>
	<title>Comments on: Trying to write code and getting errors</title>
	<atom:link href="http://www.webmastercookbook.com/20051014/188/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webmastercookbook.com/20051014/188/</link>
	<description>Cooking up the recipe for Jowlstar's first job.</description>
	<pubDate>Fri, 08 Aug 2008 00:54:20 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: jvastine</title>
		<link>http://www.webmastercookbook.com/20051014/188/#comment-2262</link>
		<dc:creator>jvastine</dc:creator>
		<pubDate>Tue, 25 Oct 2005 23:59:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmastercookbook.com/20051014/188/#comment-2262</guid>
		<description>Jowl,

In the last installment of WebmasterCookbook, you seemed to be preoccupied - like your mind was on something else. This was comming across really bad &#38; I could hear the frustration build in ChefTD as the show progressed. I kept waiting for you to say "woof woof" every time ChefTD said speak speak! You are quite capable of focusing upon the current task during show time, but for some reason you allow other things to distract you. Now recall the day when you engineered ChefTD's other show, your voice was strong - full of excitement &#38; you pulled off a great job! Now I'm sure that you do realize the importance of developing programming skills &#38; how that may benefit you in a number of ways throughout your life - especially the problem solving aspect, because lets face it, everybody encounters problems. May I suggest that you try taking a more active role in the show production by becomming the engineer, because you do that well. I know that as a teen it is often difficult to stay focused or to even think about &#38; plan for the future, but it is to your benefit to do so. Think of the things that interest you...take gaming for instance, would you like to develop games? If so, programming skills are an essential part of game development, so approach your programming education with that or any other interest in mind &#38; it will help you through those dry listliss areas of learning to program. You can do this &#38; I am fully confident in that! I do hope to hear the exuberant engineer Jowl on the upcoming show. Hang in there Jowl, I'm pulling for you!</description>
		<content:encoded><![CDATA[<p>Jowl,</p>
<p>In the last installment of WebmasterCookbook, you seemed to be preoccupied - like your mind was on something else. This was comming across really bad &amp; I could hear the frustration build in ChefTD as the show progressed. I kept waiting for you to say &#8220;woof woof&#8221; every time ChefTD said speak speak! You are quite capable of focusing upon the current task during show time, but for some reason you allow other things to distract you. Now recall the day when you engineered ChefTD&#8217;s other show, your voice was strong - full of excitement &amp; you pulled off a great job! Now I&#8217;m sure that you do realize the importance of developing programming skills &amp; how that may benefit you in a number of ways throughout your life - especially the problem solving aspect, because lets face it, everybody encounters problems. May I suggest that you try taking a more active role in the show production by becomming the engineer, because you do that well. I know that as a teen it is often difficult to stay focused or to even think about &amp; plan for the future, but it is to your benefit to do so. Think of the things that interest you&#8230;take gaming for instance, would you like to develop games? If so, programming skills are an essential part of game development, so approach your programming education with that or any other interest in mind &amp; it will help you through those dry listliss areas of learning to program. You can do this &amp; I am fully confident in that! I do hope to hear the exuberant engineer Jowl on the upcoming show. Hang in there Jowl, I&#8217;m pulling for you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jowl</title>
		<link>http://www.webmastercookbook.com/20051014/188/#comment-2247</link>
		<dc:creator>Jowl</dc:creator>
		<pubDate>Fri, 14 Oct 2005 20:26:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmastercookbook.com/20051014/188/#comment-2247</guid>
		<description>I tried using the print function but did it wrong and should of used the echo function.</description>
		<content:encoded><![CDATA[<p>I tried using the print function but did it wrong and should of used the echo function.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ^Lestat</title>
		<link>http://www.webmastercookbook.com/20051014/188/#comment-2246</link>
		<dc:creator>^Lestat</dc:creator>
		<pubDate>Fri, 14 Oct 2005 20:14:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmastercookbook.com/20051014/188/#comment-2246</guid>
		<description>That code got munged. I'm not quite sure why. Do your comments support the [code][/code] tags?</description>
		<content:encoded><![CDATA[<p>That code got munged. I&#8217;m not quite sure why. Do your comments support the [code][/code] tags?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ^Lestat</title>
		<link>http://www.webmastercookbook.com/20051014/188/#comment-2245</link>
		<dc:creator>^Lestat</dc:creator>
		<pubDate>Fri, 14 Oct 2005 20:12:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmastercookbook.com/20051014/188/#comment-2245</guid>
		<description>Jowl - There is a list of parser error tokens at http://us3.php.net/tokens in the php manual.

As you can see your error states "unexpected T_VARIABLE ... line 7"

This tells you you have an error assigning the data variable. The example you posted doesn't seem to contain an error that I can see. However, I could not get your solution to work.

You may want to try something like this:
Orting’;

print("$my_favorite_website");
?&#62;</description>
		<content:encoded><![CDATA[<p>Jowl - There is a list of parser error tokens at <a href="http://us3.php.net/tokens" rel="nofollow">http://us3.php.net/tokens</a> in the php manual.</p>
<p>As you can see your error states &#8220;unexpected T_VARIABLE &#8230; line 7&#8243;</p>
<p>This tells you you have an error assigning the data variable. The example you posted doesn&#8217;t seem to contain an error that I can see. However, I could not get your solution to work.</p>
<p>You may want to try something like this:<br />
Orting’;</p>
<p>print(&#8221;$my_favorite_website&#8221;);<br />
?&gt;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
