<?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: Why Using a Php Members Script Beats Other Methods by Ten Fold</title>
	<atom:link href="http://www.buggybrain.com/2009/07/why-using-a-php-members-script-beats-other-methods-by-ten-fold/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.buggybrain.com/2009/07/why-using-a-php-members-script-beats-other-methods-by-ten-fold/</link>
	<description></description>
	<lastBuildDate>Tue, 07 Sep 2010 23:08:51 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jeremy H</title>
		<link>http://www.buggybrain.com/2009/07/why-using-a-php-members-script-beats-other-methods-by-ten-fold/comment-page-1/#comment-1614</link>
		<dc:creator>Jeremy H</dc:creator>
		<pubDate>Sun, 05 Jul 2009 06:00:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.buggybrain.com/2009/07/why-using-a-php-members-script-beats-other-methods-by-ten-fold/#comment-1614</guid>
		<description>I don&#039;t think there is such a thing as a PHP emulator, and I don&#039;t know why you&#039;d need one.  It&#039;s likely that you either didn&#039;t install PHP and apache correctly or you aren&#039;t using it right.  

Use XAMPP to install PHP and apache. It will also include MySQL and phpMyAdmin (which you will need sooner or later) and some other good stuff too. It&#039;s much easier than trying to configure PHP and apache by hand. Best of all, it&#039;s all configured to run together immediately. XAMPP and all of its components are free and open source.
http://www.apachefriends.org/en/xampp.html

Once you&#039;ve got a web server, you need to turn it on (that&#039;s not automatic.) There&#039;s a nice control panel that makes this easy with XAMPP.  PHP files will only work if they&#039;re in a specific subdirectory (usually htdocs in the apache directory structure)  Also, you can&#039;t just load a PHP file into the browser the same way you do an HTML file.  Instead, you need to point the browser to 
http://localhost/yourFileName.php

PHP is called by the server, so if you use a mechanism (like the file:// directive) that bypasses the server, your PHP programs won&#039;t run.</description>
		<content:encoded><![CDATA[<p>I don&#039;t think there is such a thing as a PHP emulator, and I don&#039;t know why you&#039;d need one.  It&#039;s likely that you either didn&#039;t install PHP and apache correctly or you aren&#039;t using it right.  </p>
<p>Use XAMPP to install PHP and apache. It will also include MySQL and phpMyAdmin (which you will need sooner or later) and some other good stuff too. It&#039;s much easier than trying to configure PHP and apache by hand. Best of all, it&#039;s all configured to run together immediately. XAMPP and all of its components are free and open source.<br />
http://www.apachefriends.org/en/xampp.html</p>
<p>Once you&#039;ve got a web server, you need to turn it on (that&#039;s not automatic.) There&#039;s a nice control panel that makes this easy with XAMPP.  PHP files will only work if they&#039;re in a specific subdirectory (usually htdocs in the apache directory structure)  Also, you can&#039;t just load a PHP file into the browser the same way you do an HTML file.  Instead, you need to point the browser to<br />
http://localhost/yourFileName.php</p>
<p>PHP is called by the server, so if you use a mechanism (like the file:// directive) that bypasses the server, your PHP programs won&#039;t run.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.buggybrain.com/2009/07/why-using-a-php-members-script-beats-other-methods-by-ten-fold/comment-page-1/#comment-1612</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Sat, 04 Jul 2009 21:47:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.buggybrain.com/2009/07/why-using-a-php-members-script-beats-other-methods-by-ten-fold/#comment-1612</guid>
		<description>Hi,

Best Site to Learn PHP http://www.w3schools.com/php/default.asp

I know this Answer Will solve your problem. Do one thing visit http://www.zakhas.com/Forum be a member first and Download 1800 Industry standard PHP Projects and source codes. Directly without any interrupting. Follow below link for direct access to the download link.http://www.zakhas.com/Forum/ViewThread.asp?Thread=161&amp;Forum=26
Definitly it will solve your problem. Download it BE Quick.

Or you can try this sites below

http://www.planetsourcecodes.com

or

http://www.scriptswave.com/free/scripts/php_scripts/9.html

If you find this answer is best then you can choose it as best answer.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Best Site to Learn PHP http://www.w3schools.com/php/default.asp</p>
<p>I know this Answer Will solve your problem. Do one thing visit http://www.zakhas.com/Forum be a member first and Download 1800 Industry standard PHP Projects and source codes. Directly without any interrupting. Follow below link for direct access to the download link.http://www.zakhas.com/Forum/ViewThread.asp?Thread=161&amp;Forum=26<br />
Definitly it will solve your problem. Download it BE Quick.</p>
<p>Or you can try this sites below</p>
<p>http://www.planetsourcecodes.com</p>
<p>or</p>
<p>http://www.scriptswave.com/free/scripts/php_scripts/9.html</p>
<p>If you find this answer is best then you can choose it as best answer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: virgocrabtiger373</title>
		<link>http://www.buggybrain.com/2009/07/why-using-a-php-members-script-beats-other-methods-by-ten-fold/comment-page-1/#comment-1613</link>
		<dc:creator>virgocrabtiger373</dc:creator>
		<pubDate>Sat, 04 Jul 2009 21:19:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.buggybrain.com/2009/07/why-using-a-php-members-script-beats-other-methods-by-ten-fold/#comment-1613</guid>
		<description>http://www.phpfreaks.com/tutorial_cat/8/Basics-&amp;-Beginner-Tutorials.php</description>
		<content:encoded><![CDATA[<p>http://www.phpfreaks.com/tutorial_cat/8/Basics-&amp;-Beginner-Tutorials.php</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ars Magicana Arcanum</title>
		<link>http://www.buggybrain.com/2009/07/why-using-a-php-members-script-beats-other-methods-by-ten-fold/comment-page-1/#comment-1618</link>
		<dc:creator>Ars Magicana Arcanum</dc:creator>
		<pubDate>Sat, 04 Jul 2009 17:53:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.buggybrain.com/2009/07/why-using-a-php-members-script-beats-other-methods-by-ten-fold/#comment-1618</guid>
		<description>Windows XP PRO has functionality for running a web server built in

IIS is an option, however, under a &quot;Default&quot; installation of XP Pro, it might not be installed

Control panel - &gt; add / remove programs -&gt; Add Remove Windows COmponents - Check &quot;Internet Information Services&quot;

You could also look @ apache as has been mentioned, however, IIS is PART of windows.</description>
		<content:encoded><![CDATA[<p>Windows XP PRO has functionality for running a web server built in</p>
<p>IIS is an option, however, under a &quot;Default&quot; installation of XP Pro, it might not be installed</p>
<p>Control panel &#8211; &gt; add / remove programs -&gt; Add Remove Windows COmponents &#8211; Check &quot;Internet Information Services&quot;</p>
<p>You could also look @ apache as has been mentioned, however, IIS is PART of windows.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: warah110</title>
		<link>http://www.buggybrain.com/2009/07/why-using-a-php-members-script-beats-other-methods-by-ten-fold/comment-page-1/#comment-1606</link>
		<dc:creator>warah110</dc:creator>
		<pubDate>Sat, 04 Jul 2009 12:48:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.buggybrain.com/2009/07/why-using-a-php-members-script-beats-other-methods-by-ten-fold/#comment-1606</guid>
		<description>Perfect.</description>
		<content:encoded><![CDATA[<p>Perfect.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TheTroubadourMusic</title>
		<link>http://www.buggybrain.com/2009/07/why-using-a-php-members-script-beats-other-methods-by-ten-fold/comment-page-1/#comment-1607</link>
		<dc:creator>TheTroubadourMusic</dc:creator>
		<pubDate>Sat, 04 Jul 2009 06:48:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.buggybrain.com/2009/07/why-using-a-php-members-script-beats-other-methods-by-ten-fold/#comment-1607</guid>
		<description>:O

:O

:O

how is this not a real photo?</description>
		<content:encoded><![CDATA[<p>:O</p>
<p>:O</p>
<p>:O</p>
<p>how is this not a real photo?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ampersand1</title>
		<link>http://www.buggybrain.com/2009/07/why-using-a-php-members-script-beats-other-methods-by-ten-fold/comment-page-1/#comment-1615</link>
		<dc:creator>ampersand1</dc:creator>
		<pubDate>Sat, 04 Jul 2009 06:02:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.buggybrain.com/2009/07/why-using-a-php-members-script-beats-other-methods-by-ten-fold/#comment-1615</guid>
		<description>www.phpfreaks.com

If you are ready invest: Get Larry Ullman: &#039;PHP ...&quot; Nice book</description>
		<content:encoded><![CDATA[<p>http://www.phpfreaks.com</p>
<p>If you are ready invest: Get Larry Ullman: &#039;PHP &#8230;&quot; Nice book</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Forbidia</title>
		<link>http://www.buggybrain.com/2009/07/why-using-a-php-members-script-beats-other-methods-by-ten-fold/comment-page-1/#comment-1603</link>
		<dc:creator>Forbidia</dc:creator>
		<pubDate>Sat, 04 Jul 2009 02:23:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.buggybrain.com/2009/07/why-using-a-php-members-script-beats-other-methods-by-ten-fold/#comment-1603</guid>
		<description>Brilliant Willy, Just Brilliant =D</description>
		<content:encoded><![CDATA[<p>Brilliant Willy, Just Brilliant =D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lidiabarbarita</title>
		<link>http://www.buggybrain.com/2009/07/why-using-a-php-members-script-beats-other-methods-by-ten-fold/comment-page-1/#comment-1604</link>
		<dc:creator>lidiabarbarita</dc:creator>
		<pubDate>Fri, 03 Jul 2009 08:09:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.buggybrain.com/2009/07/why-using-a-php-members-script-beats-other-methods-by-ten-fold/#comment-1604</guid>
		<description>Very nice!!</description>
		<content:encoded><![CDATA[<p>Very nice!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: avb17018411</title>
		<link>http://www.buggybrain.com/2009/07/why-using-a-php-members-script-beats-other-methods-by-ten-fold/comment-page-1/#comment-1605</link>
		<dc:creator>avb17018411</dc:creator>
		<pubDate>Thu, 02 Jul 2009 23:47:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.buggybrain.com/2009/07/why-using-a-php-members-script-beats-other-methods-by-ten-fold/#comment-1605</guid>
		<description>woww that&#039;s really relax and beatiful soung .good picture of jhony depp !</description>
		<content:encoded><![CDATA[<p>woww that&#8217;s really relax and beatiful soung .good picture of jhony depp !</p>
]]></content:encoded>
	</item>
</channel>
</rss>
