<?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>Mon, 13 Oct 2008 01:06:25 GMT</pubDate>
<item>
<title>(PHP) Inserting/Retrieving checkbox values from database - davidsword</title>
<link>http://snipplr.com/view/8635/insertingretrieving-checkbox-values-from-database/</link>
<description><![CDATA[ <p>I always forget how to do this...</p> ]]></description>
<pubDate>Fri, 26 Sep 2008 15:58:58 GMT</pubDate>
<guid>http://snipplr.com/view/8635/insertingretrieving-checkbox-values-from-database/</guid>
</item>
<item>
<title>(PHP) Drupal 5 Select Drop Down - sherakama</title>
<link>http://snipplr.com/view/8298/drupal-5-select-drop-down/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 10 Sep 2008 17:37:33 GMT</pubDate>
<guid>http://snipplr.com/view/8298/drupal-5-select-drop-down/</guid>
</item>
<item>
<title>(PHP) textfield drupal 5 - sherakama</title>
<link>http://snipplr.com/view/8297/textfield-drupal-5/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 10 Sep 2008 17:33:02 GMT</pubDate>
<guid>http://snipplr.com/view/8297/textfield-drupal-5/</guid>
</item>
<item>
<title>(PHP) Customize search results - aleprieto</title>
<link>http://snipplr.com/view/7995/customize-search-results/</link>
<description><![CDATA[ <p>Allows to customize the search results page.</p> ]]></description>
<pubDate>Sat, 23 Aug 2008 19:47:01 GMT</pubDate>
<guid>http://snipplr.com/view/7995/customize-search-results/</guid>
</item>
<item>
<title>(PHP) Non collapsible advanced search - aleprieto</title>
<link>http://snipplr.com/view/7994/non-collapsible-advanced-search/</link>
<description><![CDATA[ <p>Makes Drupal Advanced Search form non collapsible and expanded by default.</p> ]]></description>
<pubDate>Sat, 23 Aug 2008 19:29:52 GMT</pubDate>
<guid>http://snipplr.com/view/7994/non-collapsible-advanced-search/</guid>
</item>
<item>
<title>(PHP) Calcular dígito de control de una Cuenta Corriente - luman</title>
<link>http://snipplr.com/view/6457/calcular-dgito-de-control-de-una-cuenta-corriente/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 26 May 2008 10:38:38 GMT</pubDate>
<guid>http://snipplr.com/view/6457/calcular-dgito-de-control-de-una-cuenta-corriente/</guid>
</item>
<item>
<title>(PHP) Drupal5 basic form page functions - sherakama</title>
<link>http://snipplr.com/view/5772/drupal5-basic-form-page-functions/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 10 Apr 2008 12:53:47 GMT</pubDate>
<guid>http://snipplr.com/view/5772/drupal5-basic-form-page-functions/</guid>
</item>
<item>
<title>(PHP) simple image upload in php - cristianciofu</title>
<link>http://snipplr.com/view/4965/simple-image-upload-in-php/</link>
<description><![CDATA[ <p>a simple image upload script in php :)</p> ]]></description>
<pubDate>Sat, 09 Feb 2008 06:09:27 GMT</pubDate>
<guid>http://snipplr.com/view/4965/simple-image-upload-in-php/</guid>
</item>
<item>
<title>(PHP) populate object_select_tag with your own objects in symfony - ggb2g</title>
<link>http://snipplr.com/view/4057/populate-objectselecttag-with-your-own-objects-in-symfony/</link>
<description><![CDATA[ <p>Sometimes you need to have an ability to show limited number of elements in your select objects or sort elements by name or so. I figured out that this feature was added to object_select_tag later so that not everybody knows about that. This feature’s name is ‘peer_method’ - effectively you create your peer method which returns objects which must appear in your object_select_tag. So here is the code for object_select_tag:</p> ]]></description>
<pubDate>Fri, 02 Nov 2007 04:20:58 GMT</pubDate>
<guid>http://snipplr.com/view/4057/populate-objectselecttag-with-your-own-objects-in-symfony/</guid>
</item>
<item>
<title>(PHP) Email Form to Send Message on Web Page - jonhenshaw</title>
<link>http://snipplr.com/view/3886/email-form-to-send-message-on-web-page/</link>
<description><![CDATA[ <p>Step 1: Copy and paste the e-mail Form Code into a 'contact.php' page (must be a html/php page on a server that allows php!).

Step 2: Copy n paste the sendeail.php code into a new file. Change the YourEmail section to include your email address. Then check (or modify) the link at the bottom (contact.php) to point to the desired Next Page. Save the file as 'sendeail.php' (as ASCII file).

Step 3: Upload both files as ASCII i.e. upload the same way as .html files. Be sure both files are in the same folder on the server.</p> ]]></description>
<pubDate>Fri, 12 Oct 2007 15:35:24 GMT</pubDate>
<guid>http://snipplr.com/view/3886/email-form-to-send-message-on-web-page/</guid>
</item>
<item>
<title>(PHP) AJAX Form POST Request - HTML Form POST/Submit with AJAX/Javascript Example/Tutorial - scriptmakingcom</title>
<link>http://snipplr.com/view/3701/ajax-form-post-request--html-form-postsubmit-with-ajaxjavascript-exampletutorial/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 14 Sep 2007 14:49:00 GMT</pubDate>
<guid>http://snipplr.com/view/3701/ajax-form-post-request--html-form-postsubmit-with-ajaxjavascript-exampletutorial/</guid>
</item>
<item>
<title>(PHP) PHP form validation and processing same page - valcartei</title>
<link>http://snipplr.com/view/3498/php-form-validation-and-processing-same-page/</link>
<description><![CDATA[ <p>great to validate and process a form in the same page</p> ]]></description>
<pubDate>Fri, 10 Aug 2007 03:00:20 GMT</pubDate>
<guid>http://snipplr.com/view/3498/php-form-validation-and-processing-same-page/</guid>
</item>
<item>
<title>(PHP) Month, Day Date Dropdown - jakepaint</title>
<link>http://snipplr.com/view/3440/month-day-date-dropdown/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 02 Aug 2007 15:46:53 GMT</pubDate>
<guid>http://snipplr.com/view/3440/month-day-date-dropdown/</guid>
</item>
<item>
<title>(PHP) Sticky Form Fields - jakepaint</title>
<link>http://snipplr.com/view/3373/sticky-form-fields/</link>
<description><![CDATA[ <p>Consise code for sticky forms</p> ]]></description>
<pubDate>Tue, 24 Jul 2007 13:42:52 GMT</pubDate>
<guid>http://snipplr.com/view/3373/sticky-form-fields/</guid>
</item>
<item>
<title>(PHP) PHP - InversoMoltiplicativo - whitetiger</title>
<link>http://snipplr.com/view/1607/php--inversomoltiplicativo/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 09 Nov 2006 23:55:10 GMT</pubDate>
<guid>http://snipplr.com/view/1607/php--inversomoltiplicativo/</guid>
</item>
<item>
<title>(PHP) Gestionale per utente php con form di login, logout, upload e canc files - dandyna</title>
<link>http://snipplr.com/view/1045/gestionale-per-utente-php-con-form-di-login-logout-upload-e-canc-files/</link>
<description><![CDATA[ <p>admin panel for php scripts with a login form elaborated by a function.php page, then an upload form with canc option</p> ]]></description>
<pubDate>Fri, 08 Sep 2006 09:32:37 GMT</pubDate>
<guid>http://snipplr.com/view/1045/gestionale-per-utente-php-con-form-di-login-logout-upload-e-canc-files/</guid>
</item>
<item>
<title>(PHP) php file upload from local - smilylion</title>
<link>http://snipplr.com/view/1014/php-file-upload-from-local/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 04 Sep 2006 22:51:52 GMT</pubDate>
<guid>http://snipplr.com/view/1014/php-file-upload-from-local/</guid>
</item>
<item>
<title>(PHP) isInteger - mail_json</title>
<link>http://snipplr.com/view/934/isinteger/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 24 Aug 2006 11:14:13 GMT</pubDate>
<guid>http://snipplr.com/view/934/isinteger/</guid>
</item>
<item>
<title>(PHP) uploading files through html forms - pckujawa</title>
<link>http://snipplr.com/view/780/uploading-files-through-html-forms/</link>
<description><![CDATA[ <p>The form method must be post and the enctype set as it is below. The hidden input for MAX_FILE_SIZE must also be included. The value is the max file size (in bytes?).</p> ]]></description>
<pubDate>Fri, 11 Aug 2006 13:04:55 GMT</pubDate>
<guid>http://snipplr.com/view/780/uploading-files-through-html-forms/</guid>
</item>
<item>
<title>(PHP) Fix Form Slashes - tylerhall</title>
<link>http://snipplr.com/view/1/fix-form-slashes/</link>
<description><![CDATA[ <p>Fixes MAGIC_QUOTES.</p> ]]></description>
<pubDate>Wed, 31 Dec 1969 19:00:00 GMT</pubDate>
<guid>http://snipplr.com/view/1/fix-form-slashes/</guid>
</item>
</channel>
</rss>