<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.4" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Creating a chat script with PHP and Ajax, Part 2</title>
	<link>http://phpit.net/article/ajax-php-chat-part-two/</link>
	<description>PHPit has dozens of PHP articles, codesnippets and FAQ's.</description>
	<pubDate>Sun, 03 Aug 2008 19:16:56 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.4</generator>

	<item>
		<title>by: Prasanna</title>
		<link>http://phpit.net/article/ajax-php-chat-part-two/#comment-10313</link>
		<pubDate>Mon, 07 Aug 2006 09:52:31 +0000</pubDate>
		<guid>http://phpit.net/article/ajax-php-chat-part-two/#comment-10313</guid>
					<description>Hi

This is a gr8!!!!!!!!!! article...

Will download the code to dwell deep into it.

Thanks
Prasanna</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>This is a gr8!!!!!!!!!! article&#8230;</p>
<p>Will download the code to dwell deep into it.</p>
<p>Thanks<br />
Prasanna
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Michael</title>
		<link>http://phpit.net/article/ajax-php-chat-part-two/#comment-5809</link>
		<pubDate>Tue, 27 Jun 2006 23:57:23 +0000</pubDate>
		<guid>http://phpit.net/article/ajax-php-chat-part-two/#comment-5809</guid>
					<description>There are some Problems with UTF-8 with German Umlaute (ä ü ö). How can i handle this?</description>
		<content:encoded><![CDATA[<p>There are some Problems with UTF-8 with German Umlaute (ä ü ö). How can i handle this?
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: www.stuffvideo.com &#187; Ajax article</title>
		<link>http://phpit.net/article/ajax-php-chat-part-two/#comment-1360</link>
		<pubDate>Mon, 24 Apr 2006 17:26:14 +0000</pubDate>
		<guid>http://phpit.net/article/ajax-php-chat-part-two/#comment-1360</guid>
					<description>[...] http://phpit.net/article/ajax-php-chat-part-two/1/ [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] <a href='/article/ajax-php-chat-part-two/1/' rel='nofollow'>http://phpit.net/article/ajax-php-chat-part-two/1/</a> [&#8230;]
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Aaron Hancock</title>
		<link>http://phpit.net/article/ajax-php-chat-part-two/#comment-1253</link>
		<pubDate>Tue, 18 Apr 2006 14:15:24 +0000</pubDate>
		<guid>http://phpit.net/article/ajax-php-chat-part-two/#comment-1253</guid>
					<description>Bernhard, I think the delay is due to the refresh/reload rate and not server lag.  With a few tweaks, this would make a great small scale chat client.</description>
		<content:encoded><![CDATA[<p>Bernhard, I think the delay is due to the refresh/reload rate and not server lag.  With a few tweaks, this would make a great small scale chat client.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: berhard kuisper</title>
		<link>http://phpit.net/article/ajax-php-chat-part-two/#comment-1053</link>
		<pubDate>Sun, 09 Apr 2006 00:56:39 +0000</pubDate>
		<guid>http://phpit.net/article/ajax-php-chat-part-two/#comment-1053</guid>
					<description>Its realy good chat but this is php. I code java chats and i have mor than 2000 users in this system , but with php server was slow or down.

Sorry java is greater for chatsystems or php for a alternativ session!

Best regards</description>
		<content:encoded><![CDATA[<p>Its realy good chat but this is php. I code java chats and i have mor than 2000 users in this system , but with php server was slow or down.</p>
<p>Sorry java is greater for chatsystems or php for a alternativ session!</p>
<p>Best regards
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Bernhard Froehlich</title>
		<link>http://phpit.net/article/ajax-php-chat-part-two/#comment-1026</link>
		<pubDate>Wed, 05 Apr 2006 10:24:00 +0000</pubDate>
		<guid>http://phpit.net/article/ajax-php-chat-part-two/#comment-1026</guid>
					<description>It's a good example for what can be done with Ajax but it's no real world example. Webchats are supposed to serve at least 1000 Clients but this thing will kill the Server if there are more than ~100 and i testet the live demo - it's having a lag of about 2sec and thats not good in real world.

But nevertheless a nice example.</description>
		<content:encoded><![CDATA[<p>It&#8217;s a good example for what can be done with Ajax but it&#8217;s no real world example. Webchats are supposed to serve at least 1000 Clients but this thing will kill the Server if there are more than ~100 and i testet the live demo - it&#8217;s having a lag of about 2sec and thats not good in real world.</p>
<p>But nevertheless a nice example.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Matthijs</title>
		<link>http://phpit.net/article/ajax-php-chat-part-two/#comment-1019</link>
		<pubDate>Tue, 04 Apr 2006 15:46:54 +0000</pubDate>
		<guid>http://phpit.net/article/ajax-php-chat-part-two/#comment-1019</guid>
					<description>Very interesting article. Will certainly download the code and study it some more. Thanks.

One question though: how is the escaping of the data to the db handled? I didn't study all code yet, but in your article in the login script there's only the code 
// Make it safe
$username = htmlentities($username);
before the data is sent to the db.
Does ADODB handle the escaping itself?</description>
		<content:encoded><![CDATA[<p>Very interesting article. Will certainly download the code and study it some more. Thanks.</p>
<p>One question though: how is the escaping of the data to the db handled? I didn&#8217;t study all code yet, but in your article in the login script there&#8217;s only the code<br />
// Make it safe<br />
$username = htmlentities($username);<br />
before the data is sent to the db.<br />
Does ADODB handle the escaping itself?
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: AjaxBlog.it &#187; Creare una chat con PHP ed Ajax</title>
		<link>http://phpit.net/article/ajax-php-chat-part-two/#comment-1011</link>
		<pubDate>Tue, 04 Apr 2006 00:47:35 +0000</pubDate>
		<guid>http://phpit.net/article/ajax-php-chat-part-two/#comment-1011</guid>
					<description>[...] Tra le moltissime letture, mi ero dimenticato di far presente del primo di una serie di articoli dedicati alla creazione di una chat utilizzando il linguaggio di programmazione PHP ed ovviamente Ajax. Be&#8217;, lo faccio ora insieme all&#8217;annuncio dell&#8217;uscita della seconda parte. [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Tra le moltissime letture, mi ero dimenticato di far presente del primo di una serie di articoli dedicati alla creazione di una chat utilizzando il linguaggio di programmazione PHP ed ovviamente Ajax. Be&#8217;, lo faccio ora insieme all&#8217;annuncio dell&#8217;uscita della seconda parte. [&#8230;]
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
