<?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 can I run a php script in my own computer offline?</title>
	<atom:link href="http://installyourscripts.com/blog/533/how-can-i-run-a-php-script-in-my-own-computer-offline/feed/" rel="self" type="application/rss+xml" />
	<link>http://installyourscripts.com/blog/533/how-can-i-run-a-php-script-in-my-own-computer-offline/</link>
	<description>Answering Your Script Questions</description>
	<lastBuildDate>Wed, 16 Jun 2010 01:18:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Anonymous</title>
		<link>http://installyourscripts.com/blog/533/how-can-i-run-a-php-script-in-my-own-computer-offline/comment-page-1/#comment-2498</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Tue, 01 Dec 2009 14:11:32 +0000</pubDate>
		<guid isPermaLink="false">http://installyourscripts.com/blog/533/how-can-i-run-a-php-script-in-my-own-computer-offline/#comment-2498</guid>
		<description>&lt;a href=&quot;&quot;&gt;&lt;/a&gt;


For running your script on your computer you need a web server.
Personally I&#039;m using xampp that is a combination of Apache as a webserver, mysql  as popular database and a ftp and mail server.

To use this you can download it from 

I prefer to download 7-zip file that can directly download it by this link:

After downloading execute the file to make xampp folder and then  run setup_xampp.bat on that folder.

to start web server use xampp-control.exe and start the apache with the button in front of its name.

All think is ready to use just copy your file to htdocs folder and in you browser(for example IE) type

I hope this answer be useful  for you</description>
		<content:encoded><![CDATA[<p><a href=""></a></p>
<p>For running your script on your computer you need a web server.<br />
Personally I&#8217;m using xampp that is a combination of Apache as a webserver, mysql  as popular database and a ftp and mail server.</p>
<p>To use this you can download it from </p>
<p>I prefer to download 7-zip file that can directly download it by this link:</p>
<p>After downloading execute the file to make xampp folder and then  run setup_xampp.bat on that folder.</p>
<p>to start web server use xampp-control.exe and start the apache with the button in front of its name.</p>
<p>All think is ready to use just copy your file to htdocs folder and in you browser(for example IE) type</p>
<p>I hope this answer be useful  for you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://installyourscripts.com/blog/533/how-can-i-run-a-php-script-in-my-own-computer-offline/comment-page-1/#comment-2497</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Mon, 30 Nov 2009 13:55:45 +0000</pubDate>
		<guid isPermaLink="false">http://installyourscripts.com/blog/533/how-can-i-run-a-php-script-in-my-own-computer-offline/#comment-2497</guid>
		<description>&lt;a href=&quot;&quot;&gt;&lt;/a&gt;


Other answerers: Don&#039;t answer if you can&#039;t explain yourself properly.

PHP scripts need to be run through a webserver running the PHP interpreter. So first get a webserver. The standard and most common is Apache (http://apache.org/ ). You want the HTTP server. You&#039;ll need to install PHP on it, so get it at Install PHP and now you can run php scripts on the server.

Google for tutorials on setting up Apache with PHP if you need more information. If this still seems like too much work, try XAMPP (http://www.apachefriends.org/en/xampp.html ) although it is definitely unsuitable for production usage and advanced or specialized development machines.</description>
		<content:encoded><![CDATA[<p><a href=""></a></p>
<p>Other answerers: Don&#8217;t answer if you can&#8217;t explain yourself properly.</p>
<p>PHP scripts need to be run through a webserver running the PHP interpreter. So first get a webserver. The standard and most common is Apache (<a href="http://apache.org/">http://apache.org/</a> ). You want the HTTP server. You&#8217;ll need to install PHP on it, so get it at Install PHP and now you can run php scripts on the server.</p>
<p>Google for tutorials on setting up Apache with PHP if you need more information. If this still seems like too much work, try XAMPP (<a href="http://www.apachefriends.org/en/xampp.html">http://www.apachefriends.org/en/xampp.html</a> ) although it is definitely unsuitable for production usage and advanced or specialized development machines.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://installyourscripts.com/blog/533/how-can-i-run-a-php-script-in-my-own-computer-offline/comment-page-1/#comment-2496</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sat, 28 Nov 2009 13:11:58 +0000</pubDate>
		<guid isPermaLink="false">http://installyourscripts.com/blog/533/how-can-i-run-a-php-script-in-my-own-computer-offline/#comment-2496</guid>
		<description>&lt;a href=&quot;&quot;&gt;&lt;/a&gt;


U &#039;ll just have to download this software easyphp 1-7 and install it then run the program and enable the appachi server
now Ur PC is a server while U R offline
put Ur file in this path &quot;c://program files/easyphp1-7/www/&quot;
then open Ur browser and go to the address &quot;http://localhost/filename.php/&quot; while U R offline
Ur page will be displayed :D</description>
		<content:encoded><![CDATA[<p><a href=""></a></p>
<p>U &#8216;ll just have to download this software easyphp 1-7 and install it then run the program and enable the appachi server<br />
now Ur PC is a server while U R offline<br />
put Ur file in this path &#8220;c://program files/easyphp1-7/www/&#8221;<br />
then open Ur browser and go to the address &#8220;http://localhost/filename.php/&#8221; while U R offline<br />
Ur page will be displayed <img src='http://installyourscripts.com/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://installyourscripts.com/blog/533/how-can-i-run-a-php-script-in-my-own-computer-offline/comment-page-1/#comment-2495</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sat, 28 Nov 2009 03:56:38 +0000</pubDate>
		<guid isPermaLink="false">http://installyourscripts.com/blog/533/how-can-i-run-a-php-script-in-my-own-computer-offline/#comment-2495</guid>
		<description>&lt;a href=&quot;&quot;&gt;&lt;/a&gt;


yes you can run php script on your pc ,as well as runing asp.net code offline</description>
		<content:encoded><![CDATA[<p><a href=""></a></p>
<p>yes you can run php script on your pc ,as well as runing asp.net code offline</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://installyourscripts.com/blog/533/how-can-i-run-a-php-script-in-my-own-computer-offline/comment-page-1/#comment-2494</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Fri, 27 Nov 2009 02:05:13 +0000</pubDate>
		<guid isPermaLink="false">http://installyourscripts.com/blog/533/how-can-i-run-a-php-script-in-my-own-computer-offline/#comment-2494</guid>
		<description>&lt;a href=&quot;&quot;&gt;&lt;/a&gt;


See following webpages</description>
		<content:encoded><![CDATA[<p><a href=""></a></p>
<p>See following webpages</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://installyourscripts.com/blog/533/how-can-i-run-a-php-script-in-my-own-computer-offline/comment-page-1/#comment-2493</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Tue, 24 Nov 2009 08:37:10 +0000</pubDate>
		<guid isPermaLink="false">http://installyourscripts.com/blog/533/how-can-i-run-a-php-script-in-my-own-computer-offline/#comment-2493</guid>
		<description>&lt;a href=&quot;&quot;&gt;&lt;/a&gt;


this is a very nice one!</description>
		<content:encoded><![CDATA[<p><a href=""></a></p>
<p>this is a very nice one!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://installyourscripts.com/blog/533/how-can-i-run-a-php-script-in-my-own-computer-offline/comment-page-1/#comment-2492</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Mon, 23 Nov 2009 08:03:02 +0000</pubDate>
		<guid isPermaLink="false">http://installyourscripts.com/blog/533/how-can-i-run-a-php-script-in-my-own-computer-offline/#comment-2492</guid>
		<description>&lt;a href=&quot;&quot;&gt;&lt;/a&gt;


all u need to do is install a complier on the pc.</description>
		<content:encoded><![CDATA[<p><a href=""></a></p>
<p>all u need to do is install a complier on the pc.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
