<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Good-Tutorials.com: evenicoulddoit's Tutorials with Comments</title>
    <link>http://www.good-tutorials.com/user/evenicoulddoit</link>
    <description>evenicoulddoit's tutorials with comments on Good-Tutorials.com.</description>
    <language>en-us</language>
    <item>
      <title>PHP - The Ultimate Basics</title>
      <description>ZonaX, 

echo &amp;quot;Did you know that 10 add five equals &amp;quot; . &amp;quot;$numbers&amp;quot;;

Is just as proffesional as 
echo 'Did you know that 10 add five equals '.$numbers;

I done some projects for companies, and I always use
echo &amp;quot;Did you know that 10 add fice equals $numbers&amp;quot;; 

And I have never gotten any complains about it.</description>
      <author>Munken</author>
      <pubDate>Fri, 29 Jun 2007 12:48:12 +0000</pubDate>
      <link>http://www.good-tutorials.com/tutorial/18401/php-the-ultimate-basics#comment-1144</link>
      <guid>http://www.good-tutorials.com/tutorial/18401/php-the-ultimate-basics#comment-1144</guid>
    </item>
    <item>
      <title>PHP - The Ultimate Basics</title>
      <description>i am a noob to php and i understood :D</description>
      <author>Grandpa-Funk</author>
      <pubDate>Mon, 07 May 2007 10:44:25 +0000</pubDate>
      <link>http://www.good-tutorials.com/tutorial/18401/php-the-ultimate-basics#comment-820</link>
      <guid>http://www.good-tutorials.com/tutorial/18401/php-the-ultimate-basics#comment-820</guid>
    </item>
    <item>
      <title>Mono-Saturation</title>
      <description>This tutorial is pretty good. Videos flow nicely :D</description>
      <author>Grandpa-Funk</author>
      <pubDate>Sat, 05 May 2007 19:08:56 +0000</pubDate>
      <link>http://www.good-tutorials.com/tutorial/18400/mono-saturation#comment-809</link>
      <guid>http://www.good-tutorials.com/tutorial/18400/mono-saturation#comment-809</guid>
    </item>
    <item>
      <title>PHP - The Ultimate Basics</title>
      <description>Well I hate to say otherwise, but in my opinion if it works it works, the ways you are describing are a little advanced and true you may wish to put them on the right tracks but talking about escaping is a little advanced for the beginner to understand</description>
      <author>evenicoulddoit</author>
      <pubDate>Fri, 04 May 2007 15:54:44 +0000</pubDate>
      <link>http://www.good-tutorials.com/tutorial/18401/php-the-ultimate-basics#comment-795</link>
      <guid>http://www.good-tutorials.com/tutorial/18401/php-the-ultimate-basics#comment-795</guid>
    </item>
    <item>
      <title>PHP - The Ultimate Basics</title>
      <description>Ok, im sorry.. I might have crossed the line there.

But it's a real fact you're teaching bad practise, that's not bad when it's a little. But the whole tutorial contains it.</description>
      <author>ZonaX</author>
      <pubDate>Fri, 04 May 2007 09:43:41 +0000</pubDate>
      <link>http://www.good-tutorials.com/tutorial/18401/php-the-ultimate-basics#comment-794</link>
      <guid>http://www.good-tutorials.com/tutorial/18401/php-the-ultimate-basics#comment-794</guid>
    </item>
    <item>
      <title>PHP - The Ultimate Basics</title>
      <description>Mate,
I am discussing the basics of PHP, if it works, it works. It took me a long time to create it all and to say that it's rubbish simply because I  double quoted an echo is insulting. </description>
      <author>evenicoulddoit</author>
      <pubDate>Thu, 03 May 2007 16:07:49 +0000</pubDate>
      <link>http://www.good-tutorials.com/tutorial/18401/php-the-ultimate-basics#comment-790</link>
      <guid>http://www.good-tutorials.com/tutorial/18401/php-the-ultimate-basics#comment-790</guid>
    </item>
    <item>
      <title>PHP - The Ultimate Basics</title>
      <description>Contains much bad practise. Do not use this tutorial to learn PHP! This tutorial teaches you how to write PHP, but on a way that you need to change the way you write later. This might seem bullshit, but it's not. You won't be seen proffesional when you are showing this to the company where you want to work! 

One little example:
echo &amp;quot;Did you know that 10 add five equals &amp;quot; . &amp;quot;$numbers&amp;quot;;

Best way should be:
echo 'Did you know that 10 add five equals '.$numbers;

When using double quotes you need to add slashes escape double quotes, which are used often in HTML. And the dot in the first line is VERY useless for the variable is INSIDE double quotes!
</description>
      <author>ZonaX</author>
      <pubDate>Thu, 03 May 2007 11:57:25 +0000</pubDate>
      <link>http://www.good-tutorials.com/tutorial/18401/php-the-ultimate-basics#comment-788</link>
      <guid>http://www.good-tutorials.com/tutorial/18401/php-the-ultimate-basics#comment-788</guid>
    </item>
  </channel>
</rss>
