<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" version="2.0">

<channel>
	<title>HTML Form Guide</title>
	
	<link>http://www.html-form-guide.com</link>
	<description>All about web forms!</description>
	<lastBuildDate>Tue, 27 Mar 2012 04:21:28 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/HtmlFormGuide" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="htmlformguide" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">HtmlFormGuide</feedburner:emailServiceId><feedburner:feedburnerHostname xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Loading a Drop Down List Using jQuery</title>
		<link>http://www.html-form-guide.com/jquery/drop-down-list-jquery.html</link>
		<comments>http://www.html-form-guide.com/jquery/drop-down-list-jquery.html#comments</comments>
		<pubDate>Wed, 27 Jul 2011 06:14:38 +0000</pubDate>
		<dc:creator>Prasanth</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[drop-down list]]></category>
		<category><![CDATA[list]]></category>

		<guid isPermaLink="false">http://www.html-form-guide.com/?p=798</guid>
		<description><![CDATA[To load a drop down list (or a simple list) from a database, there are different ways. One is to embed PHP code in the HTML code, that loops through the rows in the database and adds &#60;option&#62; &#60;/option&#62; tags. A better alternative is to dynamically load the list using Ajax. There are several advantages: [...]]]></description>
		<wfw:commentRss>http://www.html-form-guide.com/jquery/drop-down-list-jquery.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Simfatic Forms: HTML form generator tool</title>
		<link>http://www.html-form-guide.com/html-form/html-form-generator.html</link>
		<comments>http://www.html-form-guide.com/html-form/html-form-generator.html#comments</comments>
		<pubDate>Mon, 21 Mar 2011 04:42:22 +0000</pubDate>
		<dc:creator>Prasanth</dc:creator>
				<category><![CDATA[HTML Forms]]></category>
		<category><![CDATA[html form builder]]></category>
		<category><![CDATA[html form generator]]></category>
		<category><![CDATA[html form maker]]></category>
		<category><![CDATA[web form software]]></category>

		<guid isPermaLink="false">http://www.html-form-guide.com/v2/?p=759</guid>
		<description><![CDATA[Hand-coding HTML forms using the common web design tools used to be a long and cumbersome process. HTML code for the form is just one part of the whole web form. You need the server side processing script as well. Simfatic Forms is a tool that fills this gap. You can design the web form [...]]]></description>
		<wfw:commentRss>http://www.html-form-guide.com/html-form/html-form-generator.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to embed the contact form in your web pages</title>
		<link>http://www.html-form-guide.com/contact-form/embed-contact-form.html</link>
		<comments>http://www.html-form-guide.com/contact-form/embed-contact-form.html#comments</comments>
		<pubDate>Mon, 21 Mar 2011 03:36:01 +0000</pubDate>
		<dc:creator>Prasanth</dc:creator>
				<category><![CDATA[Contact Forms]]></category>
		<category><![CDATA[contact form]]></category>
		<category><![CDATA[embed contact form]]></category>

		<guid isPermaLink="false">http://www.html-form-guide.com/v2/?p=754</guid>
		<description><![CDATA[This page shows you how to embed the contact form (see the free contact forms from HTML Form Guide) in a web page. Different methods are shown; you can decide which the best is, for you. Using IFrame Using Iframe is the easiest way to embed the form in your web page. Iframe lets you [...]]]></description>
		<wfw:commentRss>http://www.html-form-guide.com/contact-form/embed-contact-form.html/feed</wfw:commentRss>
		<slash:comments>35</slash:comments>
		</item>
		<item>
		<title>Making a login form using PHP</title>
		<link>http://www.html-form-guide.com/php-form/php-login-form.html</link>
		<comments>http://www.html-form-guide.com/php-form/php-login-form.html#comments</comments>
		<pubDate>Fri, 18 Mar 2011 08:24:47 +0000</pubDate>
		<dc:creator>Prasanth</dc:creator>
				<category><![CDATA[PHP Form]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[php login form]]></category>

		<guid isPermaLink="false">http://www.html-form-guide.com/v2/?p=396</guid>
		<description><![CDATA[This is in continuation of the tutorial on making a membership based web site. Please see the previous page PHP registration form for more details. Download the code You can download the whole source code for the registration/login system from the link below: RegistrationForm.zip The ReadMe.txt file in the download contains detailed instructions. The login form [...]]]></description>
		<wfw:commentRss>http://www.html-form-guide.com/php-form/php-login-form.html/feed</wfw:commentRss>
		<slash:comments>134</slash:comments>
		</item>
		<item>
		<title>Creating a registration form using PHP</title>
		<link>http://www.html-form-guide.com/php-form/php-registration-form.html</link>
		<comments>http://www.html-form-guide.com/php-form/php-registration-form.html#comments</comments>
		<pubDate>Fri, 18 Mar 2011 06:48:53 +0000</pubDate>
		<dc:creator>Prasanth</dc:creator>
				<category><![CDATA[PHP Form]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[php registration form]]></category>

		<guid isPermaLink="false">http://www.html-form-guide.com/v2/?p=387</guid>
		<description><![CDATA[Creating a membership based site seems like a daunting task at first. If you ever wanted to do this by yourself, then just gave up when you started to think how you are going to put it together using your PHP skills, then this article is for you. We are going to walk you through [...]]]></description>
		<wfw:commentRss>http://www.html-form-guide.com/php-form/php-registration-form.html/feed</wfw:commentRss>
		<slash:comments>312</slash:comments>
		</item>
		<item>
		<title>Passing PHP form variables from one page to other</title>
		<link>http://www.html-form-guide.com/php-form/php-form-variables.html</link>
		<comments>http://www.html-form-guide.com/php-form/php-form-variables.html#comments</comments>
		<pubDate>Tue, 15 Mar 2011 16:55:49 +0000</pubDate>
		<dc:creator>Prasanth</dc:creator>
				<category><![CDATA[PHP Form]]></category>
		<category><![CDATA[php form variables]]></category>

		<guid isPermaLink="false">http://www.html-form-guide.com/v2/?p=410</guid>
		<description><![CDATA[This is in continuation of the PHP multi-page order form article. The first paged explained how to pass the variables between pages using sessions. This page shows you how to accomplish the same using hidden fields. Multi-page forms using hidden input fields Hidden input fields are form fields that are not visible. The user can&#8217;t see [...]]]></description>
		<wfw:commentRss>http://www.html-form-guide.com/php-form/php-form-variables.html/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Creating a multi-page order form using PHP</title>
		<link>http://www.html-form-guide.com/php-form/php-order-form.html</link>
		<comments>http://www.html-form-guide.com/php-form/php-order-form.html#comments</comments>
		<pubDate>Tue, 15 Mar 2011 16:50:22 +0000</pubDate>
		<dc:creator>Prasanth</dc:creator>
				<category><![CDATA[PHP Form]]></category>
		<category><![CDATA[php order form]]></category>

		<guid isPermaLink="false">http://www.html-form-guide.com/v2/?p=402</guid>
		<description><![CDATA[Forms are part of virtually any web application today. They are the main method to receive input from people using the application. They range in size from one-field opt-in forms where you only enter your email address, to very long forms with tens or even hundreds of fields. To make long forms user-friendlier, it is [...]]]></description>
		<wfw:commentRss>http://www.html-form-guide.com/php-form/php-order-form.html/feed</wfw:commentRss>
		<slash:comments>56</slash:comments>
		</item>
		<item>
		<title>How to submit a form using PHP</title>
		<link>http://www.html-form-guide.com/php-form/php-form-submit.html</link>
		<comments>http://www.html-form-guide.com/php-form/php-form-submit.html#comments</comments>
		<pubDate>Tue, 15 Mar 2011 16:17:48 +0000</pubDate>
		<dc:creator>Prasanth</dc:creator>
				<category><![CDATA[PHP Form]]></category>
		<category><![CDATA[php form submit]]></category>

		<guid isPermaLink="false">http://www.html-form-guide.com/v2/?p=381</guid>
		<description><![CDATA[There are situations when you want to send data using POST to a URL, either local or remote. Why would you want to do this? Probably you want to submit data to an opt-in form, but without taking a valuable visitor away from your site. Or maybe you want to send data to several applications [...]]]></description>
		<wfw:commentRss>http://www.html-form-guide.com/php-form/php-form-submit.html/feed</wfw:commentRss>
		<slash:comments>52</slash:comments>
		</item>
		<item>
		<title>Using PHP_SELF in the action field of a form</title>
		<link>http://www.html-form-guide.com/php-form/php-form-action-self.html</link>
		<comments>http://www.html-form-guide.com/php-form/php-form-action-self.html#comments</comments>
		<pubDate>Tue, 15 Mar 2011 12:18:11 +0000</pubDate>
		<dc:creator>Prasanth</dc:creator>
				<category><![CDATA[PHP Form]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[php form action]]></category>
		<category><![CDATA[php form self]]></category>

		<guid isPermaLink="false">http://www.html-form-guide.com/v2/?p=371</guid>
		<description><![CDATA[In this article shows the usage of PHP_SELF variable and how to avoid PHP_SELF exploits. What is PHP_SELF variable? PHP_SELF is a variable that returns the current script being executed. This variable returns the name and path of the current file (from the root folder). You can use this variable in the action field of [...]]]></description>
		<wfw:commentRss>http://www.html-form-guide.com/php-form/php-form-action-self.html/feed</wfw:commentRss>
		<slash:comments>38</slash:comments>
		</item>
		<item>
		<title>Handling select box (drop-down list) in a PHP form</title>
		<link>http://www.html-form-guide.com/php-form/php-form-select.html</link>
		<comments>http://www.html-form-guide.com/php-form/php-form-select.html#comments</comments>
		<pubDate>Tue, 15 Mar 2011 12:02:14 +0000</pubDate>
		<dc:creator>Prasanth</dc:creator>
				<category><![CDATA[PHP Form]]></category>
		<category><![CDATA[drop-down list]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[php form select]]></category>

		<guid isPermaLink="false">http://www.html-form-guide.com/v2/?p=365</guid>
		<description><![CDATA[This tutorial will show you how to add select boxes and multi-select boxes to a form, how to retrieve the input data from them, how to validate the data, and how to take different actions depending on the input. Select box Let&#8217;s look at a new input: a &#8220;select&#8221; box, also known as a &#8220;drop-down&#8221; [...]]]></description>
		<wfw:commentRss>http://www.html-form-guide.com/php-form/php-form-select.html/feed</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
	</channel>
</rss><!-- Dynamic page generated in 0.377 seconds. --><!-- Cached page generated by WP-Super-Cache on 2013-05-15 17:59:46 --><!-- Compression = gzip -->
