<?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: Core PHP Programming 2/E Errata</title>
	<atom:link href="http://www.leonatkinson.com/writing/core-php-programming/core-php-programming-2e-errata/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.leonatkinson.com</link>
	<description>There is no duty that is not accepted.</description>
	<lastBuildDate>Fri, 27 Aug 2010 01:14:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Pablo Manalastas</title>
		<link>http://www.leonatkinson.com/writing/core-php-programming/core-php-programming-2e-errata/comment-page-1/#comment-27133</link>
		<dc:creator>Pablo Manalastas</dc:creator>
		<pubDate>Thu, 26 Jul 2007 02:21:47 +0000</pubDate>
		<guid isPermaLink="false">http://home.leonatkinson.com/wordpress/index.php/core-php-programming-2e-errata/#comment-27133</guid>
		<description>In the section on &quot;Receiving User Input&quot;, pages 18-21, you need to change the last sentence on page 19 as follows:  &quot;When the user presses the submit button, the script named in the ACTION attribute will receive the three form fields and PHP will convert them into variables, accessible by the associative arrays $_POST[ ] and $_GET[ ], depending on whether the FORM METHOD is post or get.&quot;

On page 20, the script &quot;1-5.php&quot; should contain the three accesses to the form variables are follows:

$YourName = $_POST[&quot;YourName&quot;];
$CostOfLunch = $_POST[&quot;CostOfLunch&quot;];
$DaysBuyingLunch] = $_POST[&quot;DaysBuyingLunch&quot;];

You need to do this before you can even use these variables in the rest of the script.</description>
		<content:encoded><![CDATA[<p>In the section on &#8220;Receiving User Input&#8221;, pages 18-21, you need to change the last sentence on page 19 as follows:  &#8220;When the user presses the submit button, the script named in the ACTION attribute will receive the three form fields and PHP will convert them into variables, accessible by the associative arrays $_POST[ ] and $_GET[ ], depending on whether the FORM METHOD is post or get.&#8221;</p>
<p>On page 20, the script &#8220;1-5.php&#8221; should contain the three accesses to the form variables are follows:</p>
<p>$YourName = $_POST["YourName"];<br />
$CostOfLunch = $_POST["CostOfLunch"];<br />
$DaysBuyingLunch] = $_POST["DaysBuyingLunch"];</p>
<p>You need to do this before you can even use these variables in the rest of the script.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
