<?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>PHPSuperBLOG &#187; Check-box</title>
	<atom:link href="http://www.phpsuperblog.com/tag/check-box/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.phpsuperblog.com</link>
	<description>Learn PHP Together</description>
	<lastBuildDate>Fri, 30 Jul 2010 07:26:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Create check box by using the records from MySQL datebase as values</title>
		<link>http://www.phpsuperblog.com/php/create-check-box-by-using-the-records-from-mysql-datebase-as-values/</link>
		<comments>http://www.phpsuperblog.com/php/create-check-box-by-using-the-records-from-mysql-datebase-as-values/#comments</comments>
		<pubDate>Thu, 05 Jun 2008 13:38:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Check-box]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[HTML form]]></category>
		<category><![CDATA[HTML form element]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://www.phpsuperblog.com/?p=54</guid>
		<description><![CDATA[Editor&#8217;s note: To use the records in the MySQL database as the &#8220;values and display text&#8221; of the check box is a good idea for the administrator because he/she can add, update or delete check box&#8217;s items from the MySQL database, without touching the HTML source. I have created an example to demonstrate how to do [...]]]></description>
		<wfw:commentRss>http://www.phpsuperblog.com/php/create-check-box-by-using-the-records-from-mysql-datebase-as-values/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML form element &#8211; Check box</title>
		<link>http://www.phpsuperblog.com/html/html-form-element-check-box/</link>
		<comments>http://www.phpsuperblog.com/html/html-form-element-check-box/#comments</comments>
		<pubDate>Fri, 30 May 2008 02:56:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[Check-box]]></category>
		<category><![CDATA[HTML form]]></category>
		<category><![CDATA[HTML form element]]></category>

		<guid isPermaLink="false">http://www.phpsuperblog.com/?p=50</guid>
		<description><![CDATA[In HTML form, sometimes you might like to let your user to select an option from your pre-made list. This is to avoid them from typing in a value which is not what you want them to input. In this case HTML form element &#8211; radio buttons could do the job, but what if in [...]]]></description>
		<wfw:commentRss>http://www.phpsuperblog.com/html/html-form-element-check-box/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP &#8211; get the check box values of HTML form</title>
		<link>http://www.phpsuperblog.com/php/php-get-the-of-check-box-values-of-html-form/</link>
		<comments>http://www.phpsuperblog.com/php/php-get-the-of-check-box-values-of-html-form/#comments</comments>
		<pubDate>Fri, 30 Jul 2010 07:21:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Array]]></category>
		<category><![CDATA[Check-box]]></category>
		<category><![CDATA[HTML form]]></category>
		<category><![CDATA[HTML form element]]></category>

		<guid isPermaLink="false">http://www.phpsuperblog.com/?p=439</guid>
		<description><![CDATA[Editor&#8217;s note: In some cases when you try to create a HTML form for user to input data, you might like to include a set of check boxes for them to input multiple choices, however in order to get the data from a set of check boxes with PHP, I think the easier way is [...]]]></description>
		<wfw:commentRss>http://www.phpsuperblog.com/php/php-get-the-of-check-box-values-of-html-form/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
