<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>m-eken &#187; php</title>
	<atom:link href="http://m-eken.com/tag/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://m-eken.com</link>
	<description>&#34;I am a dreamer. Seriously, I&#039;m living on another planet.&#34;</description>
	<lastBuildDate>Wed, 05 Oct 2011 19:17:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>How can I start to learning PHP?</title>
		<link>http://m-eken.com/2008/10/02/how-can-i-start-to-learning-php/</link>
		<comments>http://m-eken.com/2008/10/02/how-can-i-start-to-learning-php/#comments</comments>
		<pubDate>Thu, 02 Oct 2008 07:58:00 +0000</pubDate>
		<dc:creator>Eken</dc:creator>
				<category><![CDATA[Hint]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://m-eken.com/?p=262</guid>
		<description><![CDATA[One of my friends asked me this question. And I want to share the answer. The php files run on a web server, create web pages and send the html files to the client. Let&#8217;s start. First we need a web server. I recommend EasyPHP, you can download this program from SourceForge. After installed the [...]]]></description>
			<content:encoded><![CDATA[<p>One of my friends asked me this question. And I want to share the answer.<br />
The php files run on a web server, create web pages and send the html files to the client. Let&#8217;s start.<br />
<br />
First we need a web server. I recommend EasyPHP, you can download this program from <a href="http://sourceforge.net/project/showfiles.php?group_id=14045 " target="_blank">SourceForge</a>. After installed the program you can see EasyPHP icon at &#8220;Notification Area&#8221;. Go to your &#8220;easyphp\www&#8221; directory, generally in &#8220;&#8230;\program files\EasyPHP\www&#8221;.<br />
<br />
Create a directory such as &#8220;mywebdir&#8221; and open the directory.Open your favorite text editor and write the first PHP code:<br />
<code>&lt;?php echo"Learning PHP"; ?&gt;</code></p>
<p>Save &#8220;Index.php&#8221; in the &#8220;&#8230;\program files\EasyPHP\www\mywebdir\&#8221; directory. Open the your best Explorer and type this: <a href="http://localhost/mywebdir/">http://localhost/mywebdir/</a><br />
You will see the &#8220;Learning PHP&#8221; words. You will find yourselves.<br />
<br />
The links:<br />
<a title="http://www.easyphp.org/index.php" href="http://www.easyphp.org/index.php">http://www.easyphp.org/index.php</a><br />
<a title="http://en.wikipedia.org/wiki/List_of_PHP_editors" href="http://en.wikipedia.org/wiki/List_of_PHP_editors">http://en.wikipedia.org/wiki/List_of_PHP_editors</a><br />
<a title="http://www.w3schools.com/PHP/default.asp" href="http://www.w3schools.com/PHP/default.asp">http://www.w3schools.com/PHP/default.asp</a></p>
]]></content:encoded>
			<wfw:commentRss>http://m-eken.com/2008/10/02/how-can-i-start-to-learning-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

