<?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</title>
	<atom:link href="http://www.phpsuperblog.com/tag/html-form/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>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>admin</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>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>admin</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>0</slash:comments>
		</item>
		<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>Create MySQL database table with PHP</title>
		<link>http://www.phpsuperblog.com/php/create-mysql-database-table-with-php/</link>
		<comments>http://www.phpsuperblog.com/php/create-mysql-database-table-with-php/#comments</comments>
		<pubDate>Sat, 10 May 2008 20:16:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[HTML form]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP Function]]></category>
		<category><![CDATA[Query]]></category>
		<category><![CDATA[Table]]></category>

		<guid isPermaLink="false">http://www.phpsuperblog.com/?p=23</guid>
		<description><![CDATA[Editor&#8217;s note: To create a MySQL database table with PHP is very straight forward, all you have to do is to know the query for creating the MySQL database table, and use PHP function mysql_query( ) to run that query. You could also use a HTML form to let the user to input the name of [...]]]></description>
		<wfw:commentRss>http://www.phpsuperblog.com/php/create-mysql-database-table-with-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Delete records from MySQL database with HTML form and PHP</title>
		<link>http://www.phpsuperblog.com/php/delete-records-from-mysql-database-with-html-form-and-php/</link>
		<comments>http://www.phpsuperblog.com/php/delete-records-from-mysql-database-with-html-form-and-php/#comments</comments>
		<pubDate>Thu, 15 May 2008 11:33:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Button]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Delete]]></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[Text-field]]></category>

		<guid isPermaLink="false">http://www.phpsuperblog.com/?p=29</guid>
		<description><![CDATA[Editor&#8217;s note: In some cases such as a company&#8217;s login system for example, the login names and passwords are stored in the MySQL database. But if a staff leaves the company and so his account has to be removed from the database. Therefore it is good to design a HTML form for the administrator to remove [...]]]></description>
		<wfw:commentRss>http://www.phpsuperblog.com/php/delete-records-from-mysql-database-with-html-form-and-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Delete table from MySQL database with HTML form and PHP</title>
		<link>http://www.phpsuperblog.com/php/delete-table-from-mysql-database-with-html-form-and-php/</link>
		<comments>http://www.phpsuperblog.com/php/delete-table-from-mysql-database-with-html-form-and-php/#comments</comments>
		<pubDate>Thu, 15 May 2008 23:05:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Button]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Delete]]></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[Text-field]]></category>

		<guid isPermaLink="false">http://www.phpsuperblog.com/?p=30</guid>
		<description><![CDATA[Editor&#8217;s note: To delete a table from the MySQL database is easy, all you have to do is to run a query to get it done. But in a content management system, you might like to build an user interface for the user to delete a table. Again a HTML form is a good idea for [...]]]></description>
		<wfw:commentRss>http://www.phpsuperblog.com/php/delete-table-from-mysql-database-with-html-form-and-php/feed/</wfw:commentRss>
		<slash:comments>0</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>admin</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>
		<item>
		<title>Fetch the data from a HTML form with PHP</title>
		<link>http://www.phpsuperblog.com/php/fetch-the-data-from-an-html-form/</link>
		<comments>http://www.phpsuperblog.com/php/fetch-the-data-from-an-html-form/#comments</comments>
		<pubDate>Mon, 05 May 2008 11:43:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[HTML form]]></category>

		<guid isPermaLink="false">http://www.phpsuperblog.com/?p=17</guid>
		<description><![CDATA[To fetch the data from a HTML form, we have to use the &#8220;$_POST&#8221; variable. Here is an example: I created a HTML file named: input.html which has a HTML form in it: &#60;html&#62; &#60;form name=&#34;form1&#34; method=&#34;post&#34; action=&#34;test.php&#34;&#62; &#60;input type=&#34;text&#34; name=&#34;textfield1&#34; /&#62; &#60;input type=&#34;submit&#34; name=&#34;Submit&#34; value=&#34;submit&#34;&#62; &#60;/form&#62; &#60;/html&#62; The HTML form has 1 text field [...]]]></description>
		<wfw:commentRss>http://www.phpsuperblog.com/php/fetch-the-data-from-an-html-form/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
