<?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: Just Say no to registered Globals</title>
	<atom:link href="http://blog.joshuaeichorn.com/archives/2004/01/20/just-say-no-to-registered-globals/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.joshuaeichorn.com/archives/2004/01/20/just-say-no-to-registered-globals/</link>
	<description>The weblog of Joshua Eichorn, AJAX, PHP and Open Source</description>
	<lastBuildDate>Mon, 20 Jun 2011 19:31:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4-alpha</generator>
	<item>
		<title>By: Josh</title>
		<link>http://blog.joshuaeichorn.com/archives/2004/01/20/just-say-no-to-registered-globals/comment-page-1/#comment-15</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Thu, 26 Feb 2004 16:15:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joshuaeichorn.com/archives/2004/01/20/just-say-no-to-registered-globals/#comment-15</guid>
		<description>Your correct, as long as your using _SESSION,_POST and the like your good, just make sure to keep registered globals turned off or they can be used to overwrite other php global variables.</description>
		<content:encoded><![CDATA[<p>Your correct, as long as your using _SESSION,_POST and the like your good, just make sure to keep registered globals turned off or they can be used to overwrite other php global variables.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NokX</title>
		<link>http://blog.joshuaeichorn.com/archives/2004/01/20/just-say-no-to-registered-globals/comment-page-1/#comment-14</link>
		<dc:creator>NokX</dc:creator>
		<pubDate>Thu, 26 Feb 2004 16:09:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joshuaeichorn.com/archives/2004/01/20/just-say-no-to-registered-globals/#comment-14</guid>
		<description>just curious though...  i have a site that depends on passiing variables through the url, such as www.mysite.com?id1.
just as  your site does: blog.joshuaeichorn.com/index.php?p=12.  however, i do &quot;protect&quot; my precious variables (sessions, 
forms, etc...) by using $_SESSION[&quot;variable&quot;] and $_POST[&quot;variable&quot;] and $_GET[&quot;variable&quot;].  using those, i should be ok...
right?</description>
		<content:encoded><![CDATA[<p>just curious though&#8230;  i have a site that depends on passiing variables through the url, such as <a href="http://www.mysite.com?id1" rel="nofollow">http://www.mysite.com?id1</a>.<br />
just as  your site does: blog.joshuaeichorn.com/index.php?p=12.  however, i do &#8220;protect&#8221; my precious variables (sessions,<br />
forms, etc&#8230;) by using $_SESSION["variable"] and $_POST["variable"] and $_GET["variable"].  using those, i should be ok&#8230;<br />
right?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

