<?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"
	>
<channel>
	<title>Comments on: Validate a username using Javascript and PHP ( AJAX )</title>
	<atom:link href="http://joeabiraad.com/ajax/validate-a-username-using-javascript-and-php-ajax/54/feed" rel="self" type="application/rss+xml" />
	<link>http://joeabiraad.com/ajax/validate-a-username-using-javascript-and-php-ajax/54</link>
	<description>FORGET THE NAME, READ THE ARTICLES</description>
	<pubDate>Thu, 16 Oct 2008 02:09:37 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Hi eric</title>
		<link>http://joeabiraad.com/ajax/validate-a-username-using-javascript-and-php-ajax/54#comment-1015</link>
		<dc:creator>Hi eric</dc:creator>
		<pubDate>Tue, 07 Oct 2008 14:37:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.joeabiraad.com/ajax/validate-a-username-using-javascript-and-php-ajax/54#comment-1015</guid>
		<description>You're getting this error because when you copy ad paste the code above it changes qutation mark into another completely defferent one. Simple change any double qutations into the one you have in your keyboard.
It works fine with me and I've developed it according to my needs. The only problem which this code doesn't deal with is the Middle East charsets!! I'm trying to integrate it with such charsets and if anyone has any idea how to solve this, I would be more than appreciated.

Regards,</description>
		<content:encoded><![CDATA[<p>You&#8217;re getting this error because when you copy ad paste the code above it changes qutation mark into another completely defferent one. Simple change any double qutations into the one you have in your keyboard.<br />
It works fine with me and I&#8217;ve developed it according to my needs. The only problem which this code doesn&#8217;t deal with is the Middle East charsets!! I&#8217;m trying to integrate it with such charsets and if anyone has any idea how to solve this, I would be more than appreciated.</p>
<p>Regards,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eric</title>
		<link>http://joeabiraad.com/ajax/validate-a-username-using-javascript-and-php-ajax/54#comment-1014</link>
		<dc:creator>eric</dc:creator>
		<pubDate>Fri, 03 Oct 2008 04:37:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.joeabiraad.com/ajax/validate-a-username-using-javascript-and-php-ajax/54#comment-1014</guid>
		<description>I keep getting Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource any one have any idea why?

its refering to this area
$query=("Select * from inv_user where userid='$username'");
$result = mysql_query($query);
$num = mysql_num_row($result);
if ($num &#62; 0) {//Username already exist</description>
		<content:encoded><![CDATA[<p>I keep getting Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource any one have any idea why?</p>
<p>its refering to this area<br />
$query=(&#8221;Select * from inv_user where userid=&#8217;$username&#8217;&#8221;);<br />
$result = mysql_query($query);<br />
$num = mysql_num_row($result);<br />
if ($num &gt; 0) {//Username already exist</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ABC</title>
		<link>http://joeabiraad.com/ajax/validate-a-username-using-javascript-and-php-ajax/54#comment-997</link>
		<dc:creator>ABC</dc:creator>
		<pubDate>Fri, 29 Aug 2008 06:20:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.joeabiraad.com/ajax/validate-a-username-using-javascript-and-php-ajax/54#comment-997</guid>
		<description>poor</description>
		<content:encoded><![CDATA[<p>poor</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luke70</title>
		<link>http://joeabiraad.com/ajax/validate-a-username-using-javascript-and-php-ajax/54#comment-947</link>
		<dc:creator>Luke70</dc:creator>
		<pubDate>Mon, 30 Jun 2008 15:15:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.joeabiraad.com/ajax/validate-a-username-using-javascript-and-php-ajax/54#comment-947</guid>
		<description>Very nice scritp, I'll use it with MySQL.
I'll let you know.</description>
		<content:encoded><![CDATA[<p>Very nice scritp, I&#8217;ll use it with MySQL.<br />
I&#8217;ll let you know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hanu</title>
		<link>http://joeabiraad.com/ajax/validate-a-username-using-javascript-and-php-ajax/54#comment-928</link>
		<dc:creator>hanu</dc:creator>
		<pubDate>Thu, 29 May 2008 09:37:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.joeabiraad.com/ajax/validate-a-username-using-javascript-and-php-ajax/54#comment-928</guid>
		<description>Its very useful beginners of Ajax Like me... thank u very much..</description>
		<content:encoded><![CDATA[<p>Its very useful beginners of Ajax Like me&#8230; thank u very much..</p>
]]></content:encoded>
	</item>
</channel>
</rss>
