<?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: Converting a PHP string number into a numeric value</title>
	<atom:link href="http://www.thinksynergy.co.uk/2009/03/18/converting-a-php-string-number-into-a-numeric-value/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thinksynergy.co.uk/2009/03/18/converting-a-php-string-number-into-a-numeric-value/</link>
	<description>Fixed price, low cost web design and hosting based in Harrogate, North Yorkshire</description>
	<lastBuildDate>Thu, 19 Jan 2012 02:29:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: kiki</title>
		<link>http://www.thinksynergy.co.uk/2009/03/18/converting-a-php-string-number-into-a-numeric-value/comment-page-1/#comment-1709</link>
		<dc:creator>kiki</dc:creator>
		<pubDate>Wed, 12 Oct 2011 07:30:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.thinksynergy.co.uk/?p=372#comment-1709</guid>
		<description>I have a string $a = &#039;AT0001&#039;
and I need it become &#039;AT0002&#039; in the next entry automatically and become &#039;AT0003&#039; , &#039;AT0025&#039; and so on..
please could someone help me how to do it?</description>
		<content:encoded><![CDATA[<p>I have a string $a = &#8216;AT0001&#8242;<br />
and I need it become &#8216;AT0002&#8242; in the next entry automatically and become &#8216;AT0003&#8242; , &#8216;AT0025&#8242; and so on..<br />
please could someone help me how to do it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: linuxaomi</title>
		<link>http://www.thinksynergy.co.uk/2009/03/18/converting-a-php-string-number-into-a-numeric-value/comment-page-1/#comment-1706</link>
		<dc:creator>linuxaomi</dc:creator>
		<pubDate>Sun, 04 Sep 2011 08:06:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.thinksynergy.co.uk/?p=372#comment-1706</guid>
		<description>555-555-5555 to 5555555555:

$y = &#039;555-555-5555&#039;;
$x = str_replace(&#039;-&#039;, &#039;&#039;, $y);</description>
		<content:encoded><![CDATA[<p>555-555-5555 to 5555555555:</p>
<p>$y = &#8217;555-555-5555&#8242;;<br />
$x = str_replace(&#8216;-&#8217;, &#8221;, $y);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DH</title>
		<link>http://www.thinksynergy.co.uk/2009/03/18/converting-a-php-string-number-into-a-numeric-value/comment-page-1/#comment-1703</link>
		<dc:creator>DH</dc:creator>
		<pubDate>Fri, 02 Sep 2011 18:13:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.thinksynergy.co.uk/?p=372#comment-1703</guid>
		<description>Thanks for your work!  I was in the same boat but, thanks to you, my Googling paid off immediately!</description>
		<content:encoded><![CDATA[<p>Thanks for your work!  I was in the same boat but, thanks to you, my Googling paid off immediately!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zach M</title>
		<link>http://www.thinksynergy.co.uk/2009/03/18/converting-a-php-string-number-into-a-numeric-value/comment-page-1/#comment-1699</link>
		<dc:creator>Zach M</dc:creator>
		<pubDate>Wed, 17 Aug 2011 15:47:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.thinksynergy.co.uk/?p=372#comment-1699</guid>
		<description>Thanks for the response Jay.  That&#039;s what I did, and it works flawlessly.</description>
		<content:encoded><![CDATA[<p>Thanks for the response Jay.  That&#8217;s what I did, and it works flawlessly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jay Ruiz</title>
		<link>http://www.thinksynergy.co.uk/2009/03/18/converting-a-php-string-number-into-a-numeric-value/comment-page-1/#comment-1698</link>
		<dc:creator>Jay Ruiz</dc:creator>
		<pubDate>Wed, 17 Aug 2011 09:28:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.thinksynergy.co.uk/?p=372#comment-1698</guid>
		<description>Use str_replace.


I need to go the other way around. I have a phone number I need to convert to a number. Like this: 555-555-5555 to 5555555555. How do I get rid of the dashes?</description>
		<content:encoded><![CDATA[<p>Use str_replace.</p>
<p>I need to go the other way around. I have a phone number I need to convert to a number. Like this: 555-555-5555 to 5555555555. How do I get rid of the dashes?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zach M</title>
		<link>http://www.thinksynergy.co.uk/2009/03/18/converting-a-php-string-number-into-a-numeric-value/comment-page-1/#comment-1687</link>
		<dc:creator>Zach M</dc:creator>
		<pubDate>Sat, 02 Jul 2011 23:56:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.thinksynergy.co.uk/?p=372#comment-1687</guid>
		<description>I need to go the other way around.  I have a phone number I need to convert to a number. Like this:  555-555-5555 to 5555555555.  How do I get rid of the dashes?</description>
		<content:encoded><![CDATA[<p>I need to go the other way around.  I have a phone number I need to convert to a number. Like this:  555-555-5555 to 5555555555.  How do I get rid of the dashes?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve M</title>
		<link>http://www.thinksynergy.co.uk/2009/03/18/converting-a-php-string-number-into-a-numeric-value/comment-page-1/#comment-1641</link>
		<dc:creator>Steve M</dc:creator>
		<pubDate>Fri, 25 Feb 2011 14:20:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.thinksynergy.co.uk/?p=372#comment-1641</guid>
		<description>Thanks so much! That little float thing worked a treat! :)</description>
		<content:encoded><![CDATA[<p>Thanks so much! That little float thing worked a treat! <img src='http://www.thinksynergy.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raul</title>
		<link>http://www.thinksynergy.co.uk/2009/03/18/converting-a-php-string-number-into-a-numeric-value/comment-page-1/#comment-1612</link>
		<dc:creator>Raul</dc:creator>
		<pubDate>Fri, 07 Jan 2011 00:24:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.thinksynergy.co.uk/?p=372#comment-1612</guid>
		<description>thanx Stan&quot; would you put the code? i cant figure out how to do it yet.</description>
		<content:encoded><![CDATA[<p>thanx Stan&#8221; would you put the code? i cant figure out how to do it yet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: josh</title>
		<link>http://www.thinksynergy.co.uk/2009/03/18/converting-a-php-string-number-into-a-numeric-value/comment-page-1/#comment-1610</link>
		<dc:creator>josh</dc:creator>
		<pubDate>Thu, 06 Jan 2011 04:15:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.thinksynergy.co.uk/?p=372#comment-1610</guid>
		<description>http://www.php.net/manual/en/function.floatval.php

Did you try floatval() ?</description>
		<content:encoded><![CDATA[<p><a href="http://www.php.net/manual/en/function.floatval.php" rel="nofollow">http://www.php.net/manual/en/function.floatval.php</a></p>
<p>Did you try floatval() ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Null</title>
		<link>http://www.thinksynergy.co.uk/2009/03/18/converting-a-php-string-number-into-a-numeric-value/comment-page-1/#comment-1582</link>
		<dc:creator>Null</dc:creator>
		<pubDate>Wed, 22 Dec 2010 07:44:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.thinksynergy.co.uk/?p=372#comment-1582</guid>
		<description>Thanks a lot, Stan!</description>
		<content:encoded><![CDATA[<p>Thanks a lot, Stan!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

