<?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 for SpiderPhp</title>
	<atom:link href="http://www.spiderphp.com/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://www.spiderphp.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Sun, 28 Feb 2010 19:00:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on How Can I Find Out Which Php Version I&#8217;m Using? by David D</title>
		<link>http://www.spiderphp.com/6/how-can-i-find-out-which-php-version-im-using-3.html/comment-page-1#comment-1833</link>
		<dc:creator>David D</dc:creator>
		<pubDate>Sun, 28 Feb 2010 19:00:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.spiderphp.com/6/how-can-i-find-out-which-php-version-im-using-3.html#comment-1833</guid>
		<description>If you are running on the command line:
Run: php --version
If you are accessing via webpages, then run this program:
&lt;?php
  phpinfo();
?&gt;</description>
		<content:encoded><![CDATA[<p>If you are running on the command line:<br />
Run: php &#8211;version<br />
If you are accessing via webpages, then run this program:<br />
< ?php<br />
  phpinfo();<br />
?></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How Can I Find Out Which Php Version I&#8217;m Using? by AllenMcG</title>
		<link>http://www.spiderphp.com/6/how-can-i-find-out-which-php-version-im-using-3.html/comment-page-1#comment-1832</link>
		<dc:creator>AllenMcG</dc:creator>
		<pubDate>Sun, 28 Feb 2010 13:25:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.spiderphp.com/6/how-can-i-find-out-which-php-version-im-using-3.html#comment-1832</guid>
		<description>Create a simple page like below:
&lt;?php
phpinfo();
?&gt;
That will show you everything you need.</description>
		<content:encoded><![CDATA[<p>Create a simple page like below:<br />
< ?php<br />
phpinfo();<br />
?><br />
That will show you everything you need.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How Can I Find Out Which Php Version I&#8217;m Using? by David D</title>
		<link>http://www.spiderphp.com/6/how-can-i-find-out-which-php-version-im-using-2.html/comment-page-1#comment-1831</link>
		<dc:creator>David D</dc:creator>
		<pubDate>Sun, 28 Feb 2010 07:22:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.spiderphp.com/6/how-can-i-find-out-which-php-version-im-using-2.html#comment-1831</guid>
		<description>If you are running on the command line:
Run: php --version
If you are accessing via webpages, then run this program:
&lt;?php
  phpinfo();
?&gt;</description>
		<content:encoded><![CDATA[<p>If you are running on the command line:<br />
Run: php &#8211;version<br />
If you are accessing via webpages, then run this program:<br />
< ?php<br />
  phpinfo();<br />
?></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How Can I Find Out Which Php Version I&#8217;m Using? by AllenMcG</title>
		<link>http://www.spiderphp.com/6/how-can-i-find-out-which-php-version-im-using-2.html/comment-page-1#comment-1830</link>
		<dc:creator>AllenMcG</dc:creator>
		<pubDate>Sun, 28 Feb 2010 04:13:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.spiderphp.com/6/how-can-i-find-out-which-php-version-im-using-2.html#comment-1830</guid>
		<description>Create a simple page like below:
&lt;?php
phpinfo();
?&gt;
That will show you everything you need.</description>
		<content:encoded><![CDATA[<p>Create a simple page like below:<br />
< ?php<br />
phpinfo();<br />
?><br />
That will show you everything you need.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Does Anyone Know Where I Can Find A Tutorial Explaining How To Upload A File With Php? by ethicz</title>
		<link>http://www.spiderphp.com/6/does-anyone-know-where-i-can-find-a-tutorial-explaining-how-to-upload-a-file-with-php.html/comment-page-1#comment-1829</link>
		<dc:creator>ethicz</dc:creator>
		<pubDate>Sat, 27 Feb 2010 21:45:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.spiderphp.com/6/does-anyone-know-where-i-can-find-a-tutorial-explaining-how-to-upload-a-file-with-php.html#comment-1829</guid>
		<description>http://www.tizag.com/phpT/fileupload.php
thinks its php5 based btw, check your webserver is up to date.</description>
		<content:encoded><![CDATA[<p><a href="http://www.tizag.com/phpT/fileupload.php" rel="nofollow">http://www.tizag.com/phpT/fileupload.php</a><br />
thinks its php5 based btw, check your webserver is up to date.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How Can I Download A Php Script From A Website? by Ariel</title>
		<link>http://www.spiderphp.com/6/how-can-i-download-a-php-script-from-a-website.html/comment-page-1#comment-1828</link>
		<dc:creator>Ariel</dc:creator>
		<pubDate>Sun, 14 Feb 2010 01:37:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.spiderphp.com/6/how-can-i-download-a-php-script-from-a-website.html#comment-1828</guid>
		<description>some php script are given as plain text to be copied freely from the web page.
copy it into notepad editor and save it with a .php extension.
example:
 scriptname.php
 and upload it to your web server</description>
		<content:encoded><![CDATA[<p>some php script are given as plain text to be copied freely from the web page.<br />
copy it into notepad editor and save it with a .php extension.<br />
example:<br />
 scriptname.php<br />
 and upload it to your web server</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How Can I Download A Php Script From A Website? by Jeremy T</title>
		<link>http://www.spiderphp.com/6/how-can-i-download-a-php-script-from-a-website.html/comment-page-1#comment-1827</link>
		<dc:creator>Jeremy T</dc:creator>
		<pubDate>Sat, 13 Feb 2010 21:38:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.spiderphp.com/6/how-can-i-download-a-php-script-from-a-website.html#comment-1827</guid>
		<description>should be as easy as clicking view page source, copying and pasting.
edit @sirdice, i through php was exicuted on a users machine, and was visible on the page source (along with the html).  Could be wrong, but don&#039;t really feel like checking.</description>
		<content:encoded><![CDATA[<p>should be as easy as clicking view page source, copying and pasting.<br />
edit @sirdice, i through php was exicuted on a users machine, and was visible on the page source (along with the html).  Could be wrong, but don&#8217;t really feel like checking.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How Can I Download A Php Script From A Website? by Anonymous</title>
		<link>http://www.spiderphp.com/6/how-can-i-download-a-php-script-from-a-website.html/comment-page-1#comment-1826</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sat, 13 Feb 2010 16:32:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.spiderphp.com/6/how-can-i-download-a-php-script-from-a-website.html#comment-1826</guid>
		<description>Is it on a tutorial? Usually they have the script in plain text that you can just copy and paste from and then upload it as script.php onto your server.
If on the other hand, it&#039;s just something cool you&#039;ve seen on a site, then look for a contact us link and ask the developer for the script.</description>
		<content:encoded><![CDATA[<p>Is it on a tutorial? Usually they have the script in plain text that you can just copy and paste from and then upload it as script.php onto your server.<br />
If on the other hand, it&#8217;s just something cool you&#8217;ve seen on a site, then look for a contact us link and ask the developer for the script.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How Can I Download A Php Script From A Website? by sirdice</title>
		<link>http://www.spiderphp.com/6/how-can-i-download-a-php-script-from-a-website.html/comment-page-1#comment-1825</link>
		<dc:creator>sirdice</dc:creator>
		<pubDate>Sat, 13 Feb 2010 11:30:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.spiderphp.com/6/how-can-i-download-a-php-script-from-a-website.html#comment-1825</guid>
		<description>Ask the web designer, you can&#039;t download the PHP scripts off a server.</description>
		<content:encoded><![CDATA[<p>Ask the web designer, you can&#8217;t download the PHP scripts off a server.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Is It Possible To Run Php Wiki From My Computer As A Personal Database? by Kasey C</title>
		<link>http://www.spiderphp.com/6/is-it-possible-to-run-php-wiki-from-my-computer-as-a-personal-database.html/comment-page-1#comment-1824</link>
		<dc:creator>Kasey C</dc:creator>
		<pubDate>Sat, 13 Feb 2010 04:12:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.spiderphp.com/6/is-it-possible-to-run-php-wiki-from-my-computer-as-a-personal-database.html#comment-1824</guid>
		<description>Yes you can. It doesn&#039;t even have to be a PHP wiki. Try this one:http://dale.lane.googlepages.com/
It even has a Windows Mobile matching app so you can &quot;sync&quot; between the two.</description>
		<content:encoded><![CDATA[<p>Yes you can. It doesn&#8217;t even have to be a PHP wiki. Try this one:http://dale.lane.googlepages.com/<br />
It even has a Windows Mobile matching app so you can &#8220;sync&#8221; between the two.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
