<?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: Convert ISBN10 to ISBN13 with PHP</title>
	<atom:link href="http://www.linein.org/blog/2007/01/05/convert-isbn10-to-isbn13-with-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.linein.org/blog/2007/01/05/convert-isbn10-to-isbn13-with-php/</link>
	<description></description>
	<lastBuildDate>Sun, 08 Jan 2012 10:37:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Paul</title>
		<link>http://www.linein.org/blog/2007/01/05/convert-isbn10-to-isbn13-with-php/comment-page-1/#comment-6042</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Wed, 17 Aug 2011 18:11:23 +0000</pubDate>
		<guid isPermaLink="false">http://linein.org/blog/2007/01/05/convert-isbn10-to-isbn13-with-php/#comment-6042</guid>
		<description>This works great - Thank you!</description>
		<content:encoded><![CDATA[<p>This works great &#8211; Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karunakar</title>
		<link>http://www.linein.org/blog/2007/01/05/convert-isbn10-to-isbn13-with-php/comment-page-1/#comment-5969</link>
		<dc:creator>Karunakar</dc:creator>
		<pubDate>Tue, 05 Jul 2011 12:40:03 +0000</pubDate>
		<guid isPermaLink="false">http://linein.org/blog/2007/01/05/convert-isbn10-to-isbn13-with-php/#comment-5969</guid>
		<description>Thank you very much. Works perfectly. You saved my time as i was going to write it myself. :) :)</description>
		<content:encoded><![CDATA[<p>Thank you very much. Works perfectly. You saved my time as i was going to write it myself. <img src='http://www.linein.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  <img src='http://www.linein.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.linein.org/blog/2007/01/05/convert-isbn10-to-isbn13-with-php/comment-page-1/#comment-5944</link>
		<dc:creator>David</dc:creator>
		<pubDate>Wed, 22 Jun 2011 21:11:55 +0000</pubDate>
		<guid isPermaLink="false">http://linein.org/blog/2007/01/05/convert-isbn10-to-isbn13-with-php/#comment-5944</guid>
		<description>&lt;code&gt;
&lt;?php

$isbn = &#039;978&#039; . substr($isbn10, 0, -1);

for ($i = 0; $i  0)
	$checkDigit = 10 - $checkDigit;

$isbn .= $checkDigit;

echo(&#039;ISBN-13: &#039; . $isbn);

?&gt;
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p><code><br />
&lt;?php</p>
<p>$isbn = &#039;978&#039; . substr($isbn10, 0, -1);</p>
<p>for ($i = 0; $i  0)<br />
	$checkDigit = 10 - $checkDigit;</p>
<p>$isbn .= $checkDigit;</p>
<p>echo('ISBN-13: ' . $isbn);</p>
<p>?&gt;<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.linein.org/blog/2007/01/05/convert-isbn10-to-isbn13-with-php/comment-page-1/#comment-4777</link>
		<dc:creator>John</dc:creator>
		<pubDate>Mon, 08 Nov 2010 22:31:38 +0000</pubDate>
		<guid isPermaLink="false">http://linein.org/blog/2007/01/05/convert-isbn10-to-isbn13-with-php/#comment-4777</guid>
		<description>$tb is undefined at first.  Should it be 0? or some other number</description>
		<content:encoded><![CDATA[<p>$tb is undefined at first.  Should it be 0? or some other number</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob Zipoli</title>
		<link>http://www.linein.org/blog/2007/01/05/convert-isbn10-to-isbn13-with-php/comment-page-1/#comment-4516</link>
		<dc:creator>Bob Zipoli</dc:creator>
		<pubDate>Mon, 26 Apr 2010 17:54:22 +0000</pubDate>
		<guid isPermaLink="false">http://linein.org/blog/2007/01/05/convert-isbn10-to-isbn13-with-php/#comment-4516</guid>
		<description>Excellent - thank you!</description>
		<content:encoded><![CDATA[<p>Excellent &#8211; thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PASH</title>
		<link>http://www.linein.org/blog/2007/01/05/convert-isbn10-to-isbn13-with-php/comment-page-1/#comment-2827</link>
		<dc:creator>PASH</dc:creator>
		<pubDate>Thu, 12 Feb 2009 07:34:58 +0000</pubDate>
		<guid isPermaLink="false">http://linein.org/blog/2007/01/05/convert-isbn10-to-isbn13-with-php/#comment-2827</guid>
		<description>thank you very much ..</description>
		<content:encoded><![CDATA[<p>thank you very much ..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pablo Morales</title>
		<link>http://www.linein.org/blog/2007/01/05/convert-isbn10-to-isbn13-with-php/comment-page-1/#comment-2235</link>
		<dc:creator>Pablo Morales</dc:creator>
		<pubDate>Wed, 08 Oct 2008 21:45:45 +0000</pubDate>
		<guid isPermaLink="false">http://linein.org/blog/2007/01/05/convert-isbn10-to-isbn13-with-php/#comment-2235</guid>
		<description>Thank you!!</description>
		<content:encoded><![CDATA[<p>Thank you!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: basic
Database Caching 8/20 queries in 0.011 seconds using disk: basic

Served from: www.linein.org @ 2012-02-09 08:31:14 -->
