<?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: AJAX/PHP - the beginners guide to loading external content</title>
	<atom:link href="http://nodstrum.com/2007/02/27/ajaxcontentload/feed/" rel="self" type="application/rss+xml" />
	<link>http://nodstrum.com/2007/02/27/ajaxcontentload/</link>
	<description>A coders playground.</description>
	<pubDate>Thu, 24 Jul 2008 02:47:38 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: Steve</title>
		<link>http://nodstrum.com/2007/02/27/ajaxcontentload/#comment-1647</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Thu, 24 Jul 2008 01:51:19 +0000</pubDate>
		<guid isPermaLink="false">http://nodstrum.com/2007/02/27/ajaxcontentload/#comment-1647</guid>
		<description>In IE6 and 7, the toggle effect becomes a bit delayed after the main internal content is displayed.

meaning it displays the main internal content and then shows the toggle effect, which makes it pretty much useless and very unprofessional.

Any fix for it please ?  other then that little detail, this is example you given us for free is GREAT.</description>
		<content:encoded><![CDATA[<p>In IE6 and 7, the toggle effect becomes a bit delayed after the main internal content is displayed.</p>
<p>meaning it displays the main internal content and then shows the toggle effect, which makes it pretty much useless and very unprofessional.</p>
<p>Any fix for it please ?  other then that little detail, this is example you given us for free is GREAT.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: massivemutant.com</title>
		<link>http://nodstrum.com/2007/02/27/ajaxcontentload/#comment-1367</link>
		<dc:creator>massivemutant.com</dc:creator>
		<pubDate>Fri, 27 Jun 2008 12:16:59 +0000</pubDate>
		<guid isPermaLink="false">http://nodstrum.com/2007/02/27/ajaxcontentload/#comment-1367</guid>
		<description>Interesting post.</description>
		<content:encoded><![CDATA[<p>Interesting post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://nodstrum.com/2007/02/27/ajaxcontentload/#comment-1349</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Tue, 24 Jun 2008 20:22:16 +0000</pubDate>
		<guid isPermaLink="false">http://nodstrum.com/2007/02/27/ajaxcontentload/#comment-1349</guid>
		<description>Ah right, after speaking extensively with a friend it seems my issue relates to: function $

It doesn't like another JS file which is plain javascript I use within my system so it will have to be re-written, but at the moment it seems that re-writing my systems one would obviously cause incompatibility issues, and would be no small task.

Thanks still for the work, I'm sure I'll eventually get it done.</description>
		<content:encoded><![CDATA[<p>Ah right, after speaking extensively with a friend it seems my issue relates to: function $</p>
<p>It doesn&#8217;t like another JS file which is plain javascript I use within my system so it will have to be re-written, but at the moment it seems that re-writing my systems one would obviously cause incompatibility issues, and would be no small task.</p>
<p>Thanks still for the work, I&#8217;m sure I&#8217;ll eventually get it done.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://nodstrum.com/2007/02/27/ajaxcontentload/#comment-1343</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Tue, 24 Jun 2008 06:57:40 +0000</pubDate>
		<guid isPermaLink="false">http://nodstrum.com/2007/02/27/ajaxcontentload/#comment-1343</guid>
		<description>Hi,

Thanks for the work on this.

I appreciate PHP is server sided and AJAX is client, but is there anyway to combine this AJAX in a php script. Sorry for my ignorance and dumb question, I've not worked too much with AJAX.

I tried running the case in php, then dropped out for the html stuff and then back into php for the remainder of my code.

The AJAX stuff displays but it doesn't seem to pull content. I presumed it was something to do with (Works as expected straight out of .zip):

  new Ajax.Updater(‘mainAreaInternal’, ‘rpc.php’, {method: ‘post’, postBody:‘content=’+ id +”});

I removed the file name, hoping it would then look at it's own file rather than trying to make an external call. This of course didn't work.

Or could/must the html be in a separate php file and reference the case file separately (similar to how it's set up out of zip)?

Thanks for any help offered.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Thanks for the work on this.</p>
<p>I appreciate PHP is server sided and AJAX is client, but is there anyway to combine this AJAX in a php script. Sorry for my ignorance and dumb question, I&#8217;ve not worked too much with AJAX.</p>
<p>I tried running the case in php, then dropped out for the html stuff and then back into php for the remainder of my code.</p>
<p>The AJAX stuff displays but it doesn&#8217;t seem to pull content. I presumed it was something to do with (Works as expected straight out of .zip):</p>
<p>  new Ajax.Updater(‘mainAreaInternal’, ‘rpc.php’, {method: ‘post’, postBody:‘content=’+ id +”});</p>
<p>I removed the file name, hoping it would then look at it&#8217;s own file rather than trying to make an external call. This of course didn&#8217;t work.</p>
<p>Or could/must the html be in a separate php file and reference the case file separately (similar to how it&#8217;s set up out of zip)?</p>
<p>Thanks for any help offered.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stone Deft</title>
		<link>http://nodstrum.com/2007/02/27/ajaxcontentload/#comment-1305</link>
		<dc:creator>Stone Deft</dc:creator>
		<pubDate>Tue, 17 Jun 2008 19:31:34 +0000</pubDate>
		<guid isPermaLink="false">http://nodstrum.com/2007/02/27/ajaxcontentload/#comment-1305</guid>
		<description>Well ok I got this example to query my mysql database like: 

select * from dbname where id = $content";


I want to know what if I want to pass more than 1 variable to the php script so I can do this: 

$table = $_POST['table'];
$content = $_POST['content'];

$query= select * from $table where id = $content

pls enlighten me and thnx</description>
		<content:encoded><![CDATA[<p>Well ok I got this example to query my mysql database like: </p>
<p>select * from dbname where id = $content&#8221;;</p>
<p>I want to know what if I want to pass more than 1 variable to the php script so I can do this: </p>
<p>$table = $_POST[&#8217;table&#8217;];<br />
$content = $_POST[&#8217;content&#8217;];</p>
<p>$query= select * from $table where id = $content</p>
<p>pls enlighten me and thnx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roger</title>
		<link>http://nodstrum.com/2007/02/27/ajaxcontentload/#comment-1082</link>
		<dc:creator>Roger</dc:creator>
		<pubDate>Fri, 16 May 2008 09:30:09 +0000</pubDate>
		<guid isPermaLink="false">http://nodstrum.com/2007/02/27/ajaxcontentload/#comment-1082</guid>
		<description>Thanks for the great script and tutorial.

Has anyone managed to figure out a way of stopping the IE (7 at least) bug where the new content appears, then the loading panel half appears and fades out?

It's working well on Firefox and Opera (on Windows at least).</description>
		<content:encoded><![CDATA[<p>Thanks for the great script and tutorial.</p>
<p>Has anyone managed to figure out a way of stopping the IE (7 at least) bug where the new content appears, then the loading panel half appears and fades out?</p>
<p>It&#8217;s working well on Firefox and Opera (on Windows at least).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Callum Alden</title>
		<link>http://nodstrum.com/2007/02/27/ajaxcontentload/#comment-1035</link>
		<dc:creator>Callum Alden</dc:creator>
		<pubDate>Tue, 29 Apr 2008 18:22:24 +0000</pubDate>
		<guid isPermaLink="false">http://nodstrum.com/2007/02/27/ajaxcontentload/#comment-1035</guid>
		<description>@ blogulate:

in rpc.php, try something like :

&lt;code&gt;
    case 1:
      include ("http://www.mysite.com/wordpress/index.php");
      break;
&lt;/code&gt;

for example... this will grab the php file from index.php and execute it within the div.</description>
		<content:encoded><![CDATA[<p>@ blogulate:</p>
<p>in rpc.php, try something like :</p>
<p><code><br />
    case 1:<br />
      include ("http://www.mysite.com/wordpress/index.php");<br />
      break;<br />
</code></p>
<p>for example&#8230; this will grab the php file from index.php and execute it within the div.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Callum Alden</title>
		<link>http://nodstrum.com/2007/02/27/ajaxcontentload/#comment-1034</link>
		<dc:creator>Callum Alden</dc:creator>
		<pubDate>Tue, 29 Apr 2008 18:11:17 +0000</pubDate>
		<guid isPermaLink="false">http://nodstrum.com/2007/02/27/ajaxcontentload/#comment-1034</guid>
		<description>Jamie, thanks a million- your tutorial and demo files were all it took me to take my first step into AJAX and prototype.js

Having a lot of fun, been bouncing back and forth to your site over the last week. Nice work sunshine. 

- Callum.</description>
		<content:encoded><![CDATA[<p>Jamie, thanks a million- your tutorial and demo files were all it took me to take my first step into AJAX and prototype.js</p>
<p>Having a lot of fun, been bouncing back and forth to your site over the last week. Nice work sunshine. </p>
<p>- Callum.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: john</title>
		<link>http://nodstrum.com/2007/02/27/ajaxcontentload/#comment-1010</link>
		<dc:creator>john</dc:creator>
		<pubDate>Thu, 24 Apr 2008 20:41:34 +0000</pubDate>
		<guid isPermaLink="false">http://nodstrum.com/2007/02/27/ajaxcontentload/#comment-1010</guid>
		<description>oh #@#@!

must be me

sorry forget that</description>
		<content:encoded><![CDATA[<p>oh #@#@!</p>
<p>must be me</p>
<p>sorry forget that</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: john</title>
		<link>http://nodstrum.com/2007/02/27/ajaxcontentload/#comment-1009</link>
		<dc:creator>john</dc:creator>
		<pubDate>Thu, 24 Apr 2008 20:40:35 +0000</pubDate>
		<guid isPermaLink="false">http://nodstrum.com/2007/02/27/ajaxcontentload/#comment-1009</guid>
		<description>Hey,

Great script, thanks.

I was wondering, how do I remove the numbers on the list items?

thanks</description>
		<content:encoded><![CDATA[<p>Hey,</p>
<p>Great script, thanks.</p>
<p>I was wondering, how do I remove the numbers on the list items?</p>
<p>thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
