<?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: One of the Most Advantageous Scripting Language &#8211; Php</title>
	<atom:link href="http://www.buggybrain.com/2009/10/one-of-the-most-advantageous-scripting-language-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.buggybrain.com/2009/10/one-of-the-most-advantageous-scripting-language-php/</link>
	<description></description>
	<lastBuildDate>Wed, 21 Jul 2010 22:58:30 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: DUANE</title>
		<link>http://www.buggybrain.com/2009/10/one-of-the-most-advantageous-scripting-language-php/comment-page-1/#comment-8600</link>
		<dc:creator>DUANE</dc:creator>
		<pubDate>Wed, 21 Jul 2010 02:22:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.buggybrain.com/2009/10/one-of-the-most-advantageous-scripting-language-php/#comment-8600</guid>
		<description>&lt;strong&gt;&lt;blockquote&gt;&lt;a href=&quot;http://medicamentspot.com/&quot; rel=&quot;nofollow&quot;&gt;MedicamentSpot.com. Canadian Health&amp;Care.No prescription online pharmacy.Best quality drugs.Special Internet Prices. Online Pharmacy. Buy drugs online&lt;/a&gt;...&lt;/strong&gt;

Buy:Actos.Mega Hoodia.Accutane.Prevacid.Arimidex.100% Pure Okinawan Coral Calcium.Valtrex.Nexium.Zovirax.Lumigan.Retin-A.Synthroid.Prednisolone.Zyban.Human Growth Hormone.Petcam (Metacam) Oral Suspension....</description>
		<content:encoded><![CDATA[<p>MedicamentSpot.com. Canadian Health&amp;Care.No prescription online pharmacy.Best quality drugs.Special Internet Prices. Online Pharmacy. Buy drugs online&#8230;</p>
<p>Buy:Actos.Mega Hoodia.Accutane.Prevacid.Arimidex.100% Pure Okinawan Coral Calcium.Valtrex.Nexium.Zovirax.Lumigan.Retin-A.Synthroid.Prednisolone.Zyban.Human Growth Hormone.Petcam (Metacam) Oral Suspension&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JORGE</title>
		<link>http://www.buggybrain.com/2009/10/one-of-the-most-advantageous-scripting-language-php/comment-page-1/#comment-7747</link>
		<dc:creator>JORGE</dc:creator>
		<pubDate>Mon, 05 Jul 2010 16:56:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.buggybrain.com/2009/10/one-of-the-most-advantageous-scripting-language-php/#comment-7747</guid>
		<description>&lt;strong&gt;&lt;blockquote&gt;&lt;a href=&quot;http://pillspot.org/&quot; rel=&quot;nofollow&quot;&gt;PillSpot.org. Canadian Health&amp;Care.Best quality drugs.No prescription online pharmacy.Special Internet Prices. Low price drugs. Order drugs online&lt;/a&gt;...&lt;/strong&gt;

Buy:Viagra Super Active+.VPXL.Cialis Super Active+.Cialis Professional.Viagra Super Force.Propecia.Tramadol.Cialis Soft Tabs.Cialis.Levitra.Viagra Professional.Maxaman.Viagra.Super Active ED Pack.Viagra Soft Tabs.Zithromax.Soma....</description>
		<content:encoded><![CDATA[<p>PillSpot.org. Canadian Health&amp;Care.Best quality drugs.No prescription online pharmacy.Special Internet Prices. Low price drugs. Order drugs online&#8230;</p>
<p>Buy:Viagra Super Active+.VPXL.Cialis Super Active+.Cialis Professional.Viagra Super Force.Propecia.Tramadol.Cialis Soft Tabs.Cialis.Levitra.Viagra Professional.Maxaman.Viagra.Super Active ED Pack.Viagra Soft Tabs.Zithromax.Soma&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy H</title>
		<link>http://www.buggybrain.com/2009/10/one-of-the-most-advantageous-scripting-language-php/comment-page-1/#comment-2088</link>
		<dc:creator>Jeremy H</dc:creator>
		<pubDate>Wed, 07 Oct 2009 23:44:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.buggybrain.com/2009/10/one-of-the-most-advantageous-scripting-language-php/#comment-2088</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: lidiabarbarita</title>
		<link>http://www.buggybrain.com/2009/10/one-of-the-most-advantageous-scripting-language-php/comment-page-1/#comment-2078</link>
		<dc:creator>lidiabarbarita</dc:creator>
		<pubDate>Wed, 07 Oct 2009 07:17:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.buggybrain.com/2009/10/one-of-the-most-advantageous-scripting-language-php/#comment-2078</guid>
		<description>Very nice!!</description>
		<content:encoded><![CDATA[<p>Very nice!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simplicated</title>
		<link>http://www.buggybrain.com/2009/10/one-of-the-most-advantageous-scripting-language-php/comment-page-1/#comment-2091</link>
		<dc:creator>Simplicated</dc:creator>
		<pubDate>Wed, 07 Oct 2009 06:53:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.buggybrain.com/2009/10/one-of-the-most-advantageous-scripting-language-php/#comment-2091</guid>
		<description>If you have sensitive files that should be accessible only by scripts, put them somewhere on the server other than the web root. Your scripts will still be able to access them, but nobody can pull them off the web.

/
-- /htdocs
-- -- /www.site.com
-- /securedocs</description>
		<content:encoded><![CDATA[<p>If you have sensitive files that should be accessible only by scripts, put them somewhere on the server other than the web root. Your scripts will still be able to access them, but nobody can pull them off the web.</p>
<p>/<br />
&#8211; /htdocs<br />
&#8211; &#8212; /www.site.com<br />
&#8211; /securedocs</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: avb17018411</title>
		<link>http://www.buggybrain.com/2009/10/one-of-the-most-advantageous-scripting-language-php/comment-page-1/#comment-2079</link>
		<dc:creator>avb17018411</dc:creator>
		<pubDate>Tue, 06 Oct 2009 12:07:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.buggybrain.com/2009/10/one-of-the-most-advantageous-scripting-language-php/#comment-2079</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>
	<item>
		<title>By: Faithless863</title>
		<link>http://www.buggybrain.com/2009/10/one-of-the-most-advantageous-scripting-language-php/comment-page-1/#comment-2082</link>
		<dc:creator>Faithless863</dc:creator>
		<pubDate>Tue, 06 Oct 2009 07:17:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.buggybrain.com/2009/10/one-of-the-most-advantageous-scripting-language-php/#comment-2082</guid>
		<description>hm i couldn&#039;t tell the difference between photograph and painting comparing the final resault.

This is sick</description>
		<content:encoded><![CDATA[<p>hm i couldn&#8217;t tell the difference between photograph and painting comparing the final resault.</p>
<p>This is sick</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: superchode20164</title>
		<link>http://www.buggybrain.com/2009/10/one-of-the-most-advantageous-scripting-language-php/comment-page-1/#comment-2083</link>
		<dc:creator>superchode20164</dc:creator>
		<pubDate>Tue, 06 Oct 2009 06:50:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.buggybrain.com/2009/10/one-of-the-most-advantageous-scripting-language-php/#comment-2083</guid>
		<description>amazing! Willy teach me how to paint like you!</description>
		<content:encoded><![CDATA[<p>amazing! Willy teach me how to paint like you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.buggybrain.com/2009/10/one-of-the-most-advantageous-scripting-language-php/comment-page-1/#comment-2086</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Tue, 06 Oct 2009 05:51:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.buggybrain.com/2009/10/one-of-the-most-advantageous-scripting-language-php/#comment-2086</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: warah110</title>
		<link>http://www.buggybrain.com/2009/10/one-of-the-most-advantageous-scripting-language-php/comment-page-1/#comment-2080</link>
		<dc:creator>warah110</dc:creator>
		<pubDate>Tue, 06 Oct 2009 03:13:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.buggybrain.com/2009/10/one-of-the-most-advantageous-scripting-language-php/#comment-2080</guid>
		<description>Perfect.</description>
		<content:encoded><![CDATA[<p>Perfect.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
