<?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: How do you download a .php file from its location using the browser address bar?</title>
	<atom:link href="http://www.weez.com/2010/02/how-do-you-download-a-php-file-from-its-location-using-the-browser-address-bar/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.weez.com/2010/02/how-do-you-download-a-php-file-from-its-location-using-the-browser-address-bar/</link>
	<description>Solving everyday practical LAMP problems... one at a time</description>
	<lastBuildDate>Wed, 08 Feb 2012 23:54:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: mcm1251595151</title>
		<link>http://www.weez.com/2010/02/how-do-you-download-a-php-file-from-its-location-using-the-browser-address-bar/comment-page-1/#comment-3151</link>
		<dc:creator>mcm1251595151</dc:creator>
		<pubDate>Fri, 19 Feb 2010 19:33:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.weez.com/2010/02/how-do-you-download-a-php-file-from-its-location-using-the-browser-address-bar/#comment-3151</guid>
		<description>Use FTP</description>
		<content:encoded><![CDATA[<p>Use FTP</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AHMED REAZ</title>
		<link>http://www.weez.com/2010/02/how-do-you-download-a-php-file-from-its-location-using-the-browser-address-bar/comment-page-1/#comment-3150</link>
		<dc:creator>AHMED REAZ</dc:creator>
		<pubDate>Fri, 19 Feb 2010 18:34:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.weez.com/2010/02/how-do-you-download-a-php-file-from-its-location-using-the-browser-address-bar/#comment-3150</guid>
		<description>yes of course open opera browser and paste link ending with .php
you see the code just copy it in note pad and save it with extention.php</description>
		<content:encoded><![CDATA[<p>yes of course open opera browser and paste link ending with .php<br />
you see the code just copy it in note pad and save it with extention.php</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kaydell</title>
		<link>http://www.weez.com/2010/02/how-do-you-download-a-php-file-from-its-location-using-the-browser-address-bar/comment-page-1/#comment-3149</link>
		<dc:creator>kaydell</dc:creator>
		<pubDate>Fri, 19 Feb 2010 18:26:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.weez.com/2010/02/how-do-you-download-a-php-file-from-its-location-using-the-browser-address-bar/#comment-3149</guid>
		<description>If the webmaster wants you to be able to download a .php file, he or she would have to change the extension from .php to something like .zip.  Then you could download the file(s) and unpack it on your own computer.

For websites that have php files enabled to be run and not to be downloaded, there is not way for you to get to the php code because the php code is run as a script.

The webmaster would have to give you a way to get the .php code.</description>
		<content:encoded><![CDATA[<p>If the webmaster wants you to be able to download a .php file, he or she would have to change the extension from .php to something like .zip.  Then you could download the file(s) and unpack it on your own computer.</p>
<p>For websites that have php files enabled to be run and not to be downloaded, there is not way for you to get to the php code because the php code is run as a script.</p>
<p>The webmaster would have to give you a way to get the .php code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tobekeru</title>
		<link>http://www.weez.com/2010/02/how-do-you-download-a-php-file-from-its-location-using-the-browser-address-bar/comment-page-1/#comment-3148</link>
		<dc:creator>Tobekeru</dc:creator>
		<pubDate>Fri, 19 Feb 2010 17:37:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.weez.com/2010/02/how-do-you-download-a-php-file-from-its-location-using-the-browser-address-bar/#comment-3148</guid>
		<description>As Daniel B said, PHP is executed server-side.. So the only thing you can download is the output the code produces..

It would be pretty stupid that people could download it.</description>
		<content:encoded><![CDATA[<p>As Daniel B said, PHP is executed server-side.. So the only thing you can download is the output the code produces..</p>
<p>It would be pretty stupid that people could download it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Underground</title>
		<link>http://www.weez.com/2010/02/how-do-you-download-a-php-file-from-its-location-using-the-browser-address-bar/comment-page-1/#comment-3147</link>
		<dc:creator>Underground</dc:creator>
		<pubDate>Fri, 19 Feb 2010 16:56:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.weez.com/2010/02/how-do-you-download-a-php-file-from-its-location-using-the-browser-address-bar/#comment-3147</guid>
		<description>PHP is a server side scripting programming language. These file are put on the server where the website is hosted. 

When you use php extension. PHP generates HTML code which we see in the browser. You can&#039;t get the actual php without server permission and no any people are giving permission.

Eighter you hack the server to get the files.</description>
		<content:encoded><![CDATA[<p>PHP is a server side scripting programming language. These file are put on the server where the website is hosted. </p>
<p>When you use php extension. PHP generates HTML code which we see in the browser. You can&#8217;t get the actual php without server permission and no any people are giving permission.</p>
<p>Eighter you hack the server to get the files.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel B</title>
		<link>http://www.weez.com/2010/02/how-do-you-download-a-php-file-from-its-location-using-the-browser-address-bar/comment-page-1/#comment-3146</link>
		<dc:creator>Daniel B</dc:creator>
		<pubDate>Fri, 19 Feb 2010 16:28:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.weez.com/2010/02/how-do-you-download-a-php-file-from-its-location-using-the-browser-address-bar/#comment-3146</guid>
		<description>No. PHP files contain code that is executed on the server. Only the output of these programs is returned to the browser, not the file itself.</description>
		<content:encoded><![CDATA[<p>No. PHP files contain code that is executed on the server. Only the output of these programs is returned to the browser, not the file itself.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

