<?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; Text-field</title>
	<atom:link href="http://www.phpsuperblog.com/tag/text-field/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>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 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>Check ip address of host or website with PHP function and HTML form</title>
		<link>http://www.phpsuperblog.com/php/check-ip-address-of-host-or-website-with-php-function-and-html-form/</link>
		<comments>http://www.phpsuperblog.com/php/check-ip-address-of-host-or-website-with-php-function-and-html-form/#comments</comments>
		<pubDate>Mon, 26 May 2008 13:17:42 +0000</pubDate>
		<dc:creator>Shek</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Display]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[HTML form]]></category>
		<category><![CDATA[HTML form element]]></category>
		<category><![CDATA[IP]]></category>
		<category><![CDATA[PHP Function]]></category>
		<category><![CDATA[Submit-button]]></category>
		<category><![CDATA[Text-field]]></category>

		<guid isPermaLink="false">http://www.phpsuperblog.com/?p=48</guid>
		<description><![CDATA[Editor&#8217;s note: There is a function in PHP to check the IP address of a host. It is called &#8220;gethostbyname()&#8220;. We could use it to check the IP address of a website. Steps are very simple: Put the website address into the function, for example: gethostbyname(www.phpsuperblog.com); and print the result out and then the IP address [...]]]></description>
		<wfw:commentRss>http://www.phpsuperblog.com/php/check-ip-address-of-host-or-website-with-php-function-and-html-form/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get MySQL database records as HTML form text field&#8217;s value</title>
		<link>http://www.phpsuperblog.com/php/get-mysql-database-records-as-html-form-text-fields-value/</link>
		<comments>http://www.phpsuperblog.com/php/get-mysql-database-records-as-html-form-text-fields-value/#comments</comments>
		<pubDate>Mon, 19 May 2008 13:36:07 +0000</pubDate>
		<dc:creator>Shek</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Display]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[HTML form]]></category>
		<category><![CDATA[HTML form element]]></category>
		<category><![CDATA[Loop]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP Function]]></category>
		<category><![CDATA[Query]]></category>
		<category><![CDATA[Text-field]]></category>
		<category><![CDATA[While-loop]]></category>

		<guid isPermaLink="false">http://www.phpsuperblog.com/?p=37</guid>
		<description><![CDATA[In my past post on explaining how to set the default values of the text field. Now to use the same concept, we could get the records from the MySQL database and place it into the text field as default text. Here I have created an example to show you how to do so. I [...]]]></description>
		<wfw:commentRss>http://www.phpsuperblog.com/php/get-mysql-database-records-as-html-form-text-fields-value/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Set default text for text field in HTML form</title>
		<link>http://www.phpsuperblog.com/html/set-default-value-for-text-field-in-html-form/</link>
		<comments>http://www.phpsuperblog.com/html/set-default-value-for-text-field-in-html-form/#comments</comments>
		<pubDate>Mon, 19 May 2008 08:53:26 +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[Text-field]]></category>

		<guid isPermaLink="false">http://www.phpsuperblog.com/?p=35</guid>
		<description><![CDATA[In some websites, you might discover that some text fields already has text written it when the page loads. Text such as &#8220;enter your search here&#8221; or &#8220;input here&#8221;. You might wonder how to do it, is it to do with another programing language such as javascript?? The answer is no, HTML can do the [...]]]></description>
		<wfw:commentRss>http://www.phpsuperblog.com/html/set-default-value-for-text-field-in-html-form/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create a HTML form with PHP for loop and table</title>
		<link>http://www.phpsuperblog.com/php/create-a-html-form-with-php-for-loop-and-table/</link>
		<comments>http://www.phpsuperblog.com/php/create-a-html-form-with-php-for-loop-and-table/#comments</comments>
		<pubDate>Sun, 18 May 2008 13:17:37 +0000</pubDate>
		<dc:creator>Shek</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Button]]></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[Submit-button]]></category>
		<category><![CDATA[Table]]></category>
		<category><![CDATA[Text-field]]></category>

		<guid isPermaLink="false">http://www.phpsuperblog.com/?p=34</guid>
		<description><![CDATA[Editor&#8217;s note: To create a HTML form with just a few text fields and a few HTML form elements is easy, but in a stock control system or price input system for example, there might be a need for many text fields and different HTML form elements repeatedly appear in the HTML form. To type [...]]]></description>
		<wfw:commentRss>http://www.phpsuperblog.com/php/create-a-html-form-with-php-for-loop-and-table/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Empty a table in MySQL database with HTML form and PHP</title>
		<link>http://www.phpsuperblog.com/php/empty-a-table-in-mysql-database-with-html-form-and-php/</link>
		<comments>http://www.phpsuperblog.com/php/empty-a-table-in-mysql-database-with-html-form-and-php/#comments</comments>
		<pubDate>Sat, 17 May 2008 20:40:44 +0000</pubDate>
		<dc:creator>Shek</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Button]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Empty]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[HTML form]]></category>
		<category><![CDATA[HTML form element]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP Function]]></category>
		<category><![CDATA[Query]]></category>
		<category><![CDATA[Submit-button]]></category>
		<category><![CDATA[Table]]></category>
		<category><![CDATA[Text-field]]></category>

		<guid isPermaLink="false">http://www.phpsuperblog.com/?p=33</guid>
		<description><![CDATA[Editor&#8217;s note: In some cases which the user might need to empty a table in the MySQL database. Instead of deleting every record in the MySQL database, you could run a query &#8220;truncate table &#8216;tablename&#8217;&#8221; to do the job. Here I have created a example to show you how to empty a table in MySQL database [...]]]></description>
		<wfw:commentRss>http://www.phpsuperblog.com/php/empty-a-table-in-mysql-database-with-html-form-and-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

