<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Snipplr</title>
    <description>Recent snippets posted on Snipplr.com</description>
    <link>https://snipplr.com/</link>
    <lastBuildDate>Tue, 09 Jun 2026 21:30:30 +0000</lastBuildDate>
    <item>
      <title>(PHP) Email validation with MX check - sadus</title>
      <link>https://snipplr.com/view/49101/email-validation-with-mx-check</link>
      <description>&lt;p&gt;found this somewhere online...not the author, but works like a charm&lt;/p&gt;</description>
      <pubDate>Thu, 17 Feb 2011 02:50:33 UTC</pubDate>
      <guid>https://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. - sadus</title>
      <link>https://snipplr.com/view/44235/php-errorlog-to-syslog-to-a-custom-file-pipe-to-tail-your-errors</link>
      <description>&lt;p&gt;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.&lt;/p&gt;</description>
      <pubDate>Tue, 16 Nov 2010 04:27:55 UTC</pubDate>
      <guid>https://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 - sadus</title>
      <link>https://snipplr.com/view/43990/debug-php-for-the-newbies-in-error-logs-with-execution-time</link>
      <description>&lt;p&gt;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...&#13;
&#13;
The usage is really simple, just set a global variable "debug" to true/false... &#13;
Note: The usage of this function will slow down your script... use it only to debug. Turn it off on production.&#13;
&#13;
to view the logs, go to your default php error log file. Enjoy!&lt;/p&gt;</description>
      <pubDate>Fri, 12 Nov 2010 04:44:24 UTC</pubDate>
      <guid>https://snipplr.com/view/43990/debug-php-for-the-newbies-in-error-logs-with-execution-time</guid>
    </item>
    <item>
      <title>(PHP) data sanitization - sadus</title>
      <link>https://snipplr.com/view/43663/data-sanitization</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Sat, 06 Nov 2010 01:21:55 UTC</pubDate>
      <guid>https://snipplr.com/view/43663/data-sanitization</guid>
    </item>
  </channel>
</rss>
