<?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: AJAX Hello World with Sajax</title>
	<atom:link href="http://blog.joshuaeichorn.com/archives/2005/04/19/ajax-hello-world-with-sajax/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.joshuaeichorn.com/archives/2005/04/19/ajax-hello-world-with-sajax/</link>
	<description>The weblog of Joshua Eichorn, AJAX, PHP and Open Source</description>
	<lastBuildDate>Mon, 20 Jun 2011 19:31:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4-alpha</generator>
	<item>
		<title>By: AJenbo</title>
		<link>http://blog.joshuaeichorn.com/archives/2005/04/19/ajax-hello-world-with-sajax/comment-page-1/#comment-688057</link>
		<dc:creator>AJenbo</dc:creator>
		<pubDate>Fri, 28 Aug 2009 21:42:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joshuaeichorn.com/archives/2005/04/19/ajax-hello-world-with-sajax/#comment-688057</guid>
		<description>Hi i just wanted to note that Sajax has moved to sajax.info, there you can get the latest version that has more function and all around better support of standards and browsers. Hope to see you there.</description>
		<content:encoded><![CDATA[<p>Hi i just wanted to note that Sajax has moved to sajax.info, there you can get the latest version that has more function and all around better support of standards and browsers. Hope to see you there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joshua Eichorn</title>
		<link>http://blog.joshuaeichorn.com/archives/2005/04/19/ajax-hello-world-with-sajax/comment-page-1/#comment-439322</link>
		<dc:creator>Joshua Eichorn</dc:creator>
		<pubDate>Thu, 17 Apr 2008 20:01:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joshuaeichorn.com/archives/2005/04/19/ajax-hello-world-with-sajax/#comment-439322</guid>
		<description>Danny: You shouldn&#039;t have any problem connecting to the db with sajax its just a normal web request to php.  Just make sure the function works properly when called from a test script.</description>
		<content:encoded><![CDATA[<p>Danny: You shouldn&#8217;t have any problem connecting to the db with sajax its just a normal web request to php.  Just make sure the function works properly when called from a test script.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danny</title>
		<link>http://blog.joshuaeichorn.com/archives/2005/04/19/ajax-hello-world-with-sajax/comment-page-1/#comment-439216</link>
		<dc:creator>Danny</dc:creator>
		<pubDate>Thu, 17 Apr 2008 17:15:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joshuaeichorn.com/archives/2005/04/19/ajax-hello-world-with-sajax/#comment-439216</guid>
		<description>Hi joshua,

I have this problem: i can set up the Sajax examples easily, but i cant find anywhere how i should connect and fetch from the database with mysql.
If i make a normal function which gets information from the database, it works. If i use that same content of that function and place it in a Sajax php function, it doesnt. You have any idea why? Or how to work with databases with sajax?

thanks in advance,
Danny</description>
		<content:encoded><![CDATA[<p>Hi joshua,</p>
<p>I have this problem: i can set up the Sajax examples easily, but i cant find anywhere how i should connect and fetch from the database with mysql.<br />
If i make a normal function which gets information from the database, it works. If i use that same content of that function and place it in a Sajax php function, it doesnt. You have any idea why? Or how to work with databases with sajax?</p>
<p>thanks in advance,<br />
Danny</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joshua Eichorn</title>
		<link>http://blog.joshuaeichorn.com/archives/2005/04/19/ajax-hello-world-with-sajax/comment-page-1/#comment-269989</link>
		<dc:creator>Joshua Eichorn</dc:creator>
		<pubDate>Mon, 01 Oct 2007 19:49:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joshuaeichorn.com/archives/2005/04/19/ajax-hello-world-with-sajax/#comment-269989</guid>
		<description>Yo: Its fixed now, the example was using short php tags &lt;? instead of the full style &lt;?php and short tags were disabled on my last server upgrade.</description>
		<content:encoded><![CDATA[<p>Yo: Its fixed now, the example was using short php tags < ? instead of the full style <?php and short tags were disabled on my last server upgrade.</p>
</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Yo</title>
		<link>http://blog.joshuaeichorn.com/archives/2005/04/19/ajax-hello-world-with-sajax/comment-page-1/#comment-269292</link>
		<dc:creator>Yo</dc:creator>
		<pubDate>Sun, 30 Sep 2007 07:10:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joshuaeichorn.com/archives/2005/04/19/ajax-hello-world-with-sajax/#comment-269292</guid>
		<description>It seems that something is wrong when I run the example with FF and IE!</description>
		<content:encoded><![CDATA[<p>It seems that something is wrong when I run the example with FF and IE!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mikael Andersson</title>
		<link>http://blog.joshuaeichorn.com/archives/2005/04/19/ajax-hello-world-with-sajax/comment-page-1/#comment-206717</link>
		<dc:creator>Mikael Andersson</dc:creator>
		<pubDate>Tue, 05 Jun 2007 20:08:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joshuaeichorn.com/archives/2005/04/19/ajax-hello-world-with-sajax/#comment-206717</guid>
		<description>The charset must be set in the header. iso 8859-1 for swedish language.</description>
		<content:encoded><![CDATA[<p>The charset must be set in the header. iso 8859-1 for swedish language.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aprendiendo AJAX - Angel "Java" Lopez</title>
		<link>http://blog.joshuaeichorn.com/archives/2005/04/19/ajax-hello-world-with-sajax/comment-page-1/#comment-195758</link>
		<dc:creator>Aprendiendo AJAX - Angel "Java" Lopez</dc:creator>
		<pubDate>Wed, 16 May 2007 15:13:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joshuaeichorn.com/archives/2005/04/19/ajax-hello-world-with-sajax/#comment-195758</guid>
		<description>[...] Sajaxhttp://www.modernmethod.com/sajax/http://blog.joshuaeichorn.com/archives/2005/04/19/ajax-hello-world-with-sajax/ [...]</description>
		<content:encoded><![CDATA[<p>[...] Sajaxhttp://www.modernmethod.com/sajax/http://blog.joshuaeichorn.com/archives/2005/04/19/ajax-hello-world-with-sajax/ [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mikael Andersson</title>
		<link>http://blog.joshuaeichorn.com/archives/2005/04/19/ajax-hello-world-with-sajax/comment-page-1/#comment-169936</link>
		<dc:creator>Mikael Andersson</dc:creator>
		<pubDate>Wed, 21 Mar 2007 07:26:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joshuaeichorn.com/archives/2005/04/19/ajax-hello-world-with-sajax/#comment-169936</guid>
		<description>Hi my name is Mikael Andersson

I have used sajax for a while. I have one problem.

I send a filename as a value to php with sajax.
But somewhere it&#039;s changing my values.

</description>
		<content:encoded><![CDATA[<p>Hi my name is Mikael Andersson</p>
<p>I have used sajax for a while. I have one problem.</p>
<p>I send a filename as a value to php with sajax.<br />
But somewhere it&#8217;s changing my values.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: visu</title>
		<link>http://blog.joshuaeichorn.com/archives/2005/04/19/ajax-hello-world-with-sajax/comment-page-1/#comment-30211</link>
		<dc:creator>visu</dc:creator>
		<pubDate>Thu, 10 Aug 2006 09:49:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joshuaeichorn.com/archives/2005/04/19/ajax-hello-world-with-sajax/#comment-30211</guid>
		<description>what is ajax? , how to use ajax?</description>
		<content:encoded><![CDATA[<p>what is ajax? , how to use ajax?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joshua Eichorn</title>
		<link>http://blog.joshuaeichorn.com/archives/2005/04/19/ajax-hello-world-with-sajax/comment-page-1/#comment-5361</link>
		<dc:creator>Joshua Eichorn</dc:creator>
		<pubDate>Mon, 19 Dec 2005 14:03:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joshuaeichorn.com/archives/2005/04/19/ajax-hello-world-with-sajax/#comment-5361</guid>
		<description>mabus:
cb stands for callback, its just a naming convention, when you make a call with sajax you pass in the function to call with the return value.</description>
		<content:encoded><![CDATA[<p>mabus:<br />
cb stands for callback, its just a naming convention, when you make a call with sajax you pass in the function to call with the return value.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

