<?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: Generating a unique Key</title>
	<atom:link href="http://neo22s.com/generating-an-unique-key/feed/" rel="self" type="application/rss+xml" />
	<link>http://neo22s.com/generating-an-unique-key/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=generating-an-unique-key</link>
	<description>Web development, scripts, source code and IT stuff</description>
	<lastBuildDate>Mon, 06 Feb 2012 10:49:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Chema</title>
		<link>http://neo22s.com/generating-an-unique-key/comment-page-1/#comment-3634</link>
		<dc:creator>Chema</dc:creator>
		<pubDate>Fri, 14 Jan 2011 23:17:08 +0000</pubDate>
		<guid isPermaLink="false">http://neo22s.com/?p=1149#comment-3634</guid>
		<description>thanks!!</description>
		<content:encoded><![CDATA[<p>thanks!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jszym</title>
		<link>http://neo22s.com/generating-an-unique-key/comment-page-1/#comment-3633</link>
		<dc:creator>jszym</dc:creator>
		<pubDate>Fri, 14 Jan 2011 19:40:31 +0000</pubDate>
		<guid isPermaLink="false">http://neo22s.com/?p=1149#comment-3633</guid>
		<description>Actually, according to that website, it&#039;s &#039;a unique&#039; :D.
In anycase, thanks for that post. As I understande it, uniqid is based on the date, so should offer a unique ID.

Something that uses the php microsecond like:

$id=md5(date(ru).mt_rand());

Should generate a unique ID, unless someone registers in the same microsecond (almost improbable) and mt_rand coincidentally is the same (much more probable).


I love your blog! Thanks for the great insight.</description>
		<content:encoded><![CDATA[<p>Actually, according to that website, it&#8217;s &#8216;a unique&#8217; :D.<br />
In anycase, thanks for that post. As I understande it, uniqid is based on the date, so should offer a unique ID.</p>
<p>Something that uses the php microsecond like:</p>
<p>$id=md5(date(ru).mt_rand());</p>
<p>Should generate a unique ID, unless someone registers in the same microsecond (almost improbable) and mt_rand coincidentally is the same (much more probable).</p>
<p>I love your blog! Thanks for the great insight.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Served from: neo22s.com @ 2012-02-12 12:18:49 by W3 Total Cache -->
