<?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 13:13:49 +0000</lastBuildDate>
    <item>
      <title>(jQuery) jQuery Ajax Error Handling - vitorbari</title>
      <link>https://snipplr.com/view/59893/jquery-ajax-error-handling</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 18 Oct 2011 03:42:18 UTC</pubDate>
      <guid>https://snipplr.com/view/59893/jquery-ajax-error-handling</guid>
    </item>
    <item>
      <title>(PHP) Increment Month - vitorbari</title>
      <link>https://snipplr.com/view/45785/increment-month</link>
      <description>&lt;p&gt;Use this function if you need to get the same day in the next month (or how many you need).&#13;
Using defaults functions of php you got this:&#13;
echo date('Y-m-d', strtotime( " + 1 month " ,  strtotime('2010-01-31')));  (Output: '2010-03-03')&#13;
&#13;
and if you use the function 'incrementsMonth', you got :&#13;
echo incrementsMonth('2010-01-31');  (Output: '2010-02-28')&lt;/p&gt;</description>
      <pubDate>Wed, 15 Dec 2010 23:36:53 UTC</pubDate>
      <guid>https://snipplr.com/view/45785/increment-month</guid>
    </item>
  </channel>
</rss>
