<?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: Validating UK Credit &amp; Debit Cards With LUHN to Type</title>
	<atom:link href="http://chrismckee.co.uk/validating-uk-credit-debit-cards-with-luhn-to-type/feed/" rel="self" type="application/rss+xml" />
	<link>http://chrismckee.co.uk/validating-uk-credit-debit-cards-with-luhn-to-type/</link>
	<description>Chris McKee of Chris McKee Designs, no less.</description>
	<lastBuildDate>Tue, 31 Jan 2012 02:36:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Chris McKee</title>
		<link>http://chrismckee.co.uk/validating-uk-credit-debit-cards-with-luhn-to-type/comment-page-1/#comment-2811</link>
		<dc:creator>Chris McKee</dc:creator>
		<pubDate>Fri, 07 Jan 2011 10:28:02 +0000</pubDate>
		<guid isPermaLink="false">http://chrismckee.co.uk/?p=221#comment-2811</guid>
		<description>With regards credit cards, the checks are simple at best (checking for the start number). 
You usually limit the regions your willing to accept by limiting the &quot;billing address&quot; country, which is then verified when you pass the address to the card handler for address validation. </description>
		<content:encoded><![CDATA[<p>With regards credit cards, the checks are simple at best (checking for the start number).<br />
You usually limit the regions your willing to accept by limiting the &quot;billing address&quot; country, which is then verified when you pass the address to the card handler for address validation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prashant Mishra</title>
		<link>http://chrismckee.co.uk/validating-uk-credit-debit-cards-with-luhn-to-type/comment-page-1/#comment-2715</link>
		<dc:creator>Prashant Mishra</dc:creator>
		<pubDate>Mon, 27 Dec 2010 07:04:50 +0000</pubDate>
		<guid isPermaLink="false">http://chrismckee.co.uk/?p=221#comment-2715</guid>
		<description>Hey Chris 
 
I have tested your code with my website!! It is just saying the the number is valid or not. I need that my website should accept only UK Credit card or debit card. 
 
Can you help me in this regard. I feel there may some more checks  require in above code. 
 
Please help me, it is spoiling my life!!! </description>
		<content:encoded><![CDATA[<p>Hey Chris</p>
<p>I have tested your code with my website!! It is just saying the the number is valid or not. I need that my website should accept only UK Credit card or debit card.</p>
<p>Can you help me in this regard. I feel there may some more checks  require in above code.</p>
<p>Please help me, it is spoiling my life!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hae Pomplun</title>
		<link>http://chrismckee.co.uk/validating-uk-credit-debit-cards-with-luhn-to-type/comment-page-1/#comment-1528</link>
		<dc:creator>Hae Pomplun</dc:creator>
		<pubDate>Mon, 14 Jun 2010 19:54:56 +0000</pubDate>
		<guid isPermaLink="false">http://chrismckee.co.uk/?p=221#comment-1528</guid>
		<description>Killer blog! Nice one, I&#039;ll be back  for more.</description>
		<content:encoded><![CDATA[<p>Killer blog! Nice one, I'll be back  for more.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Valentin Lobendahn</title>
		<link>http://chrismckee.co.uk/validating-uk-credit-debit-cards-with-luhn-to-type/comment-page-1/#comment-403</link>
		<dc:creator>Valentin Lobendahn</dc:creator>
		<pubDate>Tue, 22 Dec 2009 22:00:21 +0000</pubDate>
		<guid isPermaLink="false">http://chrismckee.co.uk/?p=221#comment-403</guid>
		<description>It appears that you&#039;ve put a good amount of effort into your article and I want a lot more of these on the web these days. I truly got a kick out of your post. I do not have a bunch to to say in response, I only wanted to register to say marvellous work. </description>
		<content:encoded><![CDATA[<p>It appears that you&#039;ve put a good amount of effort into your article and I want a lot more of these on the web these days. I truly got a kick out of your post. I do not have a bunch to to say in response, I only wanted to register to say marvellous work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris McKee</title>
		<link>http://chrismckee.co.uk/validating-uk-credit-debit-cards-with-luhn-to-type/comment-page-1/#comment-398</link>
		<dc:creator>Chris McKee</dc:creator>
		<pubDate>Thu, 17 Dec 2009 12:35:40 +0000</pubDate>
		<guid isPermaLink="false">http://chrismckee.co.uk/?p=221#comment-398</guid>
		<description>@Terry: I&#039;ll be updating the regex soon enough as I have a full UK BIN table (including the card you&#039;ve got). </description>
		<content:encoded><![CDATA[<p>@Terry: I&#039;ll be updating the regex soon enough as I have a full UK BIN table (including the card you&#039;ve got).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Terry Brown</title>
		<link>http://chrismckee.co.uk/validating-uk-credit-debit-cards-with-luhn-to-type/comment-page-1/#comment-278</link>
		<dc:creator>Terry Brown</dc:creator>
		<pubDate>Mon, 14 Sep 2009 16:34:37 +0000</pubDate>
		<guid isPermaLink="false">http://chrismckee.co.uk/?p=221#comment-278</guid>
		<description>hey Chris,

Just thought I&#039;d say firstly, very nicely done - this will indeed save headaches.

I&#039;m sitting here with a visa debit card in front of me with the prefix 4539 so it may be worth adding that (I shall do so to the code that I&#039;ve downloaded).

It&#039;s incredible that there are so few decent sources of regexes for this sort of thing - one would think it should be a relatively straight forward process!  

I also found: http://en.wikipedia.org/wiki/Credit_card_numbers though didn&#039;t find that helped much at all (it claims anything that isn&#039;t visa electron is visa credit, which isn&#039;t true, though their regex&#039;s/prefixes again don&#039;t cover my local scenario (4539 prefix + debit card).

Cheers,
Terry</description>
		<content:encoded><![CDATA[<p>hey Chris,</p>
<p>Just thought I'd say firstly, very nicely done - this will indeed save headaches.</p>
<p>I'm sitting here with a visa debit card in front of me with the prefix 4539 so it may be worth adding that (I shall do so to the code that I've downloaded).</p>
<p>It's incredible that there are so few decent sources of regexes for this sort of thing - one would think it should be a relatively straight forward process!  </p>
<p>I also found: <a href="http://en.wikipedia.org/wiki/Credit_card_numbers" rel="nofollow">http://en.wikipedia.org/wiki/Credit_card_numbers</a> though didn't find that helped much at all (it claims anything that isn't visa electron is visa credit, which isn't true, though their regex's/prefixes again don't cover my local scenario (4539 prefix + debit card).</p>
<p>Cheers,<br />
Terry</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using apc (User agent is rejected)
Database Caching 12/25 queries in 0.014 seconds using apc

Served from: chrismckee.co.uk @ 2012-02-06 20:45:42 -->
