<?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; mysql_result</title>
	<atom:link href="http://www.phpreferencebook.com/tag/mysql_result/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>mysql_result() correction</title>
		<link>http://www.phpreferencebook.com/corrections/mysql_result-correction/</link>
		<comments>http://www.phpreferencebook.com/corrections/mysql_result-correction/#comments</comments>
		<pubDate>Fri, 02 Jan 2009 01:25:40 +0000</pubDate>
		<dc:creator>Mario Lurig</dc:creator>
				<category><![CDATA[Corrections]]></category>
		<category><![CDATA[correction]]></category>
		<category><![CDATA[mysql_result]]></category>

		<guid isPermaLink="false">http://www.phpreferencebook.com/?p=37</guid>
		<description><![CDATA[(pg. 123) The function has the following correct syntax: mysql_result(resource, row[, column]) However, in the explanation paragraph, 2nd sentence, it uses the term field erroneously instead of the term column. It should read as follows: If column is specified instead of the value of the first column, the specified column is retrieved (can be referenced [...]]]></description>
			<content:encoded><![CDATA[<h3>(pg. 123)</h3>
<p>The function has the following <strong>correct </strong>syntax:</p>
<blockquote><p>mysql_result(<em>resource</em>, <em>row</em>[, <em>column</em>])</p></blockquote>
<p>However, in the explanation paragraph, 2<sup>nd</sup> sentence, it uses the term <em>field </em>erroneously instead of the term <em>column</em>. It should read as follows:</p>
<blockquote><p>If <em>column </em>is specified instead of the value of the<br />
first column, the specified <em>column </em>is retrieved (can be referenced by number<br />
starting with 0 or by name/alias).</p></blockquote>
<p>It&#8217;s the little things, like changing the term used to be clearer to the reader and forgetting to update everything.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phpreferencebook.com/corrections/mysql_result-correction/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

