<?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/html/tags/php</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 20 Jun 2013 03:00:40 GMT</pubDate>
<item>
<title>(HTML) CREATE A HEADER MINI-CART IN WP E-COMMERCE - Part 1 - ecksteing</title>
<link>http://snipplr.com/view/66955/create-a-header-minicart-in-wp-ecommerce--part-1/</link>
<description><![CDATA[ <p>CREATE A HEADER MINI-CART IN WP E-COMMERCE - Part 1</p> ]]></description>
<pubDate>Thu, 30 Aug 2012 13:46:21 GMT</pubDate>
<guid>http://snipplr.com/view/66955/create-a-header-minicart-in-wp-ecommerce--part-1/</guid>
</item>
<item>
<title>(HTML) Php conditionals to echo proper audio tags - poot26</title>
<link>http://snipplr.com/view/63264/php-conditionals-to-echo-proper-audio-tags/</link>
<description><![CDATA[ <p>Php conditionals to echo proper audio tags</p> ]]></description>
<pubDate>Sat, 11 Feb 2012 11:39:27 GMT</pubDate>
<guid>http://snipplr.com/view/63264/php-conditionals-to-echo-proper-audio-tags/</guid>
</item>
<item>
<title>(HTML) header.php with search and social icons built in - guitarman2uk</title>
<link>http://snipplr.com/view/60754/headerphp-with-search-and-social-icons-built-in/</link>
<description><![CDATA[ <p>This is the header.php file from Soul Care Aesthetics - complete with CSS and social icons spaces</p> ]]></description>
<pubDate>Sun, 13 Nov 2011 01:50:14 GMT</pubDate>
<guid>http://snipplr.com/view/60754/headerphp-with-search-and-social-icons-built-in/</guid>
</item>
<item>
<title>(HTML) Wordpress HTML5 time format - idragons</title>
<link>http://snipplr.com/view/50705/wordpress-html5-time-format/</link>
<description><![CDATA[ <p>Hello,
Here is snippet to show wordpress posted date using html5 time tag.</p> ]]></description>
<pubDate>Wed, 16 Mar 2011 01:21:34 GMT</pubDate>
<guid>http://snipplr.com/view/50705/wordpress-html5-time-format/</guid>
</item>
<item>
<title>(HTML) R2C TextMate Bundle  - Active PHP for LI - r2cgroup</title>
<link>http://snipplr.com/view/48729/r2c-textmate-bundle---active-php-for-li/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 10 Feb 2011 10:40:20 GMT</pubDate>
<guid>http://snipplr.com/view/48729/r2c-textmate-bundle---active-php-for-li/</guid>
</item>
<item>
<title>(HTML) R2C TextMate Bundle  - Active PHP - r2cgroup</title>
<link>http://snipplr.com/view/48728/r2c-textmate-bundle---active-php/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 10 Feb 2011 10:39:03 GMT</pubDate>
<guid>http://snipplr.com/view/48728/r2c-textmate-bundle---active-php/</guid>
</item>
<item>
<title>(HTML) PHP Form - Masis</title>
<link>http://snipplr.com/view/31169/php-form/</link>
<description><![CDATA[ <p>A PHP form on a web page allows a user to enter data that is sent to a server for processing. For instance, almost each company web site contains a contact form, so that visitors can send a message to the site owner. Such a contact form usually contains several fields - for the visitor’s name, for the email address and one for the main message. PHP forms resemble paper forms because internet users fill out the forms using checkboxes, radio buttons, or text fields. For example, the forms can be used to enter shipping or credit card data to order a product or can be used to retrieve data.
When dealing with HTML forms and PHP it is necessary to remember that any form element in HTML page will automatically be available to the PHP scripts.</p> ]]></description>
<pubDate>Fri, 09 Apr 2010 12:56:04 GMT</pubDate>
<guid>http://snipplr.com/view/31169/php-form/</guid>
</item>
<item>
<title>(HTML) PHP Variable Names - dvdrtrgn</title>
<link>http://snipplr.com/view/7925/php-variable-names/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 19 Aug 2008 11:42:02 GMT</pubDate>
<guid>http://snipplr.com/view/7925/php-variable-names/</guid>
</item>
<item>
<title>(HTML) The equals greater than operands - dvdrtrgn</title>
<link>http://snipplr.com/view/7918/the-equals-greater-than-operands/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 19 Aug 2008 01:21:18 GMT</pubDate>
<guid>http://snipplr.com/view/7918/the-equals-greater-than-operands/</guid>
</item>
<item>
<title>(HTML) Object Assignment - dvdrtrgn</title>
<link>http://snipplr.com/view/7917/object-assignment/</link>
<description><![CDATA[ <p>PHP: The Basics - Manual</p> ]]></description>
<pubDate>Tue, 19 Aug 2008 01:00:57 GMT</pubDate>
<guid>http://snipplr.com/view/7917/object-assignment/</guid>
</item>
<item>
<title>(HTML) Drupal: output theme variables - marcoba</title>
<link>http://snipplr.com/view/3846/drupal-output-theme-variables/</link>
<description><![CDATA[ <p>Drupal snippet: outputs all theming variables of a content type or page. Add to template.php the following function:

function _phptemplate_variables($hook, $vars) {
  return array('vars_data' => $vars);
}


then add the snippet to the relative node.tpl.php file.</p> ]]></description>
<pubDate>Thu, 04 Oct 2007 11:10:22 GMT</pubDate>
<guid>http://snipplr.com/view/3846/drupal-output-theme-variables/</guid>
</item>
<item>
<title>(HTML) Auto Increment Function - llbbl</title>
<link>http://snipplr.com/view/2741/auto-increment-function/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 27 May 2007 10:32:06 GMT</pubDate>
<guid>http://snipplr.com/view/2741/auto-increment-function/</guid>
</item>
<item>
<title>(HTML) foreach $_GET - llbbl</title>
<link>http://snipplr.com/view/2740/foreach-get/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 27 May 2007 10:23:31 GMT</pubDate>
<guid>http://snipplr.com/view/2740/foreach-get/</guid>
</item>
<item>
<title>(HTML) foreach $_POST - llbbl</title>
<link>http://snipplr.com/view/2730/foreach-post/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 25 May 2007 15:25:50 GMT</pubDate>
<guid>http://snipplr.com/view/2730/foreach-post/</guid>
</item>
<item>
<title>(HTML) Drupal body class - markhope</title>
<link>http://snipplr.com/view/1673/drupal-body-class/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 16 Nov 2006 09:33:26 GMT</pubDate>
<guid>http://snipplr.com/view/1673/drupal-body-class/</guid>
</item>
<item>
<title>(HTML) template XHTML 1.1 application/xhtml+xml - wbednarski</title>
<link>http://snipplr.com/view/521/template-xhtml-11-applicationxhtmlxml/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 20 Jul 2006 08:15:38 GMT</pubDate>
<guid>http://snipplr.com/view/521/template-xhtml-11-applicationxhtmlxml/</guid>
</item>
<item>
<title>(HTML) Information on Sidebar - cow6oy</title>
<link>http://snipplr.com/view/114/information-on-sidebar/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 30 Nov -0001 00:00:00 GMT</pubDate>
<guid>http://snipplr.com/view/114/information-on-sidebar/</guid>
</item>
</channel>
</rss>