<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>PHP Reference Book Blog &#187; variables</title>
	<atom:link href="http://www.phpreferencebook.com/tag/variables/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.phpreferencebook.com</link>
	<description>PHP Reference: Beginner to Intermediate PHP5</description>
	<lastBuildDate>Thu, 29 Sep 2011 03:50:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>define() referenced in Global Variables</title>
		<link>http://www.phpreferencebook.com/clarifications/define-referenced-in-global-variables/</link>
		<comments>http://www.phpreferencebook.com/clarifications/define-referenced-in-global-variables/#comments</comments>
		<pubDate>Wed, 30 Apr 2008 05:03:14 +0000</pubDate>
		<dc:creator>Mario Lurig</dc:creator>
				<category><![CDATA[Clarifications]]></category>
		<category><![CDATA[define]]></category>
		<category><![CDATA[global]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[php5]]></category>
		<category><![CDATA[variables]]></category>

		<guid isPermaLink="false">http://www.phpreferencebook.com/?p=9</guid>
		<description><![CDATA[(pg. 33) The opening sentence for the Global Variables chapter reads as follows: While some global variables can be created through the use of define(), some are reserved because of a special function, giving access to different types of data. Technically, the define() function creates a constant that is available globally, as is described properly [...]]]></description>
			<content:encoded><![CDATA[<h3>(pg. 33)</h3>
<p>The opening sentence for the Global Variables chapter reads as follows:</p>
<blockquote><p>While some global variables can be created through the use of<br />
<strong>define()</strong>, some are reserved because of a special function, giving access to<br />
different types of data.</p></blockquote>
<p>Technically, the <strong>define()</strong> function creates a constant that is available globally, as is described properly as part of the function on page 11. Therefore, the sentence would be better phrased as follows:</p>
<blockquote><p>While some constants can be made available globally through the use of<br />
<strong>define()</strong>, some are reserved because of a special function, giving access to<br />
different types of data.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.phpreferencebook.com/clarifications/define-referenced-in-global-variables/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>$_SERVER[&#039;QUERY_STRING&#039;] in Global Variables</title>
		<link>http://www.phpreferencebook.com/corrections/_serverquery_string/</link>
		<comments>http://www.phpreferencebook.com/corrections/_serverquery_string/#comments</comments>
		<pubDate>Wed, 30 Apr 2008 04:50:37 +0000</pubDate>
		<dc:creator>Mario Lurig</dc:creator>
				<category><![CDATA[Corrections]]></category>
		<category><![CDATA[$_SERVER]]></category>
		<category><![CDATA[global]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[php5]]></category>
		<category><![CDATA[query string]]></category>
		<category><![CDATA[query_string]]></category>
		<category><![CDATA[variables]]></category>

		<guid isPermaLink="false">http://www.phpreferencebook.com/?p=8</guid>
		<description><![CDATA[(pg. 33) The description in the book reads: $_SERVER['QUERY_STRING'] – The current scripts path This description is the same as the entry above, because I made a bad edit (copy/paste for formatting). The correct description would be as follows: $_SERVER['QUERY_STRING'] – The current query string (without the question mark) The example is correct and accurate, [...]]]></description>
			<content:encoded><![CDATA[<h3>(pg. 33)</h3>
<p>The description in the book reads:</p>
<blockquote><p>$_SERVER['QUERY_STRING'] – The current scripts path</p></blockquote>
<p>This description is the same as the entry above, because I made a bad edit (copy/paste for formatting). The correct description would be as follows:</p>
<blockquote><p>$_SERVER['QUERY_STRING'] – The current query string (without the question mark)</p></blockquote>
<p>The example is correct and accurate, and luckily this is painfully obvious thanks to the name of the key <em>QUERY_STRING </em>in the $_SERVER array.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phpreferencebook.com/corrections/_serverquery_string/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

