<?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"
	>
<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>
	<pubDate>Wed, 08 Oct 2008 08:19:10 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: huphtur</title>
		<link>http://www.scriptygoddess.com/archives/2003/06/10/php-whats-coming-in-from-the-form/#comment-9953</link>
		<dc:creator>huphtur</dc:creator>
		<pubDate>Tue, 30 Nov 1999 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-9952</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Tue, 30 Nov 1999 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:

&#60;?php

print_r(&#36;_POST);

?&#62;

which will give you something like this:

Array ( [name] =&#62; Joe Schmoe [address] =&#62; 123 Any Street [city] =&#62; Anytown [state] =&#62; NY [zip] =&#62; 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>

<!-- Dynamic Page Served (once) in 0.315 seconds -->
