<?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; HTML form element</title>
	<atom:link href="http://www.phpsuperblog.com/tag/html-form-element/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.phpsuperblog.com</link>
	<description>Lot of IT, Lot of Fun</description>
	<lastBuildDate>Wed, 30 Nov 2011 12:34:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Variable variables &#8211; Get parameters of HTML elements which generated with a PHP for loop</title>
		<link>http://www.phpsuperblog.com/php/variable-variables-get-parameters-of-html-elements-which-generated-with-a-php-for-loop/</link>
		<comments>http://www.phpsuperblog.com/php/variable-variables-get-parameters-of-html-elements-which-generated-with-a-php-for-loop/#comments</comments>
		<pubDate>Wed, 30 Nov 2011 12:31:39 +0000</pubDate>
		<dc:creator>Shek</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Drop-down-menu]]></category>
		<category><![CDATA[For-loop]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[HTML form]]></category>
		<category><![CDATA[HTML form element]]></category>
		<category><![CDATA[Post]]></category>
		<category><![CDATA[Text-field]]></category>
		<category><![CDATA[Variable variables]]></category>

		<guid isPermaLink="false">http://www.phpsuperblog.com/?p=1090</guid>
		<description><![CDATA[This post is the continuation of the post “Create a HTML form with PHP for loop and table”. It mainly focus on how to catch the HTML elements&#8217; data generated from a PHP of a HTML form, it also talks about PHP Variable variables. In the previous post “Create a HTML form with PHP for [...]]]></description>
		<wfw:commentRss>http://www.phpsuperblog.com/php/variable-variables-get-parameters-of-html-elements-which-generated-with-a-php-for-loop/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Using Javascipt to disable multiple HTML Text fields with a HTML checkbox</title>
		<link>http://www.phpsuperblog.com/javascript/using-javascipt-to-disable-multiple-html-text-fields-with-a-html-checkbox/</link>
		<comments>http://www.phpsuperblog.com/javascript/using-javascipt-to-disable-multiple-html-text-fields-with-a-html-checkbox/#comments</comments>
		<pubDate>Sat, 15 Oct 2011 16:32:07 +0000</pubDate>
		<dc:creator>Shek</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Check-box]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[HTML form]]></category>
		<category><![CDATA[HTML form element]]></category>

		<guid isPermaLink="false">http://www.phpsuperblog.com/?p=1081</guid>
		<description><![CDATA[In this post, I am going to show by checking a checkbox to disable multiple HTML text field elements The aim is by checking the checkbox, the 2 textfields will be disabled: First we created 1 checkbox and 2 text fields: 1 2 3 &#60;input type=&#34;checkbox&#34; id=&#34;checkboxA&#34;&#62; click to disable&#60;br&#62; &#60;input type=&#34;text&#34; id=&#34;textbox_A&#34;&#62; &#60;input type=&#34;text&#34; [...]]]></description>
		<wfw:commentRss>http://www.phpsuperblog.com/javascript/using-javascipt-to-disable-multiple-html-text-fields-with-a-html-checkbox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use the same JavaScript function for different HTML forms</title>
		<link>http://www.phpsuperblog.com/html/use-the-same-javascript-function-for-different-html-forms/</link>
		<comments>http://www.phpsuperblog.com/html/use-the-same-javascript-function-for-different-html-forms/#comments</comments>
		<pubDate>Thu, 11 Aug 2011 02:12:53 +0000</pubDate>
		<dc:creator>Shek</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Alert]]></category>
		<category><![CDATA[Button]]></category>
		<category><![CDATA[Function]]></category>
		<category><![CDATA[HTML form]]></category>
		<category><![CDATA[HTML form element]]></category>
		<category><![CDATA[Text-field]]></category>

		<guid isPermaLink="false">http://www.phpsuperblog.com/?p=1052</guid>
		<description><![CDATA[In this post, I am going to show how to use the same JavaScript function for different HTML forms, this could help in situations when multiple forms need to preform the same operation but with different inputs. The aim of this exercise is to use one single JavaScript function to alert out the value of [...]]]></description>
		<wfw:commentRss>http://www.phpsuperblog.com/html/use-the-same-javascript-function-for-different-html-forms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using HTTP Request variables instead of HTTP GET and Post variables</title>
		<link>http://www.phpsuperblog.com/php/using-http-request-variables-instead-of-http-get-and-post-variables/</link>
		<comments>http://www.phpsuperblog.com/php/using-http-request-variables-instead-of-http-get-and-post-variables/#comments</comments>
		<pubDate>Thu, 10 Mar 2011 01:42:00 +0000</pubDate>
		<dc:creator>Shek</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[HTML form]]></category>
		<category><![CDATA[HTML form element]]></category>

		<guid isPermaLink="false">http://www.phpsuperblog.com/?p=732</guid>
		<description><![CDATA[In this post, I would like write a little note on using $_REQUEST instead of $_GET or $_POST in the future of my programming for most of the cases. In cases such as fetching data from HTML form: Instead of: $name = $_POST&#91;&#34;name&#34;&#93;; $age = $_POST&#91;&#34;age&#34;&#93;; &#160; //or &#160; $name = $_GET&#91;&#34;name&#34;&#93;; $age = $_GET&#91;&#34;age&#34;&#93;; [...]]]></description>
		<wfw:commentRss>http://www.phpsuperblog.com/php/using-http-request-variables-instead-of-http-get-and-post-variables/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using JavaScript to disable HTML textfield by clicking radio button</title>
		<link>http://www.phpsuperblog.com/html/using-javascript-to-disable-html-textfield-by-clicking-radio-button/</link>
		<comments>http://www.phpsuperblog.com/html/using-javascript-to-disable-html-textfield-by-clicking-radio-button/#comments</comments>
		<pubDate>Sat, 12 Feb 2011 04:38:10 +0000</pubDate>
		<dc:creator>Shek</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[HTML form]]></category>
		<category><![CDATA[HTML form element]]></category>
		<category><![CDATA[Radio-button]]></category>
		<category><![CDATA[Text-field]]></category>

		<guid isPermaLink="false">http://www.phpsuperblog.com/?p=637</guid>
		<description><![CDATA[Editor&#8217;s note: In some cases, when we select one radio button, we want disable the user to have a fill in some information related which is no related to that other radio button, and so javascript helps us to do this job. Here in the example we have a set of 2 radio button and [...]]]></description>
		<wfw:commentRss>http://www.phpsuperblog.com/html/using-javascript-to-disable-html-textfield-by-clicking-radio-button/feed/</wfw:commentRss>
		<slash:comments>2</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>Shek</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>
		<item>
		<title>HTML form &#8211; submit to a new window</title>
		<link>http://www.phpsuperblog.com/html/html-form-submit-to-a-new-window/</link>
		<comments>http://www.phpsuperblog.com/html/html-form-submit-to-a-new-window/#comments</comments>
		<pubDate>Tue, 08 Jul 2008 07:36:09 +0000</pubDate>
		<dc:creator>Shek</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[Display]]></category>
		<category><![CDATA[HTML form]]></category>
		<category><![CDATA[HTML form element]]></category>
		<category><![CDATA[Redirect]]></category>
		<category><![CDATA[Submit-button]]></category>

		<guid isPermaLink="false">http://www.phpsuperblog.com/?p=63</guid>
		<description><![CDATA[We use HTML form a lot for the user to input data and process those data from a PHP file, but with the standard code of a HTML form: 1 2 3 4 &#60;form method=&#34;post&#34; name=&#34;aform&#34; action=&#34;afile.php&#34;&#62; &#60;input type=&#34;text&#34; name=&#34;atext&#34; /&#62; &#60;input type=&#34;submit&#34; value=&#34;submit&#34;/&#62; &#60;/form&#62; It will direct us to the php file in the [...]]]></description>
		<wfw:commentRss>http://www.phpsuperblog.com/html/html-form-submit-to-a-new-window/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML form &#8211; Password Text Field</title>
		<link>http://www.phpsuperblog.com/html/html-form-password-text-field/</link>
		<comments>http://www.phpsuperblog.com/html/html-form-password-text-field/#comments</comments>
		<pubDate>Tue, 17 Jun 2008 04:22:56 +0000</pubDate>
		<dc:creator>Shek</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[Encryption]]></category>
		<category><![CDATA[HTML form]]></category>
		<category><![CDATA[HTML form element]]></category>
		<category><![CDATA[Password]]></category>

		<guid isPermaLink="false">http://www.phpsuperblog.com/?p=59</guid>
		<description><![CDATA[In some cases such as login system, the HTML form should contains a text field for the user to type in the password. But when the user types in the password, other might see the password from behind the user. To avoid from this happening, a password text field is needed. A password text field [...]]]></description>
		<wfw:commentRss>http://www.phpsuperblog.com/html/html-form-password-text-field/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

