<?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/valid</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Tue, 21 May 2013 17:56:08 GMT</pubDate>
<item>
<title>(PHP) checkdate - Dapsy</title>
<link>http://snipplr.com/view/63110/checkdate/</link>
<description><![CDATA[ <p>Function which can be used as wrapper for default PHP checkdate function. Will automatically parse given date (string or integer format).</p> ]]></description>
<pubDate>Tue, 07 Feb 2012 00:31:42 GMT</pubDate>
<guid>http://snipplr.com/view/63110/checkdate/</guid>
</item>
<item>
<title>(PHP) php valid email - genseric</title>
<link>http://snipplr.com/view/59284/php-valid-email/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 30 Sep 2011 17:34:00 GMT</pubDate>
<guid>http://snipplr.com/view/59284/php-valid-email/</guid>
</item>
<item>
<title>(PHP) Check_for_Valid_indian_Mobile_Number - mukeshdak</title>
<link>http://snipplr.com/view/57092/checkforvalidindianmobilenumber/</link>
<description><![CDATA[ <p>To check if number is valid Indian Mobile Number.</p> ]]></description>
<pubDate>Mon, 25 Jul 2011 01:33:53 GMT</pubDate>
<guid>http://snipplr.com/view/57092/checkforvalidindianmobilenumber/</guid>
</item>
<item>
<title>(PHP) Check for valid email address RFC - alyssonweb</title>
<link>http://snipplr.com/view/45716/check-for-valid-email-address-rfc/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 14 Dec 2010 20:53:48 GMT</pubDate>
<guid>http://snipplr.com/view/45716/check-for-valid-email-address-rfc/</guid>
</item>
<item>
<title>(PHP) Validate email address PHP - visudex</title>
<link>http://snipplr.com/view/44666/validate-email-address-php/</link>
<description><![CDATA[ <p>This snippet is a PHP function that checks if an email address is valid</p> ]]></description>
<pubDate>Mon, 22 Nov 2010 19:22:55 GMT</pubDate>
<guid>http://snipplr.com/view/44666/validate-email-address-php/</guid>
</item>
<item>
<title>(PHP) ID of POST, GET, COOKIE or SESSION - Validation - sb_01</title>
<link>http://snipplr.com/view/41963/id-of-post-get-cookie-or-session--validation/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 10 Oct 2010 00:50:32 GMT</pubDate>
<guid>http://snipplr.com/view/41963/id-of-post-get-cookie-or-session--validation/</guid>
</item>
<item>
<title>(PHP) E-Mail validation - Michael01</title>
<link>http://snipplr.com/view/26415/email-validation/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 13 Jan 2010 15:50:28 GMT</pubDate>
<guid>http://snipplr.com/view/26415/email-validation/</guid>
</item>
<item>
<title>(PHP) Stop PHP form inputs returning empty after validation - montanaflynn</title>
<link>http://snipplr.com/view/16085/stop-php-form-inputs-returning-empty-after-validation/</link>
<description><![CDATA[ <p>This is a short and sweet snippet that will save the users form input after PHP runs validation and returns false.    Very good for User Experience!</p> ]]></description>
<pubDate>Thu, 18 Jun 2009 17:32:29 GMT</pubDate>
<guid>http://snipplr.com/view/16085/stop-php-form-inputs-returning-empty-after-validation/</guid>
</item>
<item>
<title>(PHP) Standardize URL String - iloveitaly</title>
<link>http://snipplr.com/view/15554/standardize-url-string/</link>
<description><![CDATA[ <p>this function processes a URL that 'should' be a full url (i.e. http://something.com/dfsdfs/)
and makes sure it contains http:// for easy inclusion as a link into a href attribute</p> ]]></description>
<pubDate>Fri, 05 Jun 2009 07:51:49 GMT</pubDate>
<guid>http://snipplr.com/view/15554/standardize-url-string/</guid>
</item>
<item>
<title>(PHP) ultimate validate email function - gbot</title>
<link>http://snipplr.com/view/5345/ultimate-validate-email-function/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 10 Mar 2008 08:15:50 GMT</pubDate>
<guid>http://snipplr.com/view/5345/ultimate-validate-email-function/</guid>
</item>
<item>
<title>(PHP) Test for a valid email address and MX records - tylerhall</title>
<link>http://snipplr.com/view/590/test-for-a-valid-email-address-and-mx-records/</link>
<description><![CDATA[ <p>Adapted from http://snipplr.com/view/69/ckeckmail/</p> ]]></description>
<pubDate>Wed, 26 Jul 2006 22:31:37 GMT</pubDate>
<guid>http://snipplr.com/view/590/test-for-a-valid-email-address-and-mx-records/</guid>
</item>
<item>
<title>(PHP) Make Snipplr WordPress plugin output valid XHTML - rolandog</title>
<link>http://snipplr.com/view/437/make-snipplr-wordpress-plugin-output-valid-xhtml/</link>
<description><![CDATA[ <p>You should edit your WordPress plugin so that the $source variable at the end shows this value. Though it is a shame that code can't have an 'ol' as a childNode, and neither can the pre element. Couldn't find any way of making it all fit: http://learningforlife.fsu.edu/webmaster/references/xhtml/tags/text/pre.cfm</p> ]]></description>
<pubDate>Sat, 15 Jul 2006 14:38:19 GMT</pubDate>
<guid>http://snipplr.com/view/437/make-snipplr-wordpress-plugin-output-valid-xhtml/</guid>
</item>
<item>
<title>(PHP) Check for valid email address - tylerhall</title>
<link>http://snipplr.com/view/2/check-for-valid-email-address/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 30 Nov -0001 00:00:00 GMT</pubDate>
<guid>http://snipplr.com/view/2/check-for-valid-email-address/</guid>
</item>
</channel>
</rss>