<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: The new way to write AJAX applications with PHP</title>
	<link>http://www.thyphp.com/the-new-way-to-write-ajax-applications-with-php.html</link>
	<description>All about your PHP</description>
	<pubDate>Wed, 20 Aug 2008 00:54:45 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: orliandro</title>
		<link>http://www.thyphp.com/the-new-way-to-write-ajax-applications-with-php.html#comment-1755</link>
		<dc:creator>orliandro</dc:creator>
		<pubDate>Thu, 24 Jul 2008 23:28:49 +0000</pubDate>
		<guid>http://www.thyphp.com/the-new-way-to-write-ajax-applications-with-php.html#comment-1755</guid>
		<description>hi excelent work... but.. i have a BIG PROBLEM!...

i want to use letters with (acento) áéíóú and letter ñ Ñ

whats is the solucion to resolve this bug?
exist?


viva méxico cabrones!!! :)</description>
		<content:encoded><![CDATA[<p>hi excelent work&#8230; but.. i have a BIG PROBLEM!&#8230;</p>
<p>i want to use letters with (acento) áéíóú and letter ñ Ñ</p>
<p>whats is the solucion to resolve this bug?<br />
exist?</p>
<p>viva méxico cabrones!!! <img src='http://www.thyphp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacek</title>
		<link>http://www.thyphp.com/the-new-way-to-write-ajax-applications-with-php.html#comment-1751</link>
		<dc:creator>Jacek</dc:creator>
		<pubDate>Tue, 20 May 2008 20:27:16 +0000</pubDate>
		<guid>http://www.thyphp.com/the-new-way-to-write-ajax-applications-with-php.html#comment-1751</guid>
		<description>Hi,

What's the status of the project? It was supposed to be released few months ago. Is it still developed?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>What&#8217;s the status of the project? It was supposed to be released few months ago. Is it still developed?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bernhard</title>
		<link>http://www.thyphp.com/the-new-way-to-write-ajax-applications-with-php.html#comment-1738</link>
		<dc:creator>Bernhard</dc:creator>
		<pubDate>Wed, 02 Apr 2008 15:04:24 +0000</pubDate>
		<guid>http://www.thyphp.com/the-new-way-to-write-ajax-applications-with-php.html#comment-1738</guid>
		<description>Hello Cesar,
as i get started with AJAX, should i use AutoAjax or your other class PHP Ajax? 

I can't see the difference between them. Maybe AutoAjax is just a newer and better version  of PHP Ajax?

Bye

Bernhard</description>
		<content:encoded><![CDATA[<p>Hello Cesar,<br />
as i get started with AJAX, should i use AutoAjax or your other class PHP Ajax? </p>
<p>I can&#8217;t see the difference between them. Maybe AutoAjax is just a newer and better version  of PHP Ajax?</p>
<p>Bye</p>
<p>Bernhard</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shailesh</title>
		<link>http://www.thyphp.com/the-new-way-to-write-ajax-applications-with-php.html#comment-70</link>
		<dc:creator>Shailesh</dc:creator>
		<pubDate>Wed, 23 Jan 2008 11:15:50 +0000</pubDate>
		<guid>http://www.thyphp.com/the-new-way-to-write-ajax-applications-with-php.html#comment-70</guid>
		<description>Hi
thanks Cesar.
Can i someway read a array (local array in php page) in phpajax main function. and if yes how to do that?

Thanks</description>
		<content:encoded><![CDATA[<p>Hi<br />
thanks Cesar.<br />
Can i someway read a array (local array in php page) in phpajax main function. and if yes how to do that?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cesar D. Rodas</title>
		<link>http://www.thyphp.com/the-new-way-to-write-ajax-applications-with-php.html#comment-48</link>
		<dc:creator>Cesar D. Rodas</dc:creator>
		<pubDate>Sun, 06 Jan 2008 06:42:03 +0000</pubDate>
		<guid>http://www.thyphp.com/the-new-way-to-write-ajax-applications-with-php.html#comment-48</guid>
		<description>When you define a class for handle an ajax request, then you can:

class foo extends phpajax {
	function inputs() {
		aread("input1");
		aread("input2");
	}
	...
}


Then in your HTML you pass paremeters like this:

&lt;a href="javascript:foo(1,2);" rel="nofollow"&gt;click me!&lt;/a&gt;

And "input1" will have the value of one and "input2" the value of 2.

So, you can pass parameters as the javascript function parameter, or it will search HTML objects (input1, input2 in the example) and get its value.</description>
		<content:encoded><![CDATA[<p>When you define a class for handle an ajax request, then you can:</p>
<p>class foo extends phpajax {<br />
	function inputs() {<br />
		aread(&#8221;input1&#8243;);<br />
		aread(&#8221;input2&#8243;);<br />
	}<br />
	&#8230;<br />
}</p>
<p>Then in your HTML you pass paremeters like this:</p>
<p><a href="javascript:foo(1,2);" rel="nofollow">click me!</a></p>
<p>And &#8220;input1&#8243; will have the value of one and &#8220;input2&#8243; the value of 2.</p>
<p>So, you can pass parameters as the javascript function parameter, or it will search HTML objects (input1, input2 in the example) and get its value.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shailesh</title>
		<link>http://www.thyphp.com/the-new-way-to-write-ajax-applications-with-php.html#comment-47</link>
		<dc:creator>Shailesh</dc:creator>
		<pubDate>Sun, 06 Jan 2008 06:10:36 +0000</pubDate>
		<guid>http://www.thyphp.com/the-new-way-to-write-ajax-applications-with-php.html#comment-47</guid>
		<description>Hey it worked.
For mozilla firefox you need to give id.
 and it works.
Well, can i pass the arguments to main class directly.
I have given a link on my page for the user to delete the item. I want to pass a itemid for deletion. How can i do this? 
Any suggestion.
Thanks</description>
		<content:encoded><![CDATA[<p>Hey it worked.<br />
For mozilla firefox you need to give id.<br />
 and it works.<br />
Well, can i pass the arguments to main class directly.<br />
I have given a link on my page for the user to delete the item. I want to pass a itemid for deletion. How can i do this?<br />
Any suggestion.<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cesar D. Rodas</title>
		<link>http://www.thyphp.com/the-new-way-to-write-ajax-applications-with-php.html#comment-44</link>
		<dc:creator>Cesar D. Rodas</dc:creator>
		<pubDate>Fri, 04 Jan 2008 16:44:36 +0000</pubDate>
		<guid>http://www.thyphp.com/the-new-way-to-write-ajax-applications-with-php.html#comment-44</guid>
		<description>Really, can you post here more details? or please put on the php class forum, http://www.phpclasses.org/discuss/package/4295/</description>
		<content:encoded><![CDATA[<p>Really, can you post here more details? or please put on the php class forum, <a href="http://www.phpclasses.org/discuss/package/4295/" rel="nofollow">http://www.phpclasses.org/discuss/package/4295/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shailesh</title>
		<link>http://www.thyphp.com/the-new-way-to-write-ajax-applications-with-php.html#comment-43</link>
		<dc:creator>Shailesh</dc:creator>
		<pubDate>Fri, 04 Jan 2008 13:18:14 +0000</pubDate>
		<guid>http://www.thyphp.com/the-new-way-to-write-ajax-applications-with-php.html#comment-43</guid>
		<description>oh o, sorry for the last post.
its mozilla firefox.</description>
		<content:encoded><![CDATA[<p>oh o, sorry for the last post.<br />
its mozilla firefox.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shailesh</title>
		<link>http://www.thyphp.com/the-new-way-to-write-ajax-applications-with-php.html#comment-42</link>
		<dc:creator>Shailesh</dc:creator>
		<pubDate>Fri, 04 Jan 2008 13:17:29 +0000</pubDate>
		<guid>http://www.thyphp.com/the-new-way-to-write-ajax-applications-with-php.html#comment-42</guid>
		<description>It works the way it should be with no javascript requirement.
But , when i tried with mozilla thunderbird, it was not able to read the values from textbox.
So, it has a bug.</description>
		<content:encoded><![CDATA[<p>It works the way it should be with no javascript requirement.<br />
But , when i tried with mozilla thunderbird, it was not able to read the values from textbox.<br />
So, it has a bug.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: George</title>
		<link>http://www.thyphp.com/the-new-way-to-write-ajax-applications-with-php.html#comment-22</link>
		<dc:creator>George</dc:creator>
		<pubDate>Mon, 10 Dec 2007 22:50:18 +0000</pubDate>
		<guid>http://www.thyphp.com/the-new-way-to-write-ajax-applications-with-php.html#comment-22</guid>
		<description>Seems to work okay with tables, but when put in a tableless test page (3-col w/footer and header, div css controlled) pages refresh back to default with time update. Removed all other js from the page, same problem.</description>
		<content:encoded><![CDATA[<p>Seems to work okay with tables, but when put in a tableless test page (3-col w/footer and header, div css controlled) pages refresh back to default with time update. Removed all other js from the page, same problem.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.441 seconds -->
