<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>KO-IT.NET</title>
	<atom:link href="http://ko-it.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://ko-it.net</link>
	<description>Knock Out Information Technology Network</description>
	<lastBuildDate>Wed, 24 Mar 2010 11:07:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>ตรวจสอบความถูกต้องของหมายเลขบัตรประชาชน</title>
		<link>http://ko-it.net/2010/03/%e0%b8%95%e0%b8%a3%e0%b8%a7%e0%b8%88%e0%b8%aa%e0%b8%ad%e0%b8%9a%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%96%e0%b8%b9%e0%b8%81%e0%b8%95%e0%b9%89%e0%b8%ad%e0%b8%87%e0%b8%82%e0%b8%ad%e0%b8%87%e0%b8%ab/</link>
		<comments>http://ko-it.net/2010/03/%e0%b8%95%e0%b8%a3%e0%b8%a7%e0%b8%88%e0%b8%aa%e0%b8%ad%e0%b8%9a%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%96%e0%b8%b9%e0%b8%81%e0%b8%95%e0%b9%89%e0%b8%ad%e0%b8%87%e0%b8%82%e0%b8%ad%e0%b8%87%e0%b8%ab/#comments</comments>
		<pubDate>Wed, 24 Mar 2010 10:22:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[ตรวจสอบความถูกต้อง]]></category>
		<category><![CDATA[ตรวจสอบความถูกต้องของหมายเลขบัตรประชาชน]]></category>
		<category><![CDATA[หมายเลขบัตรประชาชน]]></category>

		<guid isPermaLink="false">http://ko-it.net/?p=25</guid>
		<description><![CDATA[วันนี้จะขอนำเสนอการเขียนสคริปตรวจสอบความถูกต้องของหมายเลขบัตรประจำตัวประชาชน ซึ่งเขียนด้วย php + ajax ซึ่งสามารถนำไปประยุกย์ใช้ได้ตามต้องการ]]></description>
			<content:encoded><![CDATA[<p>     วันนี้จะขอนำเสนอการเขียนสคริปตรวจสอบความถูกต้องของหมายเลขบัตรประจำตัวประชาชน ซึ่งเขียนด้วย php + ajax ซึ่งสามารถนำไปประยุกย์ใช้ได้ตามต้องการ</p>
<p>     ซึ่งตัวอย่างการใช้งานมีไฟล์ต่าง ๆ ดังต่อไปนี้</p>
<blockquote>
<ol>
<li>form.php</li>
<li>check.js</li>
<li>check.php</li>
<li>true.gif</li>
<li>false.gif</li>
</ol>
</blockquote>
<blockquote><p><code>for($i = 0, $sum = 0; $i &lt; 12; $i++) {<br />
     $sum += (int)($strNid[$i]) * (13 - $i);<br />
</code><code>}</p>
<p>if((11 - ($sum % 11)) % 10 == (int)($strNid[12])) {<br />
     echo "true";<br />
} else {<br />
     echo "false";<br />
}</code></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://ko-it.net/2010/03/%e0%b8%95%e0%b8%a3%e0%b8%a7%e0%b8%88%e0%b8%aa%e0%b8%ad%e0%b8%9a%e0%b8%84%e0%b8%a7%e0%b8%b2%e0%b8%a1%e0%b8%96%e0%b8%b9%e0%b8%81%e0%b8%95%e0%b9%89%e0%b8%ad%e0%b8%87%e0%b8%82%e0%b8%ad%e0%b8%87%e0%b8%ab/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
