<?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: PHP: What is the &#038; Ampersand Preceding Variables</title>
	<atom:link href="http://www.whypad.com/posts/php-what-is-the-ampersand-preceding-variables/193/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.whypad.com/posts/php-what-is-the-ampersand-preceding-variables/193/</link>
	<description>Tips, tricks, and hacks for life and tech...</description>
	<pubDate>Wed, 07 Jan 2009 10:17:03 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: byron</title>
		<link>http://www.whypad.com/posts/php-what-is-the-ampersand-preceding-variables/193/comment-page-1/#comment-486</link>
		<dc:creator>byron</dc:creator>
		<pubDate>Sat, 12 Jul 2008 16:14:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.whypad.com/?p=193#comment-486</guid>
		<description>Hi Jary,

Here are some alternative methods to try:

$new_var =&#038; $old_var;

or if passing through a function

function my_fun(&#038; $old_var){
  ...
}

If those don't work, post your code and I'll take a look.

Regards,
Byron</description>
		<content:encoded><![CDATA[<p>Hi Jary,</p>
<p>Here are some alternative methods to try:</p>
<p>$new_var =&#038; $old_var;</p>
<p>or if passing through a function</p>
<p>function my_fun(&#038; $old_var){<br />
  &#8230;<br />
}</p>
<p>If those don&#8217;t work, post your code and I&#8217;ll take a look.</p>
<p>Regards,<br />
Byron</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jary</title>
		<link>http://www.whypad.com/posts/php-what-is-the-ampersand-preceding-variables/193/comment-page-1/#comment-485</link>
		<dc:creator>Jary</dc:creator>
		<pubDate>Sat, 12 Jul 2008 04:25:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.whypad.com/?p=193#comment-485</guid>
		<description>hi im using php 5.x and im getting error whenever i try to use &#38;$ref..pls help thanks</description>
		<content:encoded><![CDATA[<p>hi im using php 5.x and im getting error whenever i try to use &amp;$ref..pls help thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: byron</title>
		<link>http://www.whypad.com/posts/php-what-is-the-ampersand-preceding-variables/193/comment-page-1/#comment-446</link>
		<dc:creator>byron</dc:creator>
		<pubDate>Sun, 08 Jun 2008 19:01:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.whypad.com/?p=193#comment-446</guid>
		<description>David,
Thanks for dropping by!  And thanks for the note on "@".  I keep forgetting these little details since I don't use them very often.

Byron</description>
		<content:encoded><![CDATA[<p>David,<br />
Thanks for dropping by!  And thanks for the note on &#8220;@&#8221;.  I keep forgetting these little details since I don&#8217;t use them very often.</p>
<p>Byron</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.whypad.com/posts/php-what-is-the-ampersand-preceding-variables/193/comment-page-1/#comment-445</link>
		<dc:creator>David</dc:creator>
		<pubDate>Sun, 08 Jun 2008 13:11:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.whypad.com/?p=193#comment-445</guid>
		<description>Hah, thanks for reminding me about what the "&#38;" does. Hadn't used it in such a long time I'd forgotten.

As for the "@", it's used for operators and functions to tell PHP not report any errors if they should occur. A good example is if you want to delete a file - should that file not exist, PHP would return the error message saying that.</description>
		<content:encoded><![CDATA[<p>Hah, thanks for reminding me about what the &#8220;&amp;&#8221; does. Hadn&#8217;t used it in such a long time I&#8217;d forgotten.</p>
<p>As for the &#8220;@&#8221;, it&#8217;s used for operators and functions to tell PHP not report any errors if they should occur. A good example is if you want to delete a file - should that file not exist, PHP would return the error message saying that.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
