<?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 for PHP Simple Tutorials</title>
	<atom:link href="http://php.elegosproject.org/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://php.elegosproject.org</link>
	<description>Free and user-friendly PHP tutorials</description>
	<lastBuildDate>Sat, 17 Apr 2010 11:06:06 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Accented letters and umlaut in PHP/HTML by Diarmaid</title>
		<link>http://php.elegosproject.org/2009/07/19/accented-letters-and-umlaut-in-phphtml/comment-page-1/#comment-36</link>
		<dc:creator>Diarmaid</dc:creator>
		<pubDate>Sat, 17 Apr 2010 11:06:06 +0000</pubDate>
		<guid isPermaLink="false">http://php.elegosproject.org/?p=113#comment-36</guid>
		<description>Thanks! Article really helped with a problem I had echo-ing accented characters! Now to fix the EURO symbol!!</description>
		<content:encoded><![CDATA[<p><code>Thanks! Article really helped with a problem I had echo-ing accented characters! Now to fix the EURO symbol!!</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Retriving data from HTML forms by Giacomo</title>
		<link>http://php.elegosproject.org/2009/06/17/retriving-data-from-html-forms/comment-page-1/#comment-35</link>
		<dc:creator>Giacomo</dc:creator>
		<pubDate>Sun, 03 Jan 2010 14:14:47 +0000</pubDate>
		<guid isPermaLink="false">http://php.elegosproject.org/?p=48#comment-35</guid>
		<description>myLoginFunction is a function you must implement by yourself :)</description>
		<content:encoded><![CDATA[<p><code>myLoginFunction is a function you must implement by yourself <img src='http://php.elegosproject.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </code></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Retriving data from HTML forms by Shamiro</title>
		<link>http://php.elegosproject.org/2009/06/17/retriving-data-from-html-forms/comment-page-1/#comment-34</link>
		<dc:creator>Shamiro</dc:creator>
		<pubDate>Sun, 27 Dec 2009 11:25:08 +0000</pubDate>
		<guid isPermaLink="false">http://php.elegosproject.org/?p=48#comment-34</guid>
		<description>I get this server error
Fatal error: Call to undefined function myLoginFunction() in D:\xampp\htdocs\test.php on line 15</description>
		<content:encoded><![CDATA[<p><code>I get this server error<br />Fatal error: Call to undefined function myLoginFunction() in D:\xampp\htdocs\test.php on line 15</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Retriving data from HTML forms by Shamiro</title>
		<link>http://php.elegosproject.org/2009/06/17/retriving-data-from-html-forms/comment-page-1/#comment-33</link>
		<dc:creator>Shamiro</dc:creator>
		<pubDate>Sat, 26 Dec 2009 12:53:35 +0000</pubDate>
		<guid isPermaLink="false">http://php.elegosproject.org/?p=48#comment-33</guid>
		<description>Hey mate, this topic is just brilliant. I want to learn more about implementing java encoder into the pwd... :) 

oh boy` i&#039;m waiting it so much ^^</description>
		<content:encoded><![CDATA[<p><code>Hey mate, this topic is just brilliant. I want to learn more about implementing java encoder into the pwd&#8230; <img src='http://php.elegosproject.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  </p><p>oh boy` i&#8217;m waiting it so much ^^</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Data storage: read an XML file by wajdi azar</title>
		<link>http://php.elegosproject.org/2009/06/23/data-storage-read-an-xml-file/comment-page-1/#comment-31</link>
		<dc:creator>wajdi azar</dc:creator>
		<pubDate>Sun, 22 Nov 2009 09:50:16 +0000</pubDate>
		<guid isPermaLink="false">http://php.elegosproject.org/?p=83#comment-31</guid>
		<description>thank you very much for this great tutorial it was very helpful thanks allot.</description>
		<content:encoded><![CDATA[<p><code>thank you very much for this great tutorial it was very helpful thanks allot.</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Data storage: read an XML file by Azhar</title>
		<link>http://php.elegosproject.org/2009/06/23/data-storage-read-an-xml-file/comment-page-1/#comment-30</link>
		<dc:creator>Azhar</dc:creator>
		<pubDate>Sun, 30 Aug 2009 19:56:18 +0000</pubDate>
		<guid isPermaLink="false">http://php.elegosproject.org/?p=83#comment-30</guid>
		<description>Thanks, This is really a great post. it works fine and it helped me alot.</description>
		<content:encoded><![CDATA[<p><code>Thanks, This is really a great post. it works fine and it helped me alot.</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Classes by Giacomo</title>
		<link>http://php.elegosproject.org/2009/07/08/classes/comment-page-1/#comment-24</link>
		<dc:creator>Giacomo</dc:creator>
		<pubDate>Sat, 11 Jul 2009 19:45:07 +0000</pubDate>
		<guid isPermaLink="false">http://php.elegosproject.org/?p=103#comment-24</guid>
		<description>Yes, that was indeed a stupid example. Classes are made for huge projects, where an entity has a series of variables. If you load/unload them dynamically calling just $myEntity = new entityClass(&quot;name&quot;); you&#039;ll save a lot of time. In the constructor you may open a MySQL connection, get a lot of data and be allways able to get it / set it when you want ;)</description>
		<content:encoded><![CDATA[<p><code>Yes, that was indeed a stupid example. Classes are made for huge projects, where an entity has a series of variables. If you load/unload them dynamically calling just $myEntity = new entityClass(&#8221;name&#8221;); you&#8217;ll save a lot of time. In the constructor you may open a MySQL connection, get a lot of data and be allways able to get it / set it when you want <img src='http://php.elegosproject.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </code></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Classes by FaTe</title>
		<link>http://php.elegosproject.org/2009/07/08/classes/comment-page-1/#comment-23</link>
		<dc:creator>FaTe</dc:creator>
		<pubDate>Sat, 11 Jul 2009 19:38:48 +0000</pubDate>
		<guid isPermaLink="false">http://php.elegosproject.org/?p=103#comment-23</guid>
		<description>Couldn&#039;t you just do something like...
&lt;?php
$name = &quot;Giacomo&quot;;
echo(&quot;
Hello $name!
The user is: $name
Bye bye $name&quot;);
?&gt;

It would come to the same outcome, as long as the $name variable is already defined.</description>
		<content:encoded><![CDATA[<p><code>Couldn&#8217;t you just do something like&#8230;<br />&lt;?php<br />$name = &quot;Giacomo&quot;;<br />echo(&quot;<br />Hello $name!<br />The user is: $name<br />Bye bye $name&#8221;);<br />?&gt;</p><p>It would come to the same outcome, as long as the $name variable is already defined.</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Functions by Classes &#124; PHP Simple Tutorials</title>
		<link>http://php.elegosproject.org/2009/06/10/functions/comment-page-1/#comment-19</link>
		<dc:creator>Classes &#124; PHP Simple Tutorials</dc:creator>
		<pubDate>Wed, 08 Jul 2009 16:33:14 +0000</pubDate>
		<guid isPermaLink="false">http://php.elegosproject.org/?p=29#comment-19</guid>
		<description>[...] but not because it&#8217;s difficult, but rather because you must know what a function is and have a little bit of familiarity with [...]</description>
		<content:encoded><![CDATA[<p><code>[...] but not because it&#8217;s difficult, but rather because you must know what a function is and have a little bit of familiarity with [...]</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Retriving data from HTML forms by Giacomo</title>
		<link>http://php.elegosproject.org/2009/06/17/retriving-data-from-html-forms/comment-page-1/#comment-18</link>
		<dc:creator>Giacomo</dc:creator>
		<pubDate>Wed, 08 Jul 2009 15:48:05 +0000</pubDate>
		<guid isPermaLink="false">http://php.elegosproject.org/?p=48#comment-18</guid>
		<description>What would you like to read more about? Just tell me and I&#039;ll cover that part ;)</description>
		<content:encoded><![CDATA[<p><code>What would you like to read more about? Just tell me and I&#8217;ll cover that part <img src='http://php.elegosproject.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </code></p>
]]></content:encoded>
	</item>
</channel>
</rss>
