<?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 Webcodez - The database of web programming tutorials</title>
	<atom:link href="http://www.webcodez.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webcodez.net</link>
	<description>Archive of tutorials on php,mysql,Javascript,html,css and other coding languages as well as code-snippets.</description>
	<lastBuildDate>Mon, 08 Mar 2010 14:05:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Creating a simple Blog System &#8211; Part 1 by Zan</title>
		<link>http://www.webcodez.net/php-mysql/creating-a-simple-blog-system-part-1/comment-page-1/#comment-144</link>
		<dc:creator>Zan</dc:creator>
		<pubDate>Mon, 08 Mar 2010 14:05:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.webcodez.net/?p=435#comment-144</guid>
		<description>Waiting for another part hardly !
Thank you for great tutorial !</description>
		<content:encoded><![CDATA[<p>Waiting for another part hardly !<br />
Thank you for great tutorial !</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP Sessions &amp; Cookies by halloween cooking</title>
		<link>http://www.webcodez.net/php-mysql/php-sessions/comment-page-1/#comment-123</link>
		<dc:creator>halloween cooking</dc:creator>
		<pubDate>Wed, 03 Mar 2010 21:13:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.webcodez.net/?p=145#comment-123</guid>
		<description>This post had some good ideas, but I&#039;m going to email to my friends and see what they think.</description>
		<content:encoded><![CDATA[<p>This post had some good ideas, but I&#8217;m going to email to my friends and see what they think.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Object Oriented Programming Basics &#8211; Extending Classes by Novaform</title>
		<link>http://www.webcodez.net/php-mysql/object-oriented-programming-basics-extending-classes/comment-page-1/#comment-108</link>
		<dc:creator>Novaform</dc:creator>
		<pubDate>Sat, 27 Feb 2010 19:23:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.webcodez.net/?p=361#comment-108</guid>
		<description>I have to say that it&#039;s good to see that someone else also touched on this as I had trouble finding the same info elsewhere. Yours was the first place that helped me understand this. Thanks.</description>
		<content:encoded><![CDATA[<p>I have to say that it&#8217;s good to see that someone else also touched on this as I had trouble finding the same info elsewhere. Yours was the first place that helped me understand this. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Users Online ( Part 1 &amp; Part 2 ) by Jimmie Stancil</title>
		<link>http://www.webcodez.net/php-mysql/users-online-part-1-part-2/comment-page-1/#comment-53</link>
		<dc:creator>Jimmie Stancil</dc:creator>
		<pubDate>Sun, 21 Feb 2010 22:44:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.webcodez.net/?p=182#comment-53</guid>
		<description>Nice post. Keep up the great work</description>
		<content:encoded><![CDATA[<p>Nice post. Keep up the great work</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Securing data in PHP by admin</title>
		<link>http://www.webcodez.net/php-mysql/securing-data-in-php/comment-page-1/#comment-51</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sun, 21 Feb 2010 00:11:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.webcodez.net/?p=417#comment-51</guid>
		<description>@Jana Moton Thank you! Hope you&#039;ll enjoy reading the blog posts =]

@FusionStrike Well that&#039;s just a query in general, not specific a practical query but just showing the structure in which the variable is putten outside of the quotes using &#039;&quot;. and .&quot;&#039;. I could explain it more inside the tutorial if you&#039;d like? Let me know =].

Cheers.</description>
		<content:encoded><![CDATA[<p>@Jana Moton Thank you! Hope you&#8217;ll enjoy reading the blog posts =]</p>
<p>@FusionStrike Well that&#8217;s just a query in general, not specific a practical query but just showing the structure in which the variable is putten outside of the quotes using &#8216;&#8221;. and .&#8221;&#8216;. I could explain it more inside the tutorial if you&#8217;d like? Let me know =].</p>
<p>Cheers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Securing data in PHP by FusionStrike</title>
		<link>http://www.webcodez.net/php-mysql/securing-data-in-php/comment-page-1/#comment-50</link>
		<dc:creator>FusionStrike</dc:creator>
		<pubDate>Sat, 20 Feb 2010 23:25:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.webcodez.net/?p=417#comment-50</guid>
		<description>$better_query = &quot;SELECT field FROM table WHERE field = &#039;&quot;.$_POST[&#039;userinput_fieldname&#039;].&quot;&#039; &quot;;  

I don&#039;t quite understand what you have done here, surely we would still need two of these for the Password and Username?

Maybe elaborate on this abit more?

Bioshox.</description>
		<content:encoded><![CDATA[<p>$better_query = &#8220;SELECT field FROM table WHERE field = &#8216;&#8221;.$_POST['userinput_fieldname'].&#8221;&#8216; &#8220;;  </p>
<p>I don&#8217;t quite understand what you have done here, surely we would still need two of these for the Password and Username?</p>
<p>Maybe elaborate on this abit more?</p>
<p>Bioshox.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on File Upload by FusionStrike</title>
		<link>http://www.webcodez.net/php-mysql/file-upload/comment-page-1/#comment-47</link>
		<dc:creator>FusionStrike</dc:creator>
		<pubDate>Sat, 20 Feb 2010 10:07:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.webcodez.net/?p=285#comment-47</guid>
		<description>Awesome Tutorial Man!
Cant wait for the Blog tutorial also!</description>
		<content:encoded><![CDATA[<p>Awesome Tutorial Man!<br />
Cant wait for the Blog tutorial also!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Securing data in PHP by Jana Moton</title>
		<link>http://www.webcodez.net/php-mysql/securing-data-in-php/comment-page-1/#comment-46</link>
		<dc:creator>Jana Moton</dc:creator>
		<pubDate>Sat, 20 Feb 2010 06:40:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.webcodez.net/?p=417#comment-46</guid>
		<description>I stumbled onto your blog and read a few post. I like your style of writing.</description>
		<content:encoded><![CDATA[<p>I stumbled onto your blog and read a few post. I like your style of writing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on HTML paragraph name &#8216;trick&#8217; by Tyson F. Gautreaux</title>
		<link>http://www.webcodez.net/html-css/html-paragraph-name-trick/comment-page-1/#comment-44</link>
		<dc:creator>Tyson F. Gautreaux</dc:creator>
		<pubDate>Sat, 20 Feb 2010 02:31:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.webcodez.net/?p=228#comment-44</guid>
		<description>Great post, going to send this link to my friends. Truly love it. THX.</description>
		<content:encoded><![CDATA[<p>Great post, going to send this link to my friends. Truly love it. THX.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on File Upload by admin</title>
		<link>http://www.webcodez.net/php-mysql/file-upload/comment-page-1/#comment-35</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 15 Feb 2010 08:27:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.webcodez.net/?p=285#comment-35</guid>
		<description>Hi there Zan,
First of all very welcome to Webcodez.net! :)
I&#039;m glad you like our tutorials! And a great suggestion you done there, I think I will create a second part of this tutorial including the things you just mentioned ( random file names, file browsing, etc.. ). The random file name generating could be well combined with another of our tutorials about &lt;a href=&quot;http://www.webcodez.net/php-mysql/generate-random-passwords/&quot; rel=&quot;nofollow&quot;&gt;random characters&lt;/a&gt;.

So we&#039;ll be working on a second part very soon, thanks for the suggestion :)

Best Regards,
Admin.</description>
		<content:encoded><![CDATA[<p>Hi there Zan,<br />
First of all very welcome to Webcodez.net! <img src='http://www.webcodez.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
I&#8217;m glad you like our tutorials! And a great suggestion you done there, I think I will create a second part of this tutorial including the things you just mentioned ( random file names, file browsing, etc.. ). The random file name generating could be well combined with another of our tutorials about <a href="http://www.webcodez.net/php-mysql/generate-random-passwords/" rel="nofollow">random characters</a>.</p>
<p>So we&#8217;ll be working on a second part very soon, thanks for the suggestion <img src='http://www.webcodez.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Best Regards,<br />
Admin.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
