<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - sadus</title>
<link>http://snipplr.com/users/sadus</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Fri, 24 May 2013 21:02:54 GMT</pubDate>
<item>
<title>(PHP) Email validation with MX check</title>
<link>http://snipplr.com/view/49101/email-validation-with-mx-check/</link>
<description><![CDATA[ <p>found this somewhere online...not the author, but works like a charm</p> ]]></description>
<pubDate>Thu, 17 Feb 2011 02:50:33 GMT</pubDate>
<guid>http://snipplr.com/view/49101/email-validation-with-mx-check/</guid>
</item>
<item>
<title>(PHP) PHP error_log to syslog to a custom file pipe to tail your errors.</title>
<link>http://snipplr.com/view/44235/php-errorlog-to-syslog-to-a-custom-file-pipe-to-tail-your-errors/</link>
<description><![CDATA[ <p>So i wanted to spit all my error_log(); and error_reporting(E_ALL); to syslog on my MacOSX and syslog would output it on a custom file.</p> ]]></description>
<pubDate>Tue, 16 Nov 2010 04:27:55 GMT</pubDate>
<guid>http://snipplr.com/view/44235/php-errorlog-to-syslog-to-a-custom-file-pipe-to-tail-your-errors/</guid>
</item>
<item>
<title>(PHP) debug PHP for the newbies in error logs with execution time</title>
<link>http://snipplr.com/view/43990/debug-php-for-the-newbies-in-error-logs-with-execution-time/</link>
<description><![CDATA[ <p>I'm originally a sys admin and i love "tail - f /var/log/*" ... so i created a similar function in PHP that will allow me to view in real time what classes/functions/files/lines of my code is being run...

The usage is really simple, just set a global variable "debug" to true/false... 
Note: The usage of this function will slow down your script... use it only to debug. Turn it off on production.

to view the logs, go to your default php error log file. Enjoy!</p> ]]></description>
<pubDate>Fri, 12 Nov 2010 04:44:24 GMT</pubDate>
<guid>http://snipplr.com/view/43990/debug-php-for-the-newbies-in-error-logs-with-execution-time/</guid>
</item>
<item>
<title>(PHP) data sanitization</title>
<link>http://snipplr.com/view/43663/data-sanitization/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 06 Nov 2010 01:21:55 GMT</pubDate>
<guid>http://snipplr.com/view/43663/data-sanitization/</guid>
</item>
</channel>
</rss>