<?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&#039;s coming in from the form?</title>
	<atom:link href="http://www.scriptygoddess.com/archives/2003/06/10/php-whats-coming-in-from-the-form/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.scriptygoddess.com/archives/2003/06/10/php-whats-coming-in-from-the-form/</link>
	<description></description>
	<lastBuildDate>Tue, 10 Jan 2012 01:21:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: huphtur</title>
		<link>http://www.scriptygoddess.com/archives/2003/06/10/php-whats-coming-in-from-the-form/comment-page-1/#comment-9953</link>
		<dc:creator>huphtur</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2003/06/10/php-whats-coming-in-from-the-form/#comment-9953</guid>
		<description>how would one do this with checkboxes to make sure there is a default value in a checkbox field? 
</description>
		<content:encoded><![CDATA[<p>how would one do this with checkboxes to make sure there is a default value in a checkbox field?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.scriptygoddess.com/archives/2003/06/10/php-whats-coming-in-from-the-form/comment-page-1/#comment-9952</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2003/06/10/php-whats-coming-in-from-the-form/#comment-9952</guid>
		<description>Although not as pretty, you can use:

&lt;?php

print_r(&#036;_POST);

?&gt;

which will give you something like this:

Array ( [name] =&gt; Joe Schmoe [address] =&gt; 123 Any Street [city] =&gt; Anytown [state] =&gt; NY [zip] =&gt; 12312 )</description>
		<content:encoded><![CDATA[<p>Although not as pretty, you can use:</p>
<p>&lt;?php</p>
<p>print_r(&#36;_POST);</p>
<p>?&gt;</p>
<p>which will give you something like this:</p>
<p>Array ( [name] =&gt; Joe Schmoe [address] =&gt; 123 Any Street [city] =&gt; Anytown [state] =&gt; NY [zip] =&gt; 12312 )</p>
]]></content:encoded>
	</item>
</channel>
</rss>

