<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How To &#8211; Remove Leading Zeros</title>
	<atom:link href="http://www.adamsdesk.com/be/archives/2008/10/07/how-to-remove-leading-zeros/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.adamsdesk.com/be/archives/2008/10/07/how-to-remove-leading-zeros/</link>
	<description>The life experiences of Adam Douglas.</description>
	<lastBuildDate>Wed, 01 Feb 2012 13:06:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Adam</title>
		<link>http://www.adamsdesk.com/be/archives/2008/10/07/how-to-remove-leading-zeros/comment-page-1/#comment-23157</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Tue, 14 Oct 2008 19:12:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.adamsdesk.com/be/archives/2008/10/07/how-to-remove-leading-zeros/#comment-23157</guid>
		<description>Good points to make Joe and Toby, thanks.</description>
		<content:encoded><![CDATA[<p>Good points to make Joe and Toby, thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Toby</title>
		<link>http://www.adamsdesk.com/be/archives/2008/10/07/how-to-remove-leading-zeros/comment-page-1/#comment-23111</link>
		<dc:creator>Toby</dc:creator>
		<pubDate>Wed, 08 Oct 2008 01:47:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.adamsdesk.com/be/archives/2008/10/07/how-to-remove-leading-zeros/#comment-23111</guid>
		<description>You could also use a cast: (int)$str</description>
		<content:encoded><![CDATA[<p>You could also use a cast: (int)$str</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe Izenman</title>
		<link>http://www.adamsdesk.com/be/archives/2008/10/07/how-to-remove-leading-zeros/comment-page-1/#comment-23110</link>
		<dc:creator>Joe Izenman</dc:creator>
		<pubDate>Tue, 07 Oct 2008 20:40:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.adamsdesk.com/be/archives/2008/10/07/how-to-remove-leading-zeros/#comment-23110</guid>
		<description>And, just because it&#039;s tagged PHP/MySQL...

mysql&gt; SELECT TRIM( LEADING 0 FROM 00124000 );
+---------------------------------+
&#124; TRIM( LEADING 0 FROM 00124000 ) &#124;
+---------------------------------+
&#124; 124000                          &#124; 
+---------------------------------+
1 row in set (0.00 sec)
</description>
		<content:encoded><![CDATA[<p>And, just because it&#8217;s tagged PHP/MySQL&#8230;</p>
<p>mysql&gt; SELECT TRIM( LEADING 0 FROM 00124000 );<br />
+&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;+<br />
| TRIM( LEADING 0 FROM 00124000 ) |<br />
+&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;+<br />
| 124000                          |<br />
+&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;+<br />
1 row in set (0.00 sec)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- This Quick Cache file was built for (  www.adamsdesk.com/be/archives/2008/10/07/how-to-remove-leading-zeros/feed/ ) in 1.76930 seconds, on Feb 11th, 2012 at 8:30 am UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 11th, 2012 at 9:30 am UTC -->
