<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/php/tags/form</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 15 Feb 2012 06:45:32 GMT</pubDate>
<item>
<title>(PHP) Magento Admin Form - etechblog</title>
<link>http://snipplr.com/view/60493/magento-admin-form/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 03 Nov 2011 00:01:24 GMT</pubDate>
<guid>http://snipplr.com/view/60493/magento-admin-form/</guid>
</item>
<item>
<title>(PHP) Thematic Add Search Form To Header - scottnix</title>
<link>http://snipplr.com/view/59471/thematic-add-search-form-to-header/</link>
<description><![CDATA[ <p>Add a search box inside the branding in the header.</p> ]]></description>
<pubDate>Thu, 06 Oct 2011 07:14:54 GMT</pubDate>
<guid>http://snipplr.com/view/59471/thematic-add-search-form-to-header/</guid>
</item>
<item>
<title>(PHP) Wordpress - Custom Password Form - silentpro</title>
<link>http://snipplr.com/view/58042/wordpress--custom-password-form/</link>
<description><![CDATA[ <p>WP Functions</p> ]]></description>
<pubDate>Fri, 19 Aug 2011 23:11:49 GMT</pubDate>
<guid>http://snipplr.com/view/58042/wordpress--custom-password-form/</guid>
</item>
<item>
<title>(PHP) p11creative email class - ryarwood</title>
<link>http://snipplr.com/view/55435/p11creative-email-class/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 18 Jun 2011 02:43:10 GMT</pubDate>
<guid>http://snipplr.com/view/55435/p11creative-email-class/</guid>
</item>
<item>
<title>(PHP) Standard Contact Form - ryarwood</title>
<link>http://snipplr.com/view/55434/standard-contact-form/</link>
<description><![CDATA[ <p>Just a standard mail function. Set the fields on the top, send it at the bottom.</p> ]]></description>
<pubDate>Sat, 18 Jun 2011 02:41:06 GMT</pubDate>
<guid>http://snipplr.com/view/55434/standard-contact-form/</guid>
</item>
<item>
<title>(PHP) CI: clearing form after successful submit - screon</title>
<link>http://snipplr.com/view/55275/ci-clearing-form-after-successful-submit/</link>
<description><![CDATA[ <p>Within your view, you place something like: 

</p> ]]></description>
<pubDate>Thu, 16 Jun 2011 00:11:21 GMT</pubDate>
<guid>http://snipplr.com/view/55275/ci-clearing-form-after-successful-submit/</guid>
</item>
<item>
<title>(PHP) php Form Class - JonnySnip3r</title>
<link>http://snipplr.com/view/55154/php-form-class/</link>
<description><![CDATA[ <p>Just a random php form class I made a while back ;-) Enjoy!</p> ]]></description>
<pubDate>Sat, 11 Jun 2011 08:18:17 GMT</pubDate>
<guid>http://snipplr.com/view/55154/php-form-class/</guid>
</item>
<item>
<title>(PHP) Change Date from dd/mm/yyyy to yyyy-dd-mm - dubogii</title>
<link>http://snipplr.com/view/53674/change-date-from-ddmmyyyy-to-yyyyddmm/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 17 May 2011 19:54:00 GMT</pubDate>
<guid>http://snipplr.com/view/53674/change-date-from-ddmmyyyy-to-yyyyddmm/</guid>
</item>
<item>
<title>(PHP) Wordpress: Login form for your themes - prwhitehead</title>
<link>http://snipplr.com/view/52204/wordpress-login-form-for-your-themes/</link>
<description><![CDATA[ <p>Add a login form to your wordpress themes frontend.</p> ]]></description>
<pubDate>Sun, 17 Apr 2011 00:54:24 GMT</pubDate>
<guid>http://snipplr.com/view/52204/wordpress-login-form-for-your-themes/</guid>
</item>
<item>
<title>(PHP) Form Post using CURL in php - kumar_sekhar</title>
<link>http://snipplr.com/view/52059/form-post-using-curl-in-php/</link>
<description><![CDATA[ <p>Simply define your POSTURL and POSTVARS in name = value string format. It will post the form.</p> ]]></description>
<pubDate>Thu, 14 Apr 2011 15:19:48 GMT</pubDate>
<guid>http://snipplr.com/view/52059/form-post-using-curl-in-php/</guid>
</item>
<item>
<title>(PHP) CREATE INSERT FOR ALL FORM VARIABLES (POST /GET) INTO MYSQL USING PHP - kidmizere</title>
<link>http://snipplr.com/view/51160/create-insert-for-all-form-variables-post-get-into-mysql-using-php/</link>
<description><![CDATA[ <p>This generates a simple insert statement for mysql based on all the variables in $_GET or $_POST using a simple page. It does not do the inserts although that is a simple addition - just builds and displays your insert statement.</p> ]]></description>
<pubDate>Sun, 27 Mar 2011 01:40:14 GMT</pubDate>
<guid>http://snipplr.com/view/51160/create-insert-for-all-form-variables-post-get-into-mysql-using-php/</guid>
</item>
<item>
<title>(PHP) Preserving Form Elements by creating hidden form elements on new page based on previous page's form submit - chopbust</title>
<link>http://snipplr.com/view/49913/preserving-form-elements-by-creating-hidden-form-elements-on-new-page-based-on-previous-pages-form-submit/</link>
<description><![CDATA[ <p>I made this function to render hidden form elements in a new page based on what was sent from the last form. This function can be used to preserve input from a long multiple-page form.

What does it do:

1. Go through all the submitted POST elements.
2. Draw a loop of those POST elements into this new form (in form of hidden elements).
3. When that form submits, previous page's input is included inside this new form's submit action.

Note: Do not use the same form element name as it overwrites as it goes along.</p> ]]></description>
<pubDate>Wed, 02 Mar 2011 18:00:38 GMT</pubDate>
<guid>http://snipplr.com/view/49913/preserving-form-elements-by-creating-hidden-form-elements-on-new-page-based-on-previous-pages-form-submit/</guid>
</item>
<item>
<title>(PHP) WP Comment Form Override Function - alik</title>
<link>http://snipplr.com/view/47839/wp-comment-form-override-function/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 25 Jan 2011 18:22:51 GMT</pubDate>
<guid>http://snipplr.com/view/47839/wp-comment-form-override-function/</guid>
</item>
<item>
<title>(PHP) MySQL Search/Category Filter - mattneary</title>
<link>http://snipplr.com/view/47702/mysql-searchcategory-filter/</link>
<description><![CDATA[ <p>I thought this was pretty elegant code and wanted to share it with anyone who found it useful.</p> ]]></description>
<pubDate>Sat, 22 Jan 2011 09:09:34 GMT</pubDate>
<guid>http://snipplr.com/view/47702/mysql-searchcategory-filter/</guid>
</item>
<item>
<title>(PHP) Remove Form - danhanly</title>
<link>http://snipplr.com/view/47600/remove-form/</link>
<description><![CDATA[ <p>This is for a "floating" box where there are multiple forms on the page.</p> ]]></description>
<pubDate>Thu, 20 Jan 2011 20:14:46 GMT</pubDate>
<guid>http://snipplr.com/view/47600/remove-form/</guid>
</item>
<item>
<title>(PHP) Displaying errors in Zend_Form - ischenkodv</title>
<link>http://snipplr.com/view/46083/displaying-errors-in-zendform/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 24 Dec 2010 04:53:33 GMT</pubDate>
<guid>http://snipplr.com/view/46083/displaying-errors-in-zendform/</guid>
</item>
<item>
<title>(PHP) Embed Contact Form 7 In PHP - rliverman</title>
<link>http://snipplr.com/view/45671/embed-contact-form-7-in-php/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 13 Dec 2010 13:28:54 GMT</pubDate>
<guid>http://snipplr.com/view/45671/embed-contact-form-7-in-php/</guid>
</item>
<item>
<title>(PHP) Contact Form 7 onFocus fix - gera3d</title>
<link>http://snipplr.com/view/45492/contact-form-7-onfocus-fix/</link>
<description><![CDATA[ <p>This was a fix for the form that allowed me to automatically replace the text when I focused on area.

Find the file text.php inside modules.  Replace line 89 with this code.</p> ]]></description>
<pubDate>Thu, 09 Dec 2010 10:01:53 GMT</pubDate>
<guid>http://snipplr.com/view/45492/contact-form-7-onfocus-fix/</guid>
</item>
<item>
<title>(PHP) PHP getDateSelect - brownrl</title>
<link>http://snipplr.com/view/44318/php-getdateselect/</link>
<description><![CDATA[ <p>Here is a little bit of code I use from time to time to make a generic some what safe date selector for forms. I wanted something easy, small, and not relying on images, jquery, libraries, etc... Most importantly I wanted the date that was selected to be in INT format for storing directly into the database as an INT. Mind you the point of this snippet is the function, not the example tester code.</p> ]]></description>
<pubDate>Thu, 18 Nov 2010 02:18:55 GMT</pubDate>
<guid>http://snipplr.com/view/44318/php-getdateselect/</guid>
</item>
<item>
<title>(PHP) Format Radio List in a Form Class - sorinspanu</title>
<link>http://snipplr.com/view/42584/format-radio-list-in-a-form-class/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 20 Oct 2010 06:13:42 GMT</pubDate>
<guid>http://snipplr.com/view/42584/format-radio-list-in-a-form-class/</guid>
</item>
</channel>
</rss>
