<?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>Albertech.net &#187; define variables</title>
	<atom:link href="http://albertech.net/tag/define-variables/feed/" rel="self" type="application/rss+xml" />
	<link>http://albertech.net</link>
	<description>Tips, Tricks, and Reviews in Linux, Apache, MySQL, PHP</description>
	<lastBuildDate>Wed, 28 Jul 2010 16:09:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Define variables in PHP 5</title>
		<link>http://albertech.net/2008/12/define-variables-in-php-5/</link>
		<comments>http://albertech.net/2008/12/define-variables-in-php-5/#comments</comments>
		<pubDate>Wed, 03 Dec 2008 23:46:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[define variables]]></category>

		<guid isPermaLink="false">http://albertech.net/?p=41</guid>
		<description><![CDATA[If you have older scripts, you may encounter warning messages such as "<strong>Notice:</strong> Undefined variable: "

As a standard practice, you should define variables in PHP by putting in the variable name = FALSE;
<code>$myvar = FALSE;</code>

This is primarily for local variable names that aren't passed in through a $_REQUEST or $_POST, etc.]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Falbertech.net%252F2008%252F12%252Fdefine-variables-in-php-5%252F%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Define%20variables%20in%20PHP%205%22%20%7D);"></div>
<p>If you have older scripts, you may encounter warning messages such as &#8220;<strong>Notice:</strong> Undefined variable: &#8221;</p>
<p>As a standard practice, you should define variables in PHP by putting in the variable name = FALSE;<br />
<code>$myvar = FALSE;</code></p>
<p>This is primarily for local variable names that aren&#8217;t passed in through a $_REQUEST or $_POST, etc.</p>

]]></content:encoded>
			<wfw:commentRss>http://albertech.net/2008/12/define-variables-in-php-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
